VehicleInventoryHeader

Uses the Component:VehicleInventoryHeaderType

Vehicle Inventory Header

Fields and Components

Table 6.2. Fields and Components

Name Description Occurrence Type Data Type User Notes
DocumentDateTime

Is the date and time the document was last created. This is not the date and time that the BOD message instance was created.

0..1Field udt:DateTimeType  
SecondaryPassword

Secondary password used to validate access to the dealer information

0..1Field udt:TextType  
SecondaryDealerNumberID

Identifies secondary dealer number if different than primary "Dealer Number"

0..1Field udt:IdentifierType  
DocumentIdentificationGroup

A group of identifications that uniquely identifies this document

1..1ComponentDocumentIdentificationGroupType 
InvoiceDate

Date of invoice.

0..1Field udt:DateType  
TransactionTypeCode

Type of transaction

0..1Field scl:TransactionTypeEnumeratedType  
SoldToParty

The party to which good or services were sold.

0..1ComponentPartyABIEType 
ShipToParty

The party receiving the goods or services.

0..1ComponentPartyABIEType 
ManufacturerParty

The person or organization that manufactures an item.

0..1ComponentPartyABIEType 

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.2. VehicleInventoryHeader

<VehicleInventoryHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <InvoiceDate>......</InvoiceDate>     [0..1]
     <TransactionTypeCode>......</TransactionTypeCode>     [0..1]
     <SoldToParty>......</SoldToParty>     [0..1]
     <ShipToParty>......</ShipToParty>     [0..1]
     <ManufacturerParty>......</ManufacturerParty>     [0..1]
</VehicleInventoryHeader>