PartsLocatorHeader

Uses the Component:PartsLocatorHeaderType

For each Parts Locator represented in the DataArea of the PartsLocator Business Object Document, there must be one occurrence of the Header component.

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 
LocatorCode

Identifies the type of locator transaction being performed.

0..1Field udt:CodeType  
RequestedSearchCriteriaTypeCode

Defines whether the search applies to Dealers, Suppliers or both Dealers and Suppliers.

0..1Field scl:RequestedSearchCriteriaTypeEnumeratedType  
RequestedSearchCriteria

Represents information about the search criteria being defined for all requested lines.

0..1ComponentRequestedSearchCriteriaType 
RequestorDealerParty

The Dealer Party that is making the search request.

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

<PartsLocatorHeader>
     <DocumentDateTime>......</DocumentDateTime>     [0..1]
     <SecondaryPassword>......</SecondaryPassword>     [0..1]
     <SecondaryDealerNumberID>......</SecondaryDealerNumberID>     [0..1]
     <DocumentIdentificationGroup>......</DocumentIdentificationGroup>     [1..1]
     <LocatorCode>......</LocatorCode>     [0..1]
     <RequestedSearchCriteriaTypeCode>......</RequestedSearchCriteriaTypeCode>     [0..1]
     <RequestedSearchCriteria>......</RequestedSearchCriteria>     [0..1]
     <RequestorDealerParty>......</RequestorDealerParty>     [0..1]
</PartsLocatorHeader>