Versions Compared

Key

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

...

Before downloading the book for a customer you make an order, and based on that order you download the file: Content download

Info

New Authentication & URLs introduced Q2 2024

URL

https://api.bokbasen.io/dds/order/subscription/v1

Expand
titleLegacy

https://api.dds.boknett.no/order/subscription

Method

POST

Request
headers

Authorization

Required

The token acquired from the Authentication Service.

Example: Authorization: Boknett TGT-....

Required header: Date

Required

The timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT

Method

POST

Request
headers

Authorization

Required

The token acquired from the Authentication Service.

Audience: https://api.bokbasen.io/dds/

Example: Authorization: Bearer ...

Accept

Required

application/json (We recommend all new implementations to use this header, XML support will be phased out in the future)

Content-type

Required

application/json

JSON attributes

orderid

Optional

Your store order ID, if not provided we will generate a random one

resid

Required

The product ID in DDS. Unique name for e-/audio books found in the inventory service.

spd

Optional

Will default to 0 if not provided, only use this if you have that as a requirement in your contract with the publisher to provide price.

firstname

Optional*

First name of the person buying the book (Required for all books with SDRM)

lastname

Optional*

First name of the person buying the book (Required for all books with SDRM)

Response
headers

Location

https://api.bokbasen.io/dds

.boknett.no

/content/v1/{

fulfilmentId

fulfillmentId}

Response
body

Empty on success

Returns

201

Created

40x

On errors

Subscription reporting
Status
colourYellow
titleDeprecated

...