Versions Compared

Key

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

...

ATOM Inventory XML format for v2

For v2 some fields are removed, contact us if we have removed fields that are important for your process. 

Example XML:

Code Block
languagexml
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:inv="http://bokbasen.no/module/inventory/1.0">
  <title>Inventory Items</title>
  <link rel="self" type="application/atom+xml" href="http://api.dds.boknett.no/inventory/" title="Inventory feed" />
  <updated>2015-08-07T11:19:45Z</updated>
  <entry>
    <id>urn:uuid:99496f82-84c5-4de7-9899-31603e26a355</id>
    <updated>2015-08-06T11:52:09Z</updated>
    <inv:isbn>9788242160966</inv:isbn>
    <inv:publisher>900224</inv:publisher>
    <inv:format>MP3</inv:format>
    <inv:drm>SDRM</inv:drm>
    <inv:version>1</inv:version>
    <inv:deleted />
    <inv:published>true</inv:published>
    <inv:access>false</inv:access>
    <inv:excerpt>false</inv:excerpt>
  </entry>
</feed>

Place an order

Inventory XML element documentation


ElementExplanation
<title>
 Title of book
<author>/
<name>
Name of author 
<id>
The id of the digital resource representing the book. (Referred to as uuid or reId) Note that this ID can change at any time if the publisher of the book publishes a new version of the digital file. 
<updated>
 Last time resource was updated
<inv:isbn>
ISBN of book 
<inv:publisher>

Id of publisher 

<inv:format>
Format of the file (always MP3 for audio books even if they are distributed in different formats)
<inv:drm>
What kind of DRM protection the book have, possible values are: SDRM, TDRM, NODRM, or UNKNOWN
<inv:version>
Version number for the digital resource. Starts with 1 and increments if new version of the digital book is published.
<inv:firstpublished>
Date book was first published
<inv:deleted>
Date book was deleted (empty value if not deleted)
<inv:published>
If the books in published, you cannot initiate downloads on a book that is not published.
<inv:access>
Role based, do you as an integrator have access to this book? Must be true in order for you to sell the title.
<inv:excerpt>
If excerpts are available through DDS. (Will always be false for audio books as these are distributed through the metadata API.)