Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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

 

URLhttps://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

 

Allowed values for status

ValueDescriptionConditions
FULLFILLEDThe order line is delivered to the end customer.Order line must have been processed without errors.
  • No labels