Table of Contents
Uses the Component:PartsInventoryType
PartsInventory defines the Parts Inventory process of transmitting the dealer's extracted parts inventory file (full, incremental, etc.) to the OEM. NOTE: Although this is the traditional use of PartsInventory, it could be used to send Parts Inventory information between any two business parties. For each Parts Inventory represented in the DataArea of the Parts Inventory BOD, there must be at least one occurrence of the PartsInventory component.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
PartsInventoryHeader |
For each PartsInventory represented in the DataArea of the PartsInventory BOD, there must be once occurrence of the Header Component. The Header component represents summary information that applies to the entire Parts Inventory transaction. | 1..1 | Component | PartsInventoryHeaderType | |
PartsInventoryLine |
The Line component represents the detail information related to the Parts inventory transaction. At least one Line is required for each Header | 0..* | Component | PartsInventoryLineType |
The XML Sample provided here is an approximation of the generated XML for this component. Not all of the fields are required for implementation.
Example 6.1. PartsInventory
<PartsInventory> <PartsInventoryHeader>......</PartsInventoryHeader> [1..1] <PartsInventoryLine>......</PartsInventoryLine> [0..*] </PartsInventory>