AppointmentCancelCmd
{
"reason": "string",
"missAppointment": true,
"appointmentTimeTo": "string",
"note": "string",
"forceCancel": true
}
Properties
| Name | Type | Required | Constraints | Chinese Name | Description |
|---|---|---|---|---|---|
| reason | string | true | none | Reason for cancellation | |
| missAppointment | boolean | false | none | Flag indicating if appointment time was missed | |
| appointmentTimeTo | string | false | none | Original appointment time | |
| note | string | false | none | Additional notes or comments | |
| forceCancel | boolean | false | none | none |