Get cancelled offers
1 | GET /offer/cancelled
|
Response
HTTP/1.1 200 OK
1 2 3 4 5 6 7 8 | [{ "recipientNumber": 17, "number": 3, "recipientName": "Jon", "offerDate": "2016-07-07", "total": 2.50, "expiryDate": "2016-07-21" }] |
1 | GET /offer/cancelled
|
HTTP/1.1 200 OK
1 2 3 4 5 6 7 8 | [{ "recipientNumber": 17, "number": 3, "recipientName": "Jon", "offerDate": "2016-07-07", "total": 2.50, "expiryDate": "2016-07-21" }] |