ServiceAppointmentVehicleLineItem

Uses the Component:ServiceAppointmentVehicleLineItemType

Detail information regarding a vehicle for a particular service appointment.

Fields and Components

Table 6.31. Fields and Components

Name Description Occurrence Type Data Type User Notes
Vehicle

Common vehicle component

0..1ComponentVehicleABIEType 
BrandedInfo

Vehicle Branding Information

0..1ComponentBrandedInfoType 
OriginalSoldDate

The date the item, e.g., a vehicle, engine, boat, part, etc. was sold.

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  
InDistanceMeasure

Odometer reading of vehicle when repair order was opened

0..1Field sqdt:LengthMeasureType  

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.31. ServiceAppointmentVehicleLineItem

<ServiceAppointmentVehicleLineItem>
     <Vehicle>......</Vehicle>     [0..1]
     <BrandedInfo>......</BrandedInfo>     [0..1]
     <OriginalSoldDate>......</OriginalSoldDate>     [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]
     <InDistanceMeasure>......</InDistanceMeasure>     [0..1]
</ServiceAppointmentVehicleLineItem>