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": "ac1bb828-9cc7-4a3c-bc65-0b75c999efa9",
"CancelDateTime": "2025-12-18T13:13:50.2741063-06:00",
"Reason": "sample string 1",
"ModifiedBy": "0ff3d9f4-88ef-4a6b-a52b-510c86994f59",
"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.