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": "1b6df4b1-3168-4539-bba2-f5c2823469f2",
"CancelDateTime": "2026-02-03T20:57:25.3300552-06:00",
"Reason": "sample string 1",
"ModifiedBy": "d54623ef-35f0-4ad3-b577-f3f6bd16f7bb",
"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.