Table of Contents
Uses the Component:ServiceAppointmentType
ServiceAppointment defines the Service Appointment for individual consumers who schedule service appointments with their local dealership via the Internet. Additionally OEMs might use the ServiceAppointment to communicate to a Dealer the Service Contract and Repair Information (Labor Operations) related to the contract.
Table 6.1. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
ServiceAppointmentHeader |
Service Appointment Header | 1..1 | Component | ServiceAppointmentHeaderType | |
ServiceAppointmentDetail |
Service Appointment Detail | 1..1 | Component | ServiceAppointmentDetailType |
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.1. ServiceAppointment
<ServiceAppointment> <ServiceAppointmentHeader>......</ServiceAppointmentHeader> [1..1] <ServiceAppointmentDetail>......</ServiceAppointmentDetail> [1..1] </ServiceAppointment>