58 lines
3.0 KiB
XML
58 lines
3.0 KiB
XML
<rey_RomeServVehicleInsertReq xmlns="{{STAR_NS}}" revision="1.0">
|
|
<ServVehicleInsertReq>
|
|
<ServiceVehicle>
|
|
{{#CustomerId}}<CustomerId>{{CustomerId}}</CustomerId>{{/CustomerId}}
|
|
{{#VIN}}<VIN>{{VIN}}</VIN>{{/VIN}}
|
|
{{#UnitNumber}}<UnitNumber>{{UnitNumber}}</UnitNumber>{{/UnitNumber}}
|
|
{{#StockNumber}}<StockNumber>{{StockNumber}}</StockNumber>{{/StockNumber}}
|
|
{{#Year}}<Year>{{Year}}</Year>{{/Year}}
|
|
{{#Make}}<Make>{{Make}}</Make>{{/Make}}
|
|
{{#Model}}<Model>{{Model}}</Model>{{/Model}}
|
|
{{#Trim}}<Trim>{{Trim}}</Trim>{{/Trim}}
|
|
{{#BodyStyle}}<BodyStyle>{{BodyStyle}}</BodyStyle>{{/BodyStyle}}
|
|
{{#Transmission}}<Transmission>{{Transmission}}</Transmission>{{/Transmission}}
|
|
{{#Engine}}<Engine>{{Engine}}</Engine>{{/Engine}}
|
|
{{#FuelType}}<FuelType>{{FuelType}}</FuelType>{{/FuelType}}
|
|
{{#DriveType}}<DriveType>{{DriveType}}</DriveType>{{/DriveType}}
|
|
{{#Color}}<Color>{{Color}}</Color>{{/Color}}
|
|
{{#LicensePlate}}<LicensePlate>{{LicensePlate}}</LicensePlate>{{/LicensePlate}}
|
|
{{#LicenseState}}<LicenseState>{{LicenseState}}</LicenseState>{{/LicenseState}}
|
|
{{#RegistrationExpiry}}<RegistrationExpiry>{{RegistrationExpiry}}</RegistrationExpiry>{{/RegistrationExpiry}}
|
|
{{#Odometer}}<Odometer>{{Odometer}}</Odometer>{{/Odometer}}
|
|
{{#OdometerUnits}}<OdometerUnits>
|
|
{{OdometerUnits}}</OdometerUnits>{{/OdometerUnits}} <!-- MI | KM -->
|
|
{{#InServiceDate}}<InServiceDate>{{InServiceDate}}</InServiceDate>{{/InServiceDate}}
|
|
{{#Ownership}}
|
|
<Ownership>
|
|
{{#OwnerId}}<OwnerId>{{OwnerId}}</OwnerId>{{/OwnerId}}
|
|
{{#OwnerName}}<OwnerName>{{OwnerName}}</OwnerName>{{/OwnerName}}
|
|
{{#OwnershipType}}<OwnershipType>
|
|
{{OwnershipType}}</OwnershipType>{{/OwnershipType}}
|
|
</Ownership>
|
|
{{/Ownership}}
|
|
{{#Insurance}}
|
|
<Insurance>
|
|
{{#CompanyName}}<CompanyName>{{CompanyName}}</CompanyName>{{/CompanyName}}
|
|
{{#PolicyNumber}}<PolicyNumber>{{PolicyNumber}}</PolicyNumber>{{/PolicyNumber}}
|
|
{{#ExpirationDate}}<ExpirationDate>{{ExpirationDate}}</ExpirationDate>{{/ExpirationDate}}
|
|
{{#ContactName}}<ContactName>{{ContactName}}</ContactName>{{/ContactName}}
|
|
{{#ContactPhone}}<ContactPhone>{{ContactPhone}}</ContactPhone>{{/ContactPhone}}
|
|
</Insurance>
|
|
{{/Insurance}}
|
|
{{#Warranty}}
|
|
<Warranty>
|
|
{{#WarrantyCompany}}<WarrantyCompany>{{WarrantyCompany}}</WarrantyCompany>{{/WarrantyCompany}}
|
|
{{#WarrantyNumber}}<WarrantyNumber>{{WarrantyNumber}}</WarrantyNumber>{{/WarrantyNumber}}
|
|
{{#WarrantyType}}<WarrantyType>{{WarrantyType}}</WarrantyType>{{/WarrantyType}}
|
|
{{#ExpirationDate}}<ExpirationDate>{{ExpirationDate}}</ExpirationDate>{{/ExpirationDate}}
|
|
</Warranty>
|
|
{{/Warranty}}
|
|
{{#VehicleNotes}}
|
|
<Notes>
|
|
{{#Items}}<Note>{{.}}</Note>{{/Items}}
|
|
</Notes>
|
|
{{/VehicleNotes}}
|
|
</ServiceVehicle>
|
|
</ServVehicleInsertReq>
|
|
</rey_RomeServVehicleInsertReq>
|