Component Object
  • 1 Minute to read
  • PDF

Component Object

  • PDF

Article summary

Component Object

 

 

A Component is an item that gets used in a bill of materials.

 

 

 

ItemNumber

 

Description: The component item number.  Cannot match the finished good item number. 

Data Type: String

Data Length: 50

Required: Yes

 

 

 

CoreItemType

 

Description: The component's item type.  

Data Type: String

Values: BASIC, LOT, SERIAL, or DATE

Required: Yes

 

 

 

UoMTypeDesc

 

Description: The unit of measurement of the component item.

Data Type: String

Data Length: 50

Required: Yes

 

 

 

SignificantDigits

 

Data Type: Number

Value: Range between 0 to 5

Required: No, defaults to 0

 

 

 

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",

 "SignificantDigits": "0",

 "QuantityRequired": "2",

 "PickOrder": "1"

 }

]