Table of Contents
Uses the Component:VehicleRemarketingType
VehicleRemarketing supports the transmission of vehicle and advertising data between the remarketing organizations, such as newspapers, used vehicle publications and the internet advertisers. NOTE: Although this is the traditional use of VehicleRemarketing, it could be used to send Vehicle Remarketing information between any two business parties.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VehicleRemarketingHeader |
Vehicle Remarketing Header | 1..1 | Component | VehicleRemarketingHeaderType | |
VehicleRemarketingVehicleLineItem |
Line item information about a vehicle being remarketed | 0..* | Component | VehicleRemarketingVehicleLineItemType | |
VehicleRemarketingBoatLineItem |
Line item information about a boat being remarketed | 0..* | Component | VehicleRemarketingBoatLineItemType | |
VehicleRemarketingEngineLineItem |
Line item information about a engine being remarketed | 0..* | Component | VehicleRemarketingEngineLineItemType | |
VehicleRemarketingTrailerLineItem |
Line item information about a trailer being remarketed | 0..* | Component | VehicleRemarketingTrailerLineItemType |
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.1. VehicleRemarketing
<VehicleRemarketing> <VehicleRemarketingHeader>......</VehicleRemarketingHeader> [1..1] <VehicleRemarketingVehicleLineItem>......</VehicleRemarketingVehicleLineItem> [0..*] <VehicleRemarketingBoatLineItem>......</VehicleRemarketingBoatLineItem> [0..*] <VehicleRemarketingEngineLineItem>......</VehicleRemarketingEngineLineItem> [0..*] <VehicleRemarketingTrailerLineItem>......</VehicleRemarketingTrailerLineItem> [0..*] </VehicleRemarketing>