Get identical invoice
Get one identical shipment.
1 | GET /identical/{number} |
Response
1 | HTTP/1.1 200 OK |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | { "number": 1, "name": "Membership fee 2016, Junior", "comment": "Yearly invoice for junior membership", "issued": "2016-03-10", "shipment": { "preferred": "email", "sms": { "message": "Your sms message text" } }, "_links": { "self": { "uri": "/identical/1" }, "recipients": { "uri": "/identical/1/recipients" } } } |