Uses the Component:IncentiveApplicationStatusDetailType
This component contains the detail information for the Incentive inquiry transaction
Table 6.62. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
Vehicle |
Common vehicle component | 0..1 | Component | VehicleABIEType | |
DealID |
Request/Transaction Id tracked in the submitting application | 0..1 | Field | udt:IdentifierType | |
IncentiveApplicationStatus |
Incentive Application information | 0..1 | Component | IncentiveApplicationStatusType |
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.62. IncentiveApplicationStatusDetail
<IncentiveApplicationStatusDetail> <Vehicle>......</Vehicle> [0..1] <DealID>......</DealID> [0..1] <IncentiveApplicationStatus>......</IncentiveApplicationStatus> [0..1] </IncentiveApplicationStatusDetail>