Resource:Operator: request parcel label(s) references for orderC# Rel Const:Rels.OrderSvc.OrderParcelLabelRefsURI template:{id}/packages/{pid}/parcels/labelrefsObtain URI from:
Get parcel shipping label references for order
Success status: 200
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | order id |
pid * | int | package id |
Type | Description | |
---|---|---|
Reference1 | string | |
Reference2 | string | |
Reference3 | string |
{ "reference1": "str", "reference2": "str", "reference3": "str" }
Put parcel shipping label references for order
Success status: 204
Name (* = required) | Data Type | Description |
---|---|---|
id * | int | order id |
pid * | int | package id |
Type | Description | |
---|---|---|
Reference1 | string | |
Reference2 | string | |
Reference3 | string |
Sample content-type: application/hal+json |
{ "reference1": "str", "reference2": "str", "reference3": "str" }
This documentation is subject to change, and is updated often and without warning. The models documented may or may not be available to users now or in the future. Use this documentation at your own risk.
Contact api@3plcentral.com with any questions about this documentation.