Uses the Component:RequestedServiceType
Communicates the type of service to be performed during the service appointment.
Table 6.105. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
JobNumberString |
DMS assigned job or line identification number | 0..1 | Field | qdt:StringType | |
RepeatRepairIndicator |
Identifies repair as having been performed previously on the vehicle | 0..1 | Field | udt:IndicatorType | |
JobTypeString |
Type of service performed (special policy, warranty pay, etc) | 0..1 | Field | qdt:StringType | |
ServiceTechnicianParty |
Technician associated with the service | 0..* | Component | PartyABIEType | |
PackageCode |
Indicates multiple labor operations within a package (e.g., 30k mileage drive train or emissions package). | 0..1 | Field | udt:CodeType | |
ServiceLaborScheduling |
represents information about the labor being scheduled for the service appointment. | 0..* | Component | ServiceLaborSchedulingType | |
CustomerSalesRequestDescription |
Description of the after sales request. | 0..* | Field | udt:TextType |
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.105. RequestedService
<RequestedService> <JobNumberString>......</JobNumberString> [0..1] <RepeatRepairIndicator>......</RepeatRepairIndicator> [0..1] <JobTypeString>......</JobTypeString> [0..1] <ServiceTechnicianParty>......</ServiceTechnicianParty> [0..*] <PackageCode>......</PackageCode> [0..1] <ServiceLaborScheduling>......</ServiceLaborScheduling> [0..*] <CustomerSalesRequestDescription>......</CustomerSalesRequestDescription> [0..*] </RequestedService>