SendRegning

Fetch sent order confirmations

Verison: 1.0 (read more)
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
}]