Chapter 6. Parts Inventory Noun

Table of Contents

PartsInventory
Fields and Components
Sample XML
PartsInventoryHeader
Fields and Components
Sample XML
DocumentIdentification
Fields and Components
Sample XML
DocumentIdentifier
Fields and Components
Sample XML
AlternateDocumentIdentifier
Fields and Components
Sample XML
AcknowledgementStatus
Fields and Components
Sample XML
RequestDateRange
Fields and Components
Sample XML
DealerParty
Fields and Components
Sample XML
PartyBase
Fields and Components
Sample XML
SpecifiedOrganization
Fields and Components
Sample XML
PrimaryContact
Fields and Components
Sample XML
SpecifiedPerson
Fields and Components
Sample XML
ResidenceAddress
Fields and Components
Sample XML
TelephoneCommunication
Fields and Components
Sample XML
FaxCommunication
Fields and Components
Sample XML
URICommunication
Fields and Components
Sample XML
PostalAddress
Fields and Components
Sample XML
SpecifiedOccupation
Fields and Components
Sample XML
UsagePreference
Fields and Components
Sample XML
PartyActionEvent
Fields and Components
Sample XML
WarehouseParty
Fields and Components
Sample XML
FreeFormTextGroup
Fields and Components
Sample XML
PartsInventoryLine
Fields and Components
Sample XML
Part
Fields and Components
Sample XML
ItemIdentification
Fields and Components
Sample XML
ItemIdentifier
Fields and Components
Sample XML
PartDetails
Fields and Components
Sample XML
CountryOfOrigin
Fields and Components
Sample XML
PartClassification
Fields and Components
Sample XML
Forecasting
Fields and Components
Sample XML
SalesHistory
Fields and Components
Sample XML
Date
Fields and Components
Sample XML
BaseQuantity
Fields and Components
Sample XML
CustomerParty
Fields and Components
Sample XML
Party
Fields and Components
Sample XML
DocumentReferenceIdentificationGroup
Fields and Components
Sample XML
SalesForecast
Fields and Components
Sample XML
InventoryFillUp
Fields and Components
Sample XML
InventoryCount
Fields and Components
Sample XML
InventoryQuantity
Fields and Components
Sample XML
InventoryParameters
Fields and Components
Sample XML

PartsInventory

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.

Fields and Components

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..1ComponentPartsInventoryHeaderType 
PartsInventoryLine

The Line component represents the detail information related to the Parts inventory transaction. At least one Line is required for each Header

0..*ComponentPartsInventoryLineType 

Sample XML

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>