Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 30 Next »

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 specification

Responsibility to delete records

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

 Example of a delete-record
<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)

  • No labels