GET v6/operation/production/{workOrderItemID}/BOMList
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| workOrderItemID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ProductionBOMListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SKUId | integer |
None. |
|
| PartNumber | string |
None. |
|
| PartDescription | string |
None. |
|
| RequiredCount | decimal number |
None. |
|
| AllocatedCount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"skuId": 1,
"partNumber": "sample string 2",
"partDescription": "sample string 3",
"requiredCount": 4.0,
"allocatedCount": 5.0
},
{
"skuId": 1,
"partNumber": "sample string 2",
"partDescription": "sample string 3",
"requiredCount": 4.0,
"allocatedCount": 5.0
}
]