Update the order status for a single line in an order.
URL | https://order.api.boknett.no/orders/{ID}/lines/{lineId} | ||
Method | POST | ||
Request headers | Authorization | Required | The token acquired from the Authentication Service. Formated "Boknett TGT-...." |
Date | Required | The timestamp the request was made. Must comply with RFC 1123 date formats. Example: Tue, 10 Jun 2014 16:23:42 GMT | |
Content-type | Required | application/json | |
Request body
| {"status": "STATUS_VALUE"} | ||
Response body | empty on success | ||
Returns | 200 | Accepted | |
40x | On error |
Allowed values for status
Value | Description | Conditions |
---|---|---|
FULLFILLED | The order line is delivered to the end customer. | Order line must be processed without errors. |