GET v6/operation/production/getMasterlabelsByLocationZone/{locationZoneId}/{barcode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
locationZoneId

integer

Required

barcode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PackagingMasterLabelModel
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"
  }
]