Chapter 6. Parts Inventory Noun

Table of Contents

PartsInventory
Fields and Components
Sample XML
PartsInventoryHeader
Fields and Components
Sample XML
DocumentIdentificationGroup
Fields and Components
Sample XML
DocumentIdentification
Fields and Components
Sample XML
AlternateDocumentIdentification
Fields and Components
Sample XML
AcknowledgementStatus
Fields and Components
Sample XML
FreeFormTextGroup
Fields and Components
Sample XML
RequestDateRange
Fields and Components
Sample XML
PartsInventoryLine
Fields and Components
Sample XML
PartsProductItem
Fields and Components
Sample XML
AlternateItemIDs
Fields and Components
Sample XML
ItemIdentificationGroup
Fields and Components
Sample XML
ItemIdentification
Fields and Components
Sample XML
PartsForecasting
Fields and Components
Sample XML
QuantitySoldHistory
Fields and Components
Sample XML
CustomerParty
Fields and Components
Sample XML
AlternatePartyDocument
Fields and Components
Sample XML
EffectivePeriod
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
Privacy
Fields and Components
Sample XML
PrivacyPeriod
Fields and Components
Sample XML
TelephoneCommunication
Fields and Components
Sample XML
UsagePreference
Fields and Components
Sample XML
UnavailablePeriod
Fields and Components
Sample XML
AvailablePeriod
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
PartyActionEvent
Fields and Components
Sample XML
ForecastUsage
Fields and Components
Sample XML
ExpectedInventory
Fields and Components
Sample XML
PartsActivityTransaction
Fields and Components
Sample XML
QuantityForecast
Fields and Components
Sample XML
DealerParty
Fields and Components
Sample XML
PartParameters
Fields and Components
Sample XML
PartQuantityGroup
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>