Uses the Component:SubletType
Sublet related to Warranty Claim
Table 6.46. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
HandlingAmount |
Sublet handling charges | 0..1 | Field | udt:AmountType | |
Pricing |
Sublet Invoice Price | 1..* | Component | PricingABIEType | |
AuthorizationNumberString |
Third party purchase order number for work | 0..1 | Field | qdt:StringType | |
SubletCode |
Type of sublet work | 1..1 | Field | udt:CodeType | |
SubletWorkDescription |
Free form text comments relating to sublet | 1..* | Field | udt:TextType | |
SubletInvoiceNumberString |
Third party invoice number for work | 0..1 | Field | qdt:StringType | |
AppealActionCode |
Defines action to be taken on appeal | 0..1 | Field | udt:CodeType | |
ProviderName |
Party that provided the service or vehicle | 0..1 | Field | udt:NameType | |
LaborRateAmount |
Dealer Posted Hourly Retail Labor Rate | 0..1 | Field | udt:AmountType | |
CodesAndCommentsExpanded |
Codes and comments related to Sublet | 0..1 | Component | CodesAndCommentsExpandedType | |
Diagnostics |
Diagnostics from vehicle service associated with sublet | 0..* | Component | DiagnosticsType | |
ServiceParts |
Parts used on sublet | 0..* | Component | ServicePartsType | |
ServiceCampaign |
Service Campaign (Recall) associated with sublet | 0..* | Component | ServiceCampaignExtendedType | |
ServiceLabor |
Labor used on sublet | 0..* | Component | ServiceLaborType | |
Coupon |
Coupn used on sublet | 0..* | Component | CouponType | |
ServiceTechnicianParty |
Technician associcated with sublet | 0..* | Component | PartyABIEType | |
ServiceComponents |
Service Components associated with sublet(Miscellaneous, GasOilGrease, PaintMaterials, ShopSupplies and Freight | 0..* | Component | ServiceComponentsType | |
Splits |
Splits assoicated with sublet | 0..1 | Component | SplitsType | |
Transportation |
Transportation associcated with sublet | 0..* | Component | TransportationType | |
Tax |
Sublet tax price on associated parts and labor | 0..* | Component | TaxType | |
RentLoaner |
Rental or Loaner verhicles associated with Repair Order | 0..* | Component | RentLoanerType | |
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..1 | Field | udt:DateTimeType | |
SubletID |
Unique ID of the sublet. | 0..1 | Field | udt:TextType | |
SubletLineNumber |
Number of the line in which the sublet is displayed (if multiple sublets are available). | 0..1 | Field | udt:TextType | |
SubletQuantity |
Sublet Quantity. | 0..1 | Field | udt:QuantityType | |
SubletRelatedPackage |
Number of the package the Sublet belongs to. | 0..1 | Field | udt:IdentifierType |
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>