GET v6/masterLabel/{masterLabel}/lookup
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| masterLabel | string |
Required |
Body Parameters
None.
Response Information
Resource Description
MasterLabelLookupModelv6| Name | Description | Type | Additional 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
}