Fetch sent order confirmations
1 | GET /order-confirmation/sent
|
Response
HTTP/1.1 200 OK
1 2 3 4 5 6 7 8 | [{ "number": 1, "recipientNumber": 3, "recipientName": "Jon", "orderConfirmationDate": "2016-06-27", "total": 2.50, "draftInvoiceNumber": 7 }] |
1 | GET /order-confirmation/sent
|
HTTP/1.1 200 OK
1 2 3 4 5 6 7 8 | [{ "number": 1, "recipientNumber": 3, "recipientName": "Jon", "orderConfirmationDate": "2016-06-27", "total": 2.50, "draftInvoiceNumber": 7 }] |