Uses the Component:RentLoanerType
Rent Loaner related to Warranty Claim
Table 6.56. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
VIN |
Rental Loaner Vehicle Identification Number | 0..1 | Field | sqdt:VINType | |
RentDaysQuantityNumeric |
Number of days rental/loaner was out | 0..1 | Field | udt:NumericType | |
RentOutDate |
Date rental/loaner vehicle provided to customer | 0..1 | Field | udt:DateType | |
RentInDate |
Date rental/loaner vehicle turned in by customer | 0..1 | Field | udt:DateType | |
Model |
Model description of rental/loaner vehicle | 0..1 | Field | udt:TextType | |
RentNotes |
Rent Loaner Comments | 0..1 | Field | udt:TextType | |
RentLoanerCode |
Identifies rental/loaner vehicle | 0..1 | Field | udt:CodeType | |
RentLoanerInvoiceNumberString |
Rental/loaner accounting identifier - the Rental Loaner Invoice # from either the DMS or rental company | 0..1 | Field | qdt:StringType | |
Pricing |
Total Price paid for rental/loaner Including tax | 0..* | Component | PricingABIEType | |
RentLoanerHoursNumeric |
Number of hours the rental loaner was used by the customer | 0..1 | Field | udt:NumericType | |
MakeString |
Vehicle make code - Usually available in the VIN number (use NCIC code). | 0..1 | Field | qdt:StringType | |
DailyRateAmount |
Actual Daily rate paid for the vehicle | 0..1 | Field | udt:AmountType | |
RentLoanerReasonCode |
The reason code identifying the reason a rental loaner was provided | 0..1 | Field | udt:CodeType | |
Tax |
Actual amount of tax paid on rentalLoaner | 0..* | Component | TaxType | |
ProviderName |
Party that provided the service or vehicle | 0..1 | Field | udt:NameType | |
OutDistanceMeasure |
Odometer reading of rental vehicle at the start of the rental. | 0..1 | Field | sqdt:LengthMeasureType | |
InDistanceMeasure |
Odometer reading of rental vehicle at the end of the rental. | 0..1 | Field | sqdt:LengthMeasureType |
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.56. RentLoaner
<RentLoaner> <VIN>......</VIN> [0..1] <RentDaysQuantityNumeric>......</RentDaysQuantityNumeric> [0..1] <RentOutDate>......</RentOutDate> [0..1] <RentInDate>......</RentInDate> [0..1] <Model>......</Model> [0..1] <RentNotes>......</RentNotes> [0..1] <RentLoanerCode>......</RentLoanerCode> [0..1] <RentLoanerInvoiceNumberString>......</RentLoanerInvoiceNumberString> [0..1] <Pricing>......</Pricing> [0..*] <RentLoanerHoursNumeric>......</RentLoanerHoursNumeric> [0..1] <MakeString>......</MakeString> [0..1] <DailyRateAmount>......</DailyRateAmount> [0..1] <RentLoanerReasonCode>......</RentLoanerReasonCode> [0..1] <Tax>......</Tax> [0..*] <ProviderName>......</ProviderName> [0..1] <OutDistanceMeasure>......</OutDistanceMeasure> [0..1] <InDistanceMeasure>......</InDistanceMeasure> [0..1] </RentLoaner>