Get info
1 | GET /order-confirmation/{number}/viewInfo
|
Response
HTTP/1.1 200 OK
1 2 3 4 5 6 7 8 9 10 | { "nextOrderConfirmation": 4, "previousOrderConfirmation": 2, "relatedTo": { "offerNumber": 1, "invoiceNumber": 5, "draftInvoiceNumber": null }, "state": "SENT" } |