Versions Compared

Key

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

Table of Contents

 

Get Orders

Get a list of orders based on our access rights, if you are both sending and receiving orders with the same user this list will contain both. You can use the query parameter mode to filter this, if you are only either sending orders or receiving them you can ignore this parameter.

...

URLhttps://api.order.boknett.no/orders/{ID}/EDItX
MethodGET
Request
headers

Authorization

Required

The token acquired from the Authentication Service.

Formated "Boknett TGT-...."

DateRequiredThe timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT
Response
body
EDItX XML document
Response headersContent-typetext/xml
Returns200OK
40xOn error

...