Versions Compared

Key

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

Update the order status for a single line in an order.

 

URLhttps://api.order.api.boknett.no/orders/{ID}/lines/{lineId}
MethodPOST
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
Content-typeRequiredapplication/json
Request body

 

{"status": "STATUS_VALUE"}

Response
body
empty on success
Returns200Accepted
40xOn error

...