Uses the Component:VehicleDataAvailabilityLineItemType
Detail information regarding a vehicle for a particular invoice.
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleDataAvailabilityStatus |
The VehicleDataAvailabilityStatus contains that values to state the result of vehicle data request | 0..1 | Component | VehicleDataAvailabilityStatusType | |
VehicleDataAvailabilityDetail |
Component to list the different areas of the requested data. Example: If Warranty data was requested, the retuned data could have Open Recalls, Closed Recalls, etc. This data is defined in this component. | 0..* | Component | VehicleDataAvailabilityDetailType | |
VehicleDataAvailabilityNotes |
Component to list the different areas of the requested data. Example: If Warranty data was requested, the retuned data could have Open Recalls, Closed Recalls, etc. This data is defined in this component. | 0..1 | Component | VehicleDataAvailabilityNotesType |
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. VehicleDataAvailabilityLineItem
<VehicleDataAvailabilityLineItem> <VehicleDataAvailabilityStatus>......</VehicleDataAvailabilityStatus> [0..1] <VehicleDataAvailabilityDetail>......</VehicleDataAvailabilityDetail> [0..*] <VehicleDataAvailabilityNotes>......</VehicleDataAvailabilityNotes> [0..1] </VehicleDataAvailabilityLineItem>