Chapter 6. Parts Locator Noun

Table of Contents

PartsLocator
Fields and Components
Sample XML
PartsLocatorHeader
Fields and Components
Sample XML
DocumentIdentificationGroup
Fields and Components
Sample XML
DocumentIdentification
Fields and Components
Sample XML
AlternateDocumentIdentification
Fields and Components
Sample XML
RequestedSearchCriteria
Fields and Components
Sample XML
RequestorDealerParty
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
RequestedLines
Fields and Components
Sample XML
RequestedLine
Fields and Components
Sample XML
ShipPart
Fields and Components
Sample XML
AlternateItemIDs
Fields and Components
Sample XML
ItemIdentificationGroup
Fields and Components
Sample XML
ItemIdentification
Fields and Components
Sample XML
FreeFormTextGroup
Fields and Components
Sample XML
VehicleMajorPartsProductItem
Fields and Components
Sample XML
VehicleMajorPartsProductItemConfiguration
Fields and Components
Sample XML
LocatedLines
Fields and Components
Sample XML
LocatedLine
Fields and Components
Sample XML
PartsProductItem
Fields and Components
Sample XML
LineStatus
Fields and Components
Sample XML
SupplyingParties
Fields and Components
Sample XML
PartsLocatorSupplyingParty
Fields and Components
Sample XML
SupplierParty
Fields and Components
Sample XML
SupplyingPartyLocations
Fields and Components
Sample XML
SupplyingPartyLocation
Fields and Components
Sample XML
Location
Fields and Components
Sample XML
LocationAddress
Fields and Components
Sample XML

PartsLocator

Uses the Component:PartsLocatorType

PartsLocator defines the Part Locator process for individual dealers who use either OEM or third party part locator services to locate parts at nearby local dealerships. For each Parts Locator represented in the Data Area of the PartsLocator BOD, there must be one occurrence of the PartsLocator component.

Fields and Components

Table 6.1. Fields and Components

Name Description Occurrence Type Data Type User Notes
PartsLocatorHeader

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

1..1ComponentPartsLocatorHeaderType 
RequestedLines

The Line component is used to communicate the type of search to be performed. This component can occur multiple times to request a range of dealer numbers for Parts Locator. The start Dealer Number would be the first occurrence of the Line component. The end dealer number would be the second occurrence of the Line component. The request however is not restricted to dealer numbers. The component can be used to request specific dealers, specific districts, zones, etc.

0..1ComponentRequestedLinesType 
LocatedLines

Located Lines

0..1ComponentLocatedLinesType 
SupplyingParties

Supplying Parties

0..1ComponentSupplyingPartiesType 
SupplyingPartyLocations

Supplying Party Location

0..1ComponentSupplyingPartyLocationsType 

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

<PartsLocator>
     <PartsLocatorHeader>......</PartsLocatorHeader>     [1..1]
     <RequestedLines>......</RequestedLines>     [0..1]
     <LocatedLines>......</LocatedLines>     [0..1]
     <SupplyingParties>......</SupplyingParties>     [0..1]
     <SupplyingPartyLocations>......</SupplyingPartyLocations>     [0..1]
</PartsLocator>