GET v6/operation/production/{workOrderItemId}/defaultValues
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderItemId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ProductionDefaultsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKU | string |
None. |
|
| Description | string |
None. |
|
| RequiredQuantity | integer |
None. |
|
| PackagedQuantity | integer |
None. |
|
| FullPallets | integer |
None. |
|
| FullPalletTotal | integer |
None. |
|
| PartialPallets | integer |
None. |
|
| PartialPalletTotal | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"sku": "sample string 1",
"description": "sample string 2",
"requiredQuantity": 3,
"packagedQuantity": 4,
"fullPallets": 5,
"fullPalletTotal": 6,
"partialPallets": 7,
"partialPalletTotal": 8
}