GET api/FWebMobile/DigitalPackout/GetSupplyList/{companyCode}/{bomCode}/{costCenterId}
Get the supply list for the packout.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCode | string |
Required |
|
| bomCode | string |
Required |
|
| costCenterId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
DcBillOfMaterialLineItem List
Collection of DcBillOfMaterialLineItem| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyCode | string |
None. |
|
| CostCenterId | string |
None. |
|
| BomCode | string |
None. |
|
| PackagingSupplyId | string |
None. |
|
| Quantity | decimal number |
None. |
|
| MinimumPackageQuantity | integer |
None. |
|
| MaximumPackageQuantity | integer |
None. |
|
| Description | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"CompanyCode": "SAMPLE STRING 1",
"CostCenterId": "SAMPLE STRING 2",
"BomCode": "SAMPLE STRING 3",
"PackagingSupplyId": "SAMPLE STRING 4",
"Quantity": 5.0,
"MinimumPackageQuantity": 6,
"MaximumPackageQuantity": 7,
"Description": "sample string 8"
},
{
"CompanyCode": "SAMPLE STRING 1",
"CostCenterId": "SAMPLE STRING 2",
"BomCode": "SAMPLE STRING 3",
"PackagingSupplyId": "SAMPLE STRING 4",
"Quantity": 5.0,
"MinimumPackageQuantity": 6,
"MaximumPackageQuantity": 7,
"Description": "sample string 8"
}
]
text/html
Sample:
[{"CompanyCode":"SAMPLE STRING 1","CostCenterId":"SAMPLE STRING 2","BomCode":"SAMPLE STRING 3","PackagingSupplyId":"SAMPLE STRING 4","Quantity":5.0,"MinimumPackageQuantity":6,"MaximumPackageQuantity":7,"Description":"sample string 8"},{"CompanyCode":"SAMPLE STRING 1","CostCenterId":"SAMPLE STRING 2","BomCode":"SAMPLE STRING 3","PackagingSupplyId":"SAMPLE STRING 4","Quantity":5.0,"MinimumPackageQuantity":6,"MaximumPackageQuantity":7,"Description":"sample string 8"}]