Uses the Component:GeoConflictOptionsType
Geography Conflict occurs when the requested geography submitted by the User maps to more than one Base Geography AND one or more of the incentive programs found are not available in ALL of the Base Georgraphies.
Table 6.8. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
BaseGeoDescription |
This field represents the textual description of a potential geography choice when a conflict occurs. | 1..1 | Field | udt:TextType | |
baseGeoString |
This is the Flexible Geography String value for one of the potential geography choices when a Geography Conflict occurs. It can be used to make an updated call to Get Valid Offers with this one specific geography after the User selects one of the geography choices. | 1..1 | Field | udt:TextType |
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.8. GeoConflictOptions
<GeoConflictOptions> <BaseGeoDescription>......</BaseGeoDescription> [1..1] <baseGeoString>......</baseGeoString> [1..1] </GeoConflictOptions>