GET v6/operation/packaging/{workOrderItemId}/defaultValues
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
PackagingModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| Defaults | PackagingDefaultsModelv6 |
None. |
|
| Info | PackagingInfoModelv6 |
None. |
Response Formats
application/json, text/json
Sample:
{
"defaults": {
"primaryLotNumber": "sample string 1",
"secondaryLotNumber": "sample string 2",
"bestByDate": "2025-11-08T08:22:36.7389689+00:00"
},
"info": {
"sku": "sample string 1",
"description": "sample string 2",
"requiredQuantity": 3,
"packagedQuantity": 4,
"fullPallets": 5,
"fullPalletTotal": 6,
"partialPallets": 7,
"partialPalletTotal": 8
}
}