Versions Compared

Key

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

...

Successful creation of an order for a book that does not have social DRM

 

Code Block
languagebash
curl -i-H "Accept: application/json"-H "Content-Type: application/json" -H "Authorization: Boknett TGT-20025-OIgkKTofLlCJQasKhiuigfGQ7p0PueBCBvp0IFkN7TeQ0lrdFS-login.boknett.no" -H "Date: Fri, 07 Aug 2015 12:54:00 GMT" -d '{"orderid":"123456789","resid":"fab4599e-eb2e-445a-a7f9-4af12c052dec","spd":"18900","id":"gaf4599e-fg5e-445a-a7f9-6af14c052dec"}' https://api.dds.boknett.no/order

HTTP/1.1 201 Created


Date: Fri, 07 Aug 2015 13:04:47 GMT


Location: https://api.dds.boknett.no/content/0b1c4e50-bb00-46ea-bc24-27d1b32fb2a3
 

 

Successful creation of book with SDRM:
 
curl -i -H "Accept: application/json"-H "Content-Type: application/json" -H "Authorization: Boknett TGT-27311-RWtOZJ4KUBSflp0YxvZ5Kgg3EFpdJ1GbgUeKq9Ht2BmdCrPJoa-login.boknett.no" -H "Date: Wed, 12 Aug 2015 11:30:00 GMT" -d '{"orderid":"my-stores-order-id4","resid":"18C8075F-C8B9-4029-9747-7C7F2CFB5CFA","spd":"18900","firstname":"Ola","lastname":"Nordmann"}' "https://api.dds.boknett.no/order"
 
HTTP/1.1 201 Created
Location: https://api.dds.boknett.no/content/30311730-6bb0-43a1-809f-18735edec150

Successful creation of book with SDRM:

 

 The returned location header points to the bought resource, for details on how to access the content see Content download.