Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

When using the Bokbasen ONIX Export Service Bokbasen will return ONIX documents based on the documentation below. 

Complete specification

The complete Onix for books specification can be downloaded from Editeur: Onix for Books specificationIf NotificationType=05, the record MUST be deleted. (example

Responsibility to delete records

Note

When a record has the value 05 for NotificationType the record MUST be deleted

Expand
titleExample of a delete-record
Code Block
languagexml
<ONIXMessage xmlns="http://ns.editeur.org/onix/3.0/reference" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" release="3.0" xsi:schemaLocation="https://api.boknett.no/schema/ONIX_BookProduct_3.0_reference.xsd">
  <Header>
    <Sender>
      <SenderIdentifier>
        <SenderIDType>01</SenderIDType>
        <IDTypeName>Bokbasen</IDTypeName>
        <IDValue>902000</IDValue>
      </SenderIdentifier>
      <SenderName>Bokbasen AS</SenderName>
      <EmailAddress>post@bokbasen.no</EmailAddress>
    </Sender>
    <SentDateTime>20210928T111525+0200</SentDateTime>
  </Header>
  <Product>
    <RecordReference>no.bokbasen.150363600</RecordReference>
    <NotificationType>05</NotificationType>
    <RecordSourceIdentifier>
      <RecordSourceIDType>01</RecordSourceIDType>
      <IDTypeName>Bokbasen</IDTypeName>
      <IDValue>0995</IDValue>
    </RecordSourceIdentifier>
    <ProductIdentifier>
      <ProductIDType>03</ProductIDType>
      <IDValue>9788248927723</IDValue>
    </ProductIdentifier>
    <ProductIdentifier>
      <ProductIDType>15</ProductIDType>
      <IDValue>9788248927723</IDValue>
    </ProductIdentifier>
    <ProductIdentifier>
      <ProductIDType>01</ProductIDType>
      <IDTypeName>Bokbasen_ProprietaryID</IDTypeName>
    <IDValue>150363600</IDValue>
    </ProductIdentifier>
  </Product>
</ONIXMessage>

Bokbasens specification (export)