Uses the Component:ValidateInitiativeDetailType
Validate Initiative Detail
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
InitiativeID |
Initiative Identification (i.e., Manufacturer incentive reimbursement program identification or dealer offerings) | 1..1 | Field | udt:IdentifierType | |
ValidateInitiativeVehicleLineItem |
Detail information regarding a vehicle for a particular initiative. | 0..1 | Component | ValidateInitiativeVehicleLineItemType | |
GeographicalConstraints |
The GeographicalConstraints component is used to define the geographical region or regions or a range of regions to which the initiative is limited. Example 1: An EmployeePricing initiative may only apply to Zip code 12345. All other zip codes do not apply Example 2: An EmployeePricing initiative may apply to Zip code 12345 as well as zip code 54321, and 65431. All other zip codes do not apply. Example 3: An EmployeePricing initiative applies to the following range of zip codes 12345 to 12349. Any zip codes out side of this range do not apply. | 0..* | Component | GeographicalConstraintsType | |
InitiativeStatus |
The InitiativeStatus component is used to indicate whether the given initiative is valid or invalid with a textual description of that status. | 0..1 | Component | InitiativeStatusType |
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. ValidateInitiativeDetail
<ValidateInitiativeDetail> <InitiativeID>......</InitiativeID> [1..1] <ValidateInitiativeVehicleLineItem>......</ValidateInitiativeVehicleLineItem> [0..1] <GeographicalConstraints>......</GeographicalConstraints> [0..*] <InitiativeStatus>......</InitiativeStatus> [0..1] </ValidateInitiativeDetail>