GET v6/masterLabel/{masterLabel}/lookup

Request Information

URI Parameters

NameDescriptionTypeAdditional information
masterLabel

string

Required

Body Parameters

None.

Response Information

Resource Description

MasterLabelLookupModelv6
NameDescriptionTypeAdditional information
MasterLabelId

integer

None.

MasterLabel

string

None.

LocationZoneId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "masterLabelId": 1,
  "masterLabel": "sample string 2",
  "locationZoneId": 3
}