Uses the Component:ServiceAppointmentAcknowledgmentDetailType
Service Appointment Acknowledgment Detail
Table 6.6. Fields and Components
Name | Description | Occurrence | Type | Data Type | User Notes |
---|---|---|---|---|---|
AppointmentDateTime |
Date and time of the appointment | 0..1 | Field | udt:DateTimeType | |
AppointmentLocation |
Location of the appointment... For example: Office; Home | 0..1 | Field | udt:TextType | |
AppointmentNotes |
Comments that relate to the appointment. | 0..1 | Field | udt:TextType | |
RequestedConsultantName |
The name of the consultant with whom the consumer indicated they would like to work. | 0..1 | Field | udt:NameType | |
DayOfWeekCode |
The DaysOfWeek component is used to identify availability based on days of the week. | 0..1 | Field | sqdt:DayOfWeekCodeType | |
LeadSourceCode |
Source that brought the lead to the dealership. | 0..1 | Field | udt:CodeType | |
AppointmentConfirmationRequestIndicator |
Indicates that the customer has requested to be notified that the appointment date and time was confirmed. | 0..1 | Field | udt:IndicatorType | |
AppointmentConfirmationCode |
Code confirming appointment | 0..1 | Field | udt:CodeType | |
AppointmentStatus |
Notes the status of the appointment (e.g, in progress). | 0..1 | Field | udt:TextType | |
AlternateTransportation |
Free form text indicating customer's requirement or transportation while the vehilce is in service (i.e., concierge service, shuttle, rental car, waiting room, etc.). | 0..1 | Field | udt:TextType | |
AppointmentMethod |
Free form text indicating the method used to make appointment (e.g., Web, Walk-in, etc.). | 0..1 | Field | udt:TextType | |
EndAppointmentDateTime |
Earliest possible pick up date and time for appointment. | 0..1 | Field | udt:DateTimeType |
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.6. ServiceAppointmentAcknowledgmentDetail
<ServiceAppointmentAcknowledgmentDetail> <AppointmentDateTime>......</AppointmentDateTime> [0..1] <AppointmentLocation>......</AppointmentLocation> [0..1] <AppointmentNotes>......</AppointmentNotes> [0..1] <RequestedConsultantName>......</RequestedConsultantName> [0..1] <DayOfWeekCode>......</DayOfWeekCode> [0..1] <LeadSourceCode>......</LeadSourceCode> [0..1] <AppointmentConfirmationRequestIndicator>......</AppointmentConfirmationRequestIndicator> [0..1] <AppointmentConfirmationCode>......</AppointmentConfirmationCode> [0..1] <AppointmentStatus>......</AppointmentStatus> [0..1] <AlternateTransportation>......</AlternateTransportation> [0..1] <AppointmentMethod>......</AppointmentMethod> [0..1] <EndAppointmentDateTime>......</EndAppointmentDateTime> [0..1] </ServiceAppointmentAcknowledgmentDetail>