properties zpllabels (http://api.3plcentral.com/rels/properties/zpllabels)
Resource:
Collection: of zpllabel
C# Rel Const:
Rels.PropertySvc.ZplLabelList
URI template:
zpllabels{?pgsiz,pgnum,rql,sort}
Obtain URI from:
get all zpl labels
Success status: 200
Name Data Type Description
pgsiz int max records to return per response; use "next" or "prev" link to paginate
pgnum int considering pgsiz, returns the pgnum-th page, 1-indexed
rql string see RQL documentation
sort string see RQL documentation
Type Description
TotalResults int
ResourceList IList<Property.Models.ZplLabel>
ZplLabelId int
LabelName string
LabelCommand string
AssignedCustomers List<int>
IsDefault bool
TemplateType Common.Enum.TemplateType
- 0: Receipt
- 1: Move
- 2: Loadout
Sample accept: application/hal+json
{
  "totalResults": 1,
  "_embedded": {
    "http://api.3plCentral.com/rels/properties/zpllabel": [
      {
        "zplLabelId": 1,
        "labelName": "str",
        "labelCommand": "str",
        "assignedCustomers": [
          1
        ],
        "isDefault": true,
        "templateType": 0
      }
    ]
  }
}
add a zpl label
Success status: 200; ETag response header supplied
none
Type Description
ZplLabelId int
LabelName string
LabelCommand string
AssignedCustomers List<int>
IsDefault bool
TemplateType Common.Enum.TemplateType
- 0: Receipt
- 1: Move
- 2: Loadout
Sample content-type: application/hal+json
{
  "zplLabelId": 1,
  "labelName": "str",
  "labelCommand": "str",
  "assignedCustomers": [
    1
  ],
  "isDefault": true,
  "templateType": 0
}
Type Description
ZplLabelId int
LabelName string
LabelCommand string
AssignedCustomers List<int>
IsDefault bool
TemplateType Common.Enum.TemplateType
- 0: Receipt
- 1: Move
- 2: Loadout
Sample accept: application/hal+json
{
  "zplLabelId": 1,
  "labelName": "str",
  "labelCommand": "str",
  "assignedCustomers": [
    1
  ],
  "isDefault": true,
  "templateType": 0
}

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.