VehicleServiceHistoryVehicleLineItem

Uses the Component:VehicleServiceHistoryVehicleLineItemType

Detail information regarding a vehicle for a particular service appointment.

Fields and Components

Table 6.29. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
BrandedInfo

Vehicle Branding Information

0..1ComponentBrandedInfoType 
DeliveryDate

The date the item, e.g., a vehicle, engine, boat, part, etc. was physically delivered to the buyer.

0..1Field udt:DateType  
DeliveryDistanceMeasure

Odometer reading of vehicle at time of delivery

0..1Field sqdt:LengthMeasureType  
IgnitionKeyNumberString

Vehicle Ignition Key Number

0..1Field qdt:StringType  
NonUSVehicleIndicator

Indicates whether the vehicle was produced for the United States or not

0..1Field udt:IndicatorType  
OdometerStatus

Status of odometer at trade-in. Example:: Replaced, Tampered, Miles> 90,000, etc.

0..1Field udt:TextType  
RestrictionIndicator

Indication that vehicle has restrictions on its use

0..1Field udt:IndicatorType  
RestrictionDescription

Description of vehicle use restrictions

0..1Field udt:TextType  
TelematicsServiceIndicator

Indication whether Telematics Service Subscription is turned on

0..1Field udt:IndicatorType  
VehicleDemoIndicator

Indicates whether vehicle was ever a demo

0..1Field udt:IndicatorType  
VehicleStockString

Dealer assigned vehicle stock number

0..1Field qdt:StringType  
LicenseNumberString

State License plate number of vehicle

0..1Field qdt:StringType  
CertifiedPreownedIndicator

Identifies as a certified Pre-Owned Vehicle

0..1Field udt:IndicatorType  
ImageAttachment

Image Attachment

0..1ComponentImageAttachmentType 
SoldAreaEmissionCode

The code for the geographical Area that the unit is sold.

0..1Field udt:CodeType  
VehicleOriginCountryCode

The country where the vehicle was manufactured.

0..1Field scl:CountryEnumeratedType  
Option

The Option represents information about a vehicle's options.

0..*ComponentOptionABIEType 
VehicleShipDate

Date shipped from warehouse or distribution center

0..1Field udt:DateType  
VehicleBuildOrderNumberID

The build order number of the vehicle.

0..1Field udt:IdentifierType  
VehicleBuildDate

The date on which the vehicle was built.

0..1Field udt:DateType  
VehicleBuildPlantCode

The build plant code.

0..1Field udt:CodeType  
VehicleBuildPlantCodeDescription

A description of the build plant code.

0..*Field udt:TextType  
VehicleMajorPartsProductItem

The vehicle's major assemblies.

0..*ComponentVehicleMajorPartsProductItemType 
DeliveryTypeCode

Transaction request delivery type

0..1Field sqdt:DeliveryTypeCodeType  
DeliveryTypeDescription

Text description of the delivery type.

0..*Field udt:TextType  
PreDeliveryInspectionStatusCode

Text description of the delivery type.

0..1Field udt:CodeType  
ServiceAgentInvoiceDate

Date of the invoice for the vehicle from the service agent.

0..1Field udt:DateType  
InService

The dealer who put the vehicle in service.

0..1ComponentInServiceType 
VehicleOrderTypeString

Identifies vehicle order type

0..1Field qdt:StringType  
PDIDate

Date the Vechicle had its PDI completed

0..1Field udt:DateType  

Sample XML

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.29. VehicleServiceHistoryVehicleLineItem

<VehicleServiceHistoryVehicleLineItem>
     <Vehicle>......</Vehicle>     [0..1]
     <BrandedInfo>......</BrandedInfo>     [0..1]
     <DeliveryDate>......</DeliveryDate>     [0..1]
     <DeliveryDistanceMeasure>......</DeliveryDistanceMeasure>     [0..1]
     <IgnitionKeyNumberString>......</IgnitionKeyNumberString>     [0..1]
     <NonUSVehicleIndicator>......</NonUSVehicleIndicator>     [0..1]
     <OdometerStatus>......</OdometerStatus>     [0..1]
     <RestrictionIndicator>......</RestrictionIndicator>     [0..1]
     <RestrictionDescription>......</RestrictionDescription>     [0..1]
     <TelematicsServiceIndicator>......</TelematicsServiceIndicator>     [0..1]
     <VehicleDemoIndicator>......</VehicleDemoIndicator>     [0..1]
     <VehicleStockString>......</VehicleStockString>     [0..1]
     <LicenseNumberString>......</LicenseNumberString>     [0..1]
     <CertifiedPreownedIndicator>......</CertifiedPreownedIndicator>     [0..1]
     <ImageAttachment>......</ImageAttachment>     [0..1]
     <SoldAreaEmissionCode>......</SoldAreaEmissionCode>     [0..1]
     <VehicleOriginCountryCode>......</VehicleOriginCountryCode>     [0..1]
     <Option>......</Option>     [0..*]
     <VehicleShipDate>......</VehicleShipDate>     [0..1]
     <VehicleBuildOrderNumberID>......</VehicleBuildOrderNumberID>     [0..1]
     <VehicleBuildDate>......</VehicleBuildDate>     [0..1]
     <VehicleBuildPlantCode>......</VehicleBuildPlantCode>     [0..1]
     <VehicleBuildPlantCodeDescription>......</VehicleBuildPlantCodeDescription>     [0..*]
     <VehicleMajorPartsProductItem>......</VehicleMajorPartsProductItem>     [0..*]
     <DeliveryTypeCode>......</DeliveryTypeCode>     [0..1]
     <DeliveryTypeDescription>......</DeliveryTypeDescription>     [0..*]
     <PreDeliveryInspectionStatusCode>......</PreDeliveryInspectionStatusCode>     [0..1]
     <ServiceAgentInvoiceDate>......</ServiceAgentInvoiceDate>     [0..1]
     <InService>......</InService>     [0..1]
     <VehicleOrderTypeString>......</VehicleOrderTypeString>     [0..1]
     <PDIDate>......</PDIDate>     [0..1]
</VehicleServiceHistoryVehicleLineItem>