POST v6/label/data
Request Information
URI Parameters
None.
Body Parameters
LabelInputModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| DataType | string |
None. |
|
| RecordId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"dataType": "sample string 1",
"recordId": 2
}
Response Information
Resource Description
LabelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShipmentNumber | string |
None. |
|
| PartNumber | string |
None. |
|
| PartDescription | string |
None. |
|
| Quantity | integer |
None. |
|
| PrintedDate | date |
None. |
|
| UseByDate | date |
None. |
|
| TotalPallets | integer |
None. |
|
| CustomerPartNumber | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"shipmentNumber": "sample string 1",
"partNumber": "sample string 2",
"partDescription": "sample string 3",
"quantity": 4,
"printedDate": "2025-11-08T08:28:55.7456957+00:00",
"useByDate": "2025-11-08T08:28:55.7456957+00:00",
"totalPallets": 6,
"customerPartNumber": "sample string 7"
}