properties zpllabel (http://api.3plcentral.com/rels/properties/zpllabel)
Resource:
zpl label for printing from mobile
C# Rel Const:
Rels.PropertySvc.ZplLabel
URI template:
zpllabels/{id}
Obtain URI from:
get a zpl label
Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int
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
}
update a zpl label
If-Match request header required; Success status: 200; ETag response header supplied
Name (* = required) Data Type Description
id * int
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
}
If-Match request header required; Success status: 204
Name (* = required) Data Type Description
id * int

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.