Table of Contents
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.
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..1 | Component | PartsLocatorHeaderType | |
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..1 | Component | RequestedLinesType | |
LocatedLines |
Located Lines | 0..1 | Component | LocatedLinesType | |
SupplyingParties |
Supplying Parties | 0..1 | Component | SupplyingPartiesType | |
SupplyingPartyLocations |
Supplying Party Location | 0..1 | Component | SupplyingPartyLocationsType |
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>