orders orderparcellabelrefs (http://api.3plcentral.com/rels/orders/orderparcellabelrefs)
Resource:
Operator: request parcel label(s) references for order
C# Rel Const:
Rels.OrderSvc.OrderParcelLabelRefs
URI template:
{id}/packages/{pid}/parcels/labelrefs
Obtain 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
Sample accept: application/hal+json
{
  "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
Parcel label references
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.