PartsDispositionHeader

Uses the Component:PartsDispositionHeaderType

Parts Disposition 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 
PartsActivityFileDate

Activity transaction date.

0..1Field udt:DateType  
PartsActivityFileType

Activity transaction type.

0..1Field udt:CodeType  
FileSequenceNumber

Sequence for sent files. The first file is 1.

0..1Field udt:NumericType  
PDHOrderTypeCode

Part Order Type entered or selected at dealership. Stock-STK, Vehicle Off Road-VOR, Daily-DPO, Emergency-EMG, Supplemental-SUP, Promotional-PRO, Solicited-SOL, Vehicle Off Road Parts Inquiry-VPI, Weekly-WKL, Interim-INT, Export-EXP, Dropship Stock-DSS, Dropship Vehicle Off Road-DVR, Lock and Key-LAK, Will Call-WCL, Return Request w/ Reference-RRR, Return Request w/o Reference-RWR, Credit Request w/ Reference-CRR, Credit Request w/o Reference-CWR, Debit Request w/ Reference-DRR, Debit Request w/o Reference-DWR, Rush-RUS, Urgent-URG, Other-OTH, N/A-N/A, Hold-HLD, Dating-DTG

0..1Field sqdt:OrderTypeCodeType  
PDHPartOrderNumber

Number for parts order assigned by dealer/DMS/OEM.

0..1Field udt:TextType  

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. PartsDispositionHeader

<PartsDispositionHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <PartsActivityFileDate>......</PartsActivityFileDate>     [0..1]
     <PartsActivityFileType>......</PartsActivityFileType>     [0..1]
     <FileSequenceNumber>......</FileSequenceNumber>     [0..1]
     <PDHOrderTypeCode>......</PDHOrderTypeCode>     [0..1]
     <PDHPartOrderNumber>......</PDHPartOrderNumber>     [0..1]
</PartsDispositionHeader>