Uses the Component:ServiceComponentsType
Service Components associated with sublet(Miscellaneous, GasOilGrease, PaintMaterials, ShopSupplies and Freight
Table 6.85. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| ComponentTypeCode |
Identifies the type of ServiceComponent | 1..1 | Field | scl:ComponentTypeEnumeratedType | |
| ServiceCode |
Manufacturer assigned code for service component associated with job | 0..1 | Field | udt:CodeType | |
| ServiceDescription |
Free form text description of service component associated with job | 0..* | Field | udt:TextType | |
| Pricing |
Price and cost information assoicated with service component | 0..* | Component | PricingABIEType | |
| ItemQuantity |
Quantity used for service component | 0..1 | Field | sqdt:QuantityType | |
| ExpenseHoursNumeric |
Time allotted for administrative work | 0..1 | Field | udt:NumericType | |
| ExpenseDaysNumeric |
The number of days claimed when MISC EXPENSE CODE is used to claim Transportation Assistance Program (TAP), Loaner or Extended Service Plan (ESP) vehicle. | 0..1 | Field | udt:NumericType | |
| AppealActionCode |
Defines action to be taken on appeal | 0..1 | Field | udt:CodeType | |
| DocumentID |
Free form entry for document associated with service component (i.e., Shipper, BOL, Invoice, etc.) | 0..* | Field | udt:IdentifierType | |
| Splits |
Splits assoicated with service component | 0..1 | Component | SplitsType | |
| Tax |
Tax assoicated with service component | 0..* | Component | TaxType | |
| CarrierID |
Carrier code related to service component | 0..1 | Field | udt:IdentifierType | |
| FleetDiscountPercent |
The percent discount offered by the Dealership for Fleet retail repairs billed through the Fleet Service Plan. | 0..1 | Field | udt:PercentType |
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.85. ServiceComponents
<ServiceComponents>
<ComponentTypeCode>......</ComponentTypeCode> [1..1]
<ServiceCode>......</ServiceCode> [0..1]
<ServiceDescription>......</ServiceDescription> [0..*]
<Pricing>......</Pricing> [0..*]
<ItemQuantity>......</ItemQuantity> [0..1]
<ExpenseHoursNumeric>......</ExpenseHoursNumeric> [0..1]
<ExpenseDaysNumeric>......</ExpenseDaysNumeric> [0..1]
<AppealActionCode>......</AppealActionCode> [0..1]
<DocumentID>......</DocumentID> [0..*]
<Splits>......</Splits> [0..1]
<Tax>......</Tax> [0..*]
<CarrierID>......</CarrierID> [0..1]
<FleetDiscountPercent>......</FleetDiscountPercent> [0..1]
</ServiceComponents>