...
URL | https://api.order.boknett.no/orders/{ID}/editx | ||
Method | GET | ||
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 | |
Response body | EDItX XML document | ||
Response headers | Content-type | application/xml;charset=UTF-8 | |
Returns | 200 | OK | |
40x | On error |
...
Curl example
Code Block |
---|
$curl -i -H "Authorization: Boknett TGT-6150-TxNGbSboEPY24GB9OsO3JyLcyFCbfeSIBHp0TBoVM6Dfgb4mL9-login.boknett.no" -H "Date: Thu, 28 Apr 2016 08:01:22 GMT" 'https://api.order.boknett.no/orders/5df2f39a-7c12-400c-a675-d12e331eb151/editx' HTTP/1.1 200 OK Date: Thu, 28 Apr 2016 08:02:44 GMT Content-Type: application/xml;charset=UTF-8 |