- 1 Minute to read
- PDF
Bill of Materials Import
- 1 Minute to read
- PDF
Bill of Materials Import
Bill of materials defines the components that go into a manufactured finished good item.
Request Header
Client
Accept: application/json
Security
Authorization: <ClientKey>
Transport
Host: api.withoutwire.com
Verb
PUT
Example
PUT https://api.withoutwire.com/integration/manufacturing/billofmaterials
Accept: application/json
Authorization: <ClientKey>
Content-Type: application/json
Host: api.withoutwire.com
Content-Length: 103
Expect: 100-continue
Connection: Keep-Alive
Request Body: Bill of Materials Object
[
{
"FinishedGoodItemNumber": "", //Required - Character limit 50
"FinishedGoodCoreItemType": "", //Required - BASIC, LOT, SERIAL, DATE
"FinishedGoodUomTypeDesc": "", //Required - Character limit 50
"FinishedGoodSignificantDigits": "", //Optional - Between 0 and 5
"Components": [
{
"ItemNumber": "", //Required - Cannot match the FinishedGoodItemNumber - Character limit 50
"CoreItemType": "", //Required - BASIC, LOT, SERIAL, DATE
"UomTypeDesc": "", //Required - Character limit 50
"SignificantDigits": "", //Optional - Between 0 and 5
"QuantityRequired": "", //Required - Must be greater than 0
"PickOrder": "" //Optional - Cannot have the same for multiple components
}
]
}
]
Response Body: Import Response Object