Get identical recipients
Get recipients for one identical shipment.
Recipients supports pagination
1 | GET /identical/{number}/recipients |
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 21 22 23 24 25 | [{ "number": 2, "name": "Ola Nordmann", "_links": { "self": { "uri": "/recipients/2" }, "invoice": { "number": 42, "uri": "/invoices/42" } } }, { "number": 4, "name": "Kari Nordmann", "_links": { "self": { "uri": "/recipients/4" }, "invoice": { "number": 43, "uri": "/invoices/43" } } }] |
If the “invoice” element is present, the invoice it self is issued, otherwise not.