Assembly (BOM)
- Assembly Import Input Format |
Type/Member |
Type |
Req/Opt |
Collect? |
Description |
AssemblyData |
|
assembly |
Assembly |
O |
F |
The collection of assembly objects. |
Assembly |
|
assemblyLine |
AssemblyLine |
O |
F |
The mapping entity that links single a Parent Item and a Child Item. |
parentItem |
AssemblyItem |
O |
F |
The Parent Item of an Assembly. The only Item Type supported by
current implementation is Internal Item Type. |
childItem |
AssemblyItem |
O |
F |
The Child Item of an Assembly. The only Item Type supported by current
implementation is Internal Item Type. |
errorInfo |
ErrorInformation |
O |
F |
The error information. |
AssemblyLine |
|
lineItemNumber |
xsd:integer |
O |
F |
The line Item Number of a Child Item under given Parent Item of the
Assembly. |
componentQty |
xsd:decimal |
O |
F |
The Child Item (component) Quantity under given Parent Item of the
Assembly. |
componentQtyUOM |
xsd:string |
O |
F |
The Child Item (component) Quantity Unit of Measurement. |
errorInfo |
ErrorInformation |
O |
F |
The error information. |
ErrorInformation |
|
errorCode |
xsd:string |
R |
F |
The error code to represent specific type of error. |
errorMessage |
xsd:string |
R |
F |
The error message that describes the reason for the failure of item. |
Assembly Item |
|
item |
Item |
R |
F |
Item represent common part (set of properties) for any leaf level Item
(Internal Item, Manufacturer Item, Supplier Item). |
internalItem |
InternaItem |
O |
F |
InternalItem represents properties of the Internal Item without common
Item properties. |
manufacturerItem |
ManufacturerItem |
O |
F |
ManufacturerItem represents properties of the Manufacturer Item
without common Item properties. |
supplierItem |
SupplierItem |
O |
F |
SupplierItem represents properties of the Supplier Item without common
Item properties. |
Item |
|
This data type represents an item. The item could be of any
type (manufacturer item, internal item, supplier item, etc).
The type of item is indicated by appropriate valid values of
the itemType field of this item. |
itemID |
ItemID |
O |
F |
The number or identifier of the internal item as known to the
enterprise organization. |
itemRevisionNumber |
xsd:string |
O |
F |
The revision number of the internal item. |
itemCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this item. |
shortDescription |
ShortDescription |
O |
F |
A brief description of this item. |
longDescription |
xsd:string |
O |
F |
The detailed description of this item. |
leadtime |
xsd:integer |
O |
F |
The lead time for this item to be made available. |
leadtimeUOM |
xsd:string |
O |
F |
The unit of measure of the lead time for this item. Valid values are:
1. Day 2. Week 3. Month |
nextRevisionItem |
ItemReference |
O |
F |
The reference to an item that is the next revision of this item. |
commodity |
CommodityReference |
O |
F |
The reference to the commodity classification that this item belongs
to. |
supplementalInfoID |
xsd:string |
O |
F |
The unique identifier of the defining supplemental information of this
item. |
supplementalInfoCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created and controls
the defining supplemental information of this item. |
supplementalInfoDescription |
ShortDescription |
O |
F |
A short description of the defining supplemental information of this
item. |
lastModifiedDate |
xsd:dateTime |
O |
F |
The date this item was last modified. |
Organization Reference |
|
|
|
|
orgID |
xsd:string |
O |
F |
Unique key identifying the organization object. |
orgName |
xsd:string |
O |
F |
The name of this organization. |
ItemReference |
|
This object is used to reference an Item. It has only the minimum
fields required to identify an item for reference. |
itemID |
ItemID |
O |
F |
The number or identifier of the internal item as known to the
enterprise organization. |
itemRevisionNumber |
xsd:string |
O |
F |
The revision number of the internal item. |
itemCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this item. |
shortDescription |
ShortDescription |
O |
F |
A brief description of this item. |
CommodityReference |
|
This object is used to reference a Commodity. It has only the minimum
fields required to identify a commodity for reference. |
commodityCode |
xsd:string |
O |
F |
The number or identifier of the commodity. |
commodityCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this commodity. |
comodityDescription |
ShortDescription |
O |
F |
A short description of this commodity. |
InternalItem |
|
|
|
The unique identifier of the organization that created this commodity. |
standardPartCost |
xsd:decimal |
O |
F |
This is the standard part cost of this item. |
currencyName |
xsd:string |
O |
F |
The name of currency used to specify the cost of this item. |
currencySymbol |
xsd:string |
O |
F |
The display symbol of the currency used. |
ManufacturerItem |
|
The representation of an item that is a manufacturer item of the
enterprise organization |
picture |
xsd:string |
O |
F |
This is the uniform resource indicator of an image or picture of this
manufacturer item. |
SupplierItem |
|
The representation of an item that is a supplier item of the
enterprise organization. |
picture |
xsd:string |
O |
F |
This is the uniform resource indicator of an image or picture of this
supplier item. |
listPrince |
xsd:decimal |
O |
F |
This is the list price of this supplier item. |
currencyName |
xsd:string |
O |
F |
The name of currency used to specify the cost of this item. |
currencySymbol |
xsd:string |
O |
F |
The display symbol of the currency used. |
UOM |
xsd:string |
O |
F |
The Unit Of Measure that is considered for this item's list price.
Valid values are: 1. Each. |
Assembly (BOM)
- Assembly Import OutputFormatAsync |
Type/Member |
Type |
Req/Opt |
Collect? |
Description |
AssemblyData |
|
statusInfo |
StatusInformation |
R |
F |
The status of information. |
assembly |
Assembly |
O |
T |
The collection of assembly objects. |
StatusInformation |
|
statusCode |
xsd:string |
R |
F |
The status code to represent the success or failure of the operation. |
statusMessage |
xsd:string |
R |
F |
The status message to provide the description of the status. |
jobId |
xsd:string |
R |
F |
The job id returned by the EIS for reference incase of Async
operations. |
Assembly |
|
assemblyLine |
AssemblyLine |
O |
F |
The mapping entity that links single a Parent Item and a Child Item. |
parentItem |
AssemblyItem |
O |
F |
The Parent Item of an Assembly. The only Item Type supported by
current implementation is Internal Item Type. |
childItem |
AssemblyItem |
O |
F |
The Child Item of an Assembly. The only Item Type supported by current
implementation is Internal Item Type. |
errorInfo |
ErrorInformation |
O |
F |
The error information. |
AssemblyLine |
|
lineItemNumber |
xsd:integer |
O |
F |
The line Item Number of a Child Item under given Parent Item of the
Assembly. |
componentQty |
xsd:decimal |
O |
F |
The Child Item (component) Quantity under given Parent Item of the
Assembly. |
componentQtyUOM |
xsd:string |
O |
F |
The Child Item (component) Quantity Unit of Measurement. |
errorInfo |
ErrorInformation |
O |
F |
The error information. |
ErrorInformation |
|
errorCode |
xsd:string |
R |
F |
The error code to represent specific type of error. |
errorMessage |
xsd:string |
R |
F |
The error message that describes the reason for the failure of item. |
AssemblyItem |
|
item |
Item |
O |
F |
Item represent common part (set of properties) for any leaf level Item
(Internal Item, Manufacturer Item, Supplier Item). |
internalItem |
InternalItem |
O |
F |
InternalItem represents properties of the Internal Item without common
Item properties. |
manufacturerItem |
ManufacturerItem |
O |
F |
ManufacturerItem represents properties of the Manufacturer Item
without common Item properties. |
supplierItem |
SupplierItem |
O |
F |
SupplierItem represents properties of the Supplier Item without common
Item properties. |
Item |
|
This data type represents an item. The item could be of any type
(manufacturer item, internal item, supplier item, etc). The type of
item is indicated by appropriate valid values of the itemType field of
this item. |
itemID |
ItemID |
O |
F |
The number or identifier of the internal item as known to the
enterprise organization. |
itemRevisionNumber |
xsd:string |
O |
F |
The revision number of the internal item. |
itemType |
ItemType |
O |
F |
The field takes in enumerated values indicating the type of item. |
itemCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this item. |
shortDescription |
ShortDescription |
O |
F |
A brief description of this item. |
longDescription |
xsd:string |
O |
F |
The detailed description of this item. |
leadTime |
xsd:integer |
O |
F |
The lead time for this item to be made available. |
leadTimeUOM |
xsd:string |
O |
F |
The unit of measure of the lead time for this item. Valid values are:
1. Day 2. Week 3. Month |
nextRevisionItem |
ItemReference |
O |
F |
The reference to an item that is the next revision of this item. |
commodity |
CommodityReference |
O |
F |
The reference to the commodity classification that this item belongs
to. |
supplementalInfoID |
xsd:string |
O |
F |
The unique identifier of the defining supplemental information of this
item. |
supplementalInfoCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created and controls
the defining supplemental information of this item. |
supplementalInfoDescription |
ShortDescription |
O |
F |
A short description of the defining supplemental information of this
item. |
lastModifiedDate |
xsd:dateTime |
O |
F |
The date this item was last modified. |
errorInfo |
ErrorInformation |
O |
F |
This field holds the error information, if any, pertinent to an
operation performed on this object. |
OrganizationReference |
|
orgID |
xsd:string |
O |
F |
Unique key identifying the organization object. |
orgName |
xsd:string |
O |
F |
The name of this organization. |
ItemReference |
|
This object is used to reference an Item. It has only the minimum
fields required to identify an item for reference. |
itemID |
ItemID |
O |
F |
The number or identifier of the internal item as known to the
enterprise organization. |
itemRevisionNumber |
xsd:string |
O |
F |
The revision number of the internal item. |
itemCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this item. |
itemType |
ItemType |
O |
F |
The field takes in enumerated values indicating the type of item. |
shortDescription |
ShortDescription |
O |
F |
A brief description of this item. |
CommodityReference |
|
This object is used to reference a Commodity. It has only the
minimum fields required to identify a commodity for reference. |
commodityCode |
xsd:string |
O |
F |
The number or identifier of the commodity. |
commodityCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this commodity. |
commodityDescription |
ShortDescription |
O |
F |
A short description of this commodity. |
InternalItem |
|
The representation of an item that is Internal to the enterprise
organization. |
item |
Item |
O |
F |
This field holds the basic details of this item. |
standardPartCost |
xsd:decimal |
O |
F |
This is the standard part cost of this item. |
currencyName |
xsd:string |
O |
F |
The name of currency used to specify the cost of this item. |
currencySymbol |
xsd:string |
O |
F |
The display symbol of the currency used. |
ManufacturerItem |
|
The representation of an item that is a manufacturer item of
the enterprise organization. |
item |
Item |
O |
F |
This field holds the basic details of this item. |
picture |
xsd:string |
O |
F |
This is the uniform resource indicator of an image or picture of this
manufacturer item. |
SupplierItem |
|
The representation of an item that is a supplier item of the
enterprise organization. |
item |
Item |
O |
F |
This field holds the basic details of this item. |
picture |
xsd:string |
O |
F |
This is the uniform resource indicator of an image or picture of this
supplier item. |
listPrice |
xsd:decimal |
O |
F |
This is the list price of this supplier item. |
currencyName |
xsd:string |
O |
F |
The name of currency used to specify the cost of this item. |
currencySymbol |
xsd:string |
O |
F |
The display symbol of the currency used. |
UOM |
xsd:string |
O |
F |
The Unit Of Measure that is considered for this item's list price.
Valid value is, Each. |
Assembly (BOM)
- Assembly Import OutputFormatSync |
Type/Member |
Type |
Req/Opt |
Collect? |
Description |
AssemblyData |
|
statusInfo |
StatusInformation |
R |
F |
The status information. |
assembly |
Assembly |
O |
T |
The collection of assembly objects. |
StatusInformation |
|
statusCode |
xsd:string |
R |
F |
The status code to represent the success or failure of the operation. |
statusMessage |
xsd:string |
R |
F |
The status message to provide the description of the status. |
jobID |
xsd:string |
R |
F |
The job id returned by the EIS for reference incase of
Async operations. |
Assembly |
|
assemblyLine |
AssemblyLine |
O |
F |
The mapping entity that links single a Parent Item and a Child Item. |
parentItem |
AssemblyItem |
O |
F |
The Parent Item of an Assembly. The only Item Type supported by
current implementation is Internal Item Type. |
childItem |
AssemblyItem |
O |
F |
The Child Item of an Assembly. The only Item Type supported by current
implementation is Internal Item Type. |
errorInfo |
ErrorInformation |
O |
F |
The error information. |
AssemblyLine |
|
lineItemNumber |
xsd:integer |
O |
F |
The line Item Number of a Child Item under given Parent Item of the
Assembly. |
componentQty |
xsd:decimal |
O |
F |
The Child Item (component) Quantity under given Parent Item of the
Assembly. |
componentQtyUOM |
xsd:string |
O |
F |
The Child Item (component) Quantity Unit of Measurement. |
errorInfo |
ErrorInformation |
O |
F |
The error information. |
ErrorInformation |
|
errorCode |
xsd:string |
R |
F |
The error code to represent specific type of error. |
errorMessage |
xsd:string |
R |
F |
The error message that describes the reason for the failure of item. |
AssemblyItem |
|
|
|
|
item |
Item |
O |
F |
Item represent common part (set of properties) for any leaf level
Item (Internal Item, Manufacturer Item, Supplier Item). |
internalItem |
InternalItem |
O |
F |
InternalItem represents properties of the Internal
Item without common Item properties. |
manufacturerItem |
ManufacturerItem |
O |
F |
ManufacturerItem represents properties of
the Manufacturer Item without common Item properties. |
supplierItem |
SupplierItem |
O |
F |
SupplierItem represents properties of the Supplier
Item without common Item properties. |
Item |
|
This data type represents an item. The item could be of any type
(manufacturer item, internal item, supplier item, etc). The type of
item is indicated by appropriate valid values of the itemType field of this item. |
itemID |
ItemID |
O |
F |
The number or identifier of the internal item as known to the
enterprise organization. |
itemRevisionNumber |
xsd:string |
O |
F |
The revision number of the internal item. |
itemType |
ItemType |
O |
F |
The field takes in enumerated values indicating the type of item. |
itemCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this item. |
shortDescription |
ShortDescription |
O |
F |
A brief description of this item. |
longDescription |
xsd:string |
O |
F |
The detailed description of this item. |
leadTime |
xsd:integer |
O |
F |
The lead time for this item to be made available. |
leadTimeUOM |
xsd:string |
O |
F |
The unit of measure of the lead time for this item. Valid values are:
1. Day 2. Week 3. Month |
nextRevisionItem |
ItemReference |
O |
F |
The reference to an item that is the next revision of this item. |
commodity |
CommodityReference |
O |
F |
The reference to the commodity classification that this item belongs
to. |
supplementalInfoID |
xsd:string |
O |
F |
The unique identifier of the defining supplemental information of this
item. |
supplementalInfoCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created and controls
the defining supplemental information of this item. |
supplementalInfoDescription |
ShortDescription |
O |
F |
A short description of the defining supplemental information of this
item. |
lastModifiedDate |
xsd:dateTime |
O |
F |
The date this item was last modified. |
errorInfo |
ErrorInformation |
O |
F |
This field holds the error information, if any, pertinent to an
operation performed on this object. |
OrganizationReference |
|
orgID |
xsd:string |
O |
F |
Unique key identifying the organization object. |
orgName |
xsd:string |
O |
F |
The name of this organization |
ItemReference |
|
This object is used to reference an Item. It has only the minimum
fields required to identify an item for reference. |
itemID |
ItemID |
O |
F |
The number or identifier of the internal item as known to the
enterprise organization. |
itemRevisionNumber |
xsd:string |
O |
F |
The revision number of the internal item. |
itemCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this item. |
itemType |
ItemType |
O |
F |
The field takes in enumerated values indicating the type of item. |
shortDescription |
ShortDescription |
O |
F |
A brief description of this item. |
CommodityReference |
|
This object is used to reference a Commodity. It has only the
minimum fields required to identify a commodity for reference. |
commodityCode |
xsd:string |
O |
F |
The number or identifier of the commodity. |
commodityCreator |
OrganizationReference |
O |
F |
The unique identifier of the organization that created this commodity. |
commodityDescription |
ShortDescription |
O |
F |
A brief description of this commodity. |
InternalItem |
|
The representation of an item that is Internal to the enterprise
organization. |
item |
item |
O |
F |
This field holds the basic details of this item. |
standardPartCost |
xsd:decimal |
O |
F |
This is the standard part cost of this item. |
currencyName |
xsd:string |
O |
F |
The name of currency used to specify the cost of this item. |
currencySymbol |
xsd:string |
O |
F |
The display symbol of the currency used. |
ManufacturerItem |
|
The representation of an item that is a manufacturer item of
the enterprise organization. |
item |
Item |
O |
F |
This field holds the basic details of this item. |
picture |
xsd:string |
O |
F |
This is the uniform resource indicator of an image or picture of this
manufacturer item. |
SupplierItem |
|
The representation of an item that is a supplier item of the
enterprise organization |
item |
Item |
O |
F |
This field holds the basic details of this item. |
picture |
xsd:string |
O |
F |
This is the uniform resource indicator of an image or picture of this
supplier item. |
listPrice |
xsd:decimal |
O |
F |
This is the list price of this supplier item. |
currencyName |
xsd:string |
O |
F |
The name of currency used to specify the cost of this item. |
currencySymbol |
xsd:string |
O |
F |
The display symbol of the currency used. |
UOM |
xsd:string |
O |
F |
The Unit Of Measure that is considered for this item's list price.
Valid values is, Each. |