Uses the Component:ServiceAppointmentDetailType
Service Appointment Detail
Table 6.69. Fields and Components
| Name | Description | Occurrence | Type | Data Type | User Notes |
|---|---|---|---|---|---|
| RequestedService | 0..* | Field | RequestedServiceExpandedType | ||
| Appointment |
The Appointment component represents information about an appointment such as service appointment including appointment date, appointment time, etc. | 0..* | Component | ServiceAppointmentExtendedType | |
| CustomerPaymentMethod |
The CustomerPaymentMethod component represents information identifying how a customers elects to make payment. | 0..1 | Component | CustomerPaymentMethodType |
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.69. ServiceAppointmentDetail
<ServiceAppointmentDetail>
<RequestedService>......</RequestedService> [0..*]
<Appointment>......</Appointment> [0..*]
<CustomerPaymentMethod>......</CustomerPaymentMethod> [0..1]
</ServiceAppointmentDetail>