SendRegning

List draft order confirmations

Verison: 1.0 (read more)
1
GET /order-confirmation/drafts

Response

HTTP/1.1 200 OK

1
2
3
4
5
6
7
8
9
10
11
12
13
[{
    "number": 1,
    "recipientNumber": 40,
    "recipientName": "Jon",
    "orderConfirmationDate": "2016-03-17",
    "total": "55.00"
}, {
    "number": 2,
    "recipientNumber": 17,
    "recipientName": "Ole",
    "orderConfirmationDate": "2016-05-11",
    "total": "2,5"
}]