RequestedLines

Uses the Component:RequestedLinesType

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.

Fields and Components

Table 6.25. Fields and Components

Name Description Occurrence Type Data Type User Notes
RequestedLine

Requested Line

1..*ComponentRequestedLineType 

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.25. RequestedLines

<RequestedLines>
     <RequestedLine>......</RequestedLine>     [1..*]
</RequestedLines>