GET v6/integration/masterLabels
Request Information
URI Parameters
None.
Body Parameters
IntegrationSpecsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchSize | integer |
None. |
|
| Pointer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchSize": 1,
"pointer": 1
}
Response Information
Resource Description
Collection of IntegrationMasterLabelModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| MasterLabelId | integer |
None. |
|
| PalletLabel | string |
None. |
|
| Active | boolean |
None. |
|
| LocationName | string |
None. |
|
| ZoneName | string |
None. |
|
| WorkOrder | string |
None. |
|
| SalesOrder | string |
None. |
|
| CreatedBy | string |
None. |
|
| RTIs | Collection of IntegrationMasterLabelRTIModelv6 |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"masterLabelId": 1,
"palletLabel": "sample string 2",
"active": true,
"locationName": "sample string 4",
"zoneName": "sample string 5",
"workOrder": "sample string 6",
"salesOrder": "sample string 7",
"createdBy": "sample string 8",
"rtIs": [
{
"sku": "sample string 1",
"description": "sample string 2",
"rti": "sample string 3",
"creationDate": "2025-11-08T08:28:44.4648579+00:00",
"modifiedDate": "2025-11-08T08:28:44.4648579+00:00"
},
{
"sku": "sample string 1",
"description": "sample string 2",
"rti": "sample string 3",
"creationDate": "2025-11-08T08:28:44.4648579+00:00",
"modifiedDate": "2025-11-08T08:28:44.4648579+00:00"
}
],
"creationDate": "2025-11-08T08:28:44.4648579+00:00",
"modifiedDate": "2025-11-08T08:28:44.4648579+00:00"
},
{
"masterLabelId": 1,
"palletLabel": "sample string 2",
"active": true,
"locationName": "sample string 4",
"zoneName": "sample string 5",
"workOrder": "sample string 6",
"salesOrder": "sample string 7",
"createdBy": "sample string 8",
"rtIs": [
{
"sku": "sample string 1",
"description": "sample string 2",
"rti": "sample string 3",
"creationDate": "2025-11-08T08:28:44.4648579+00:00",
"modifiedDate": "2025-11-08T08:28:44.4648579+00:00"
},
{
"sku": "sample string 1",
"description": "sample string 2",
"rti": "sample string 3",
"creationDate": "2025-11-08T08:28:44.4648579+00:00",
"modifiedDate": "2025-11-08T08:28:44.4648579+00:00"
}
],
"creationDate": "2025-11-08T08:28:44.4648579+00:00",
"modifiedDate": "2025-11-08T08:28:44.4648579+00:00"
}
]