Uses the Component:RequestedSearchCriteriaType
Represents information about the search criteria being defined for all requested lines.
Table 6.6. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| DistrictCode |
The dealer districts to search when searching specific dealers by district. | 0..* | Field | udt:CodeType | |
| ZoneCode |
The dealer zones to search when searching specific dealers by zone. | 0..* | Field | udt:CodeType | |
| SearchRadiusQuantity |
The search radius based on the searching party's location. | 0..1 | Field | sqdt:QuantityType |
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.6. RequestedSearchCriteria
<RequestedSearchCriteria>
<DistrictCode>......</DistrictCode> [0..*]
<ZoneCode>......</ZoneCode> [0..*]
<SearchRadiusQuantity>......</SearchRadiusQuantity> [0..1]
</RequestedSearchCriteria>