Sublet

Uses the Component:SubletType

Sublet related to Warranty Claim

Fields and Components

Table 6.46. Fields and Components

Name Description Occurrence Type Data Type User Notes
HandlingAmount

Sublet handling charges

0..1Field udt:AmountType  
Pricing

Sublet Invoice Price

1..*ComponentPricingABIEType 
AuthorizationNumberString

Third party purchase order number for work

0..1Field qdt:StringType  
SubletCode

Type of sublet work

1..1Field udt:CodeType  
SubletWorkDescription

Free form text comments relating to sublet

1..*Field udt:TextType  
SubletInvoiceNumberString

Third party invoice number for work

0..1Field qdt:StringType  
AppealActionCode

Defines action to be taken on appeal

0..1Field udt:CodeType  
ProviderName

Party that provided the service or vehicle

0..1Field udt:NameType  
LaborRateAmount

Dealer Posted Hourly Retail Labor Rate

0..1Field udt:AmountType  
CodesAndCommentsExpanded

Codes and comments related to Sublet

0..1ComponentCodesAndCommentsExpandedType 
Diagnostics

Diagnostics from vehicle service associated with sublet

0..*ComponentDiagnosticsType 
ServiceParts

Parts used on sublet

0..*ComponentServicePartsType 
ServiceCampaign

Service Campaign (Recall) associated with sublet

0..*ComponentServiceCampaignExtendedType 
ServiceLabor

Labor used on sublet

0..*ComponentServiceLaborType 
Coupon

Coupn used on sublet

0..*ComponentCouponType 
ServiceTechnicianParty

Technician associcated with sublet

0..*ComponentPartyABIEType 
ServiceComponents

Service Components associated with sublet(Miscellaneous, GasOilGrease, PaintMaterials, ShopSupplies and Freight

0..*ComponentServiceComponentsType 
Splits

Splits assoicated with sublet

0..1ComponentSplitsType 
Transportation

Transportation associcated with sublet

0..*ComponentTransportationType 
Tax

Sublet tax price on associated parts and labor

0..*ComponentTaxType 
RentLoaner

Rental or Loaner verhicles associated with Repair Order

0..*ComponentRentLoanerType 
CompletionDateTime

The date, time, date time or other date time value for a complete period of time expressed as a specific month, a specific week etc. type code for a particular Bulletin.

0..1Field udt:DateTimeType  
SubletID

Unique ID of the sublet.

0..1Field udt:TextType  
SubletLineNumber

Number of the line in which the sublet is displayed (if multiple sublets are available).

0..1Field udt:TextType  
SubletQuantity

Sublet Quantity.

0..1Field udt:QuantityType  
SubletRelatedPackage

Number of the package the Sublet belongs to.

0..1Field udt:IdentifierType  

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.46. Sublet

<Sublet>
     <HandlingAmount>......</HandlingAmount>     [0..1]
     <Pricing>......</Pricing>     [1..*]
     <AuthorizationNumberString>......</AuthorizationNumberString>     [0..1]
     <SubletCode>......</SubletCode>     [1..1]
     <SubletWorkDescription>......</SubletWorkDescription>     [1..*]
     <SubletInvoiceNumberString>......</SubletInvoiceNumberString>     [0..1]
     <AppealActionCode>......</AppealActionCode>     [0..1]
     <ProviderName>......</ProviderName>     [0..1]
     <LaborRateAmount>......</LaborRateAmount>     [0..1]
     <CodesAndCommentsExpanded>......</CodesAndCommentsExpanded>     [0..1]
     <Diagnostics>......</Diagnostics>     [0..*]
     <ServiceParts>......</ServiceParts>     [0..*]
     <ServiceCampaign>......</ServiceCampaign>     [0..*]
     <ServiceLabor>......</ServiceLabor>     [0..*]
     <Coupon>......</Coupon>     [0..*]
     <ServiceTechnicianParty>......</ServiceTechnicianParty>     [0..*]
     <ServiceComponents>......</ServiceComponents>     [0..*]
     <Splits>......</Splits>     [0..1]
     <Transportation>......</Transportation>     [0..*]
     <Tax>......</Tax>     [0..*]
     <RentLoaner>......</RentLoaner>     [0..*]
     <CompletionDateTime>......</CompletionDateTime>     [0..1]
     <SubletID>......</SubletID>     [0..1]
     <SubletLineNumber>......</SubletLineNumber>     [0..1]
     <SubletQuantity>......</SubletQuantity>     [0..1]
     <SubletRelatedPackage>......</SubletRelatedPackage>     [0..1]
</Sublet>