POST api/THCancelAppointment
Request Information
URI Parameters
None.
Body Parameters
CancelAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| AppointmentId | globally unique identifier |
Required |
|
| CancelDateTime | date |
None. |
|
| Reason | string |
String length: inclusive between 0 and 1000 |
|
| ModifiedBy | globally unique identifier |
None. |
|
| StatusId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AppointmentId": "635c7d23-c2a9-44ce-b64c-459658f7946f",
"CancelDateTime": "2026-02-03T21:02:49.3497546-06:00",
"Reason": "sample string 1",
"ModifiedBy": "af9aad0c-9bcc-4d7e-bf07-dc342793a4f0",
"StatusId": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.