GET v6/operation/palletize/masterLabel/list/byZone/{locationZoneId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationZoneId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PalletizeMasterLabelModelv6
NameDescriptionTypeAdditional information
MasterLabelId

integer

None.

MasterLabel

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "masterLabelId": 1,
    "masterLabel": "sample string 2"
  },
  {
    "masterLabelId": 1,
    "masterLabel": "sample string 2"
  }
]