Component Object
A Component in WithoutWire is associated with an Bill of Material.
ItemNumber
- Description: The component item number
- Data Type: String
- Data Length: 50
- Required: Yes
CoreItemType
- Description: Values associated to the core items
- Data Type: String
- Values: BASIC, LOT, SERIAL, or DATE
- Required: Yes
UoMTypeDescription
- Description: The unit of measurement of the component item.
- Data Type: String
- Data Length: 50
- Required: Yes
BaseConversionFactor
- Data Type: Decimal
- Required: Yes
SignificantDigits
- Data Type: Number
- Value: Range between 0 to 5
- Required: Yes
QuantityRequired
- Description: The amount of component item that is needed to produce the finished good.
- Data Type: Decimal
- Required: Yes
PickOrder
- Description: The order in which component items will be picked.
- Data Type: Number
- Required: Yes
Example
[
{ "ItemNumber": "KitItem01", "CoreItemType": "Basic", "UomTypeDesc": "EA", "BaseConversionFactor": 1, "SignificantDigits": 0, "QuantityRequired": 2, "PickOrder": 1 }, { "ItemNumber": "KitItem02", "CoreItemType": "Basic", "UomTypeDesc": "EA", "BaseConversionFactor": 1, "SignificantDigits": 0, "QuantityRequired": 5, "PickOrder": 2 }
]