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": "82da4b38-46c4-437c-ad69-8b1bcdf33ae3",
"CancelDateTime": "2026-05-06T13:34:25.6098351+00:00",
"Reason": "sample string 1",
"ModifiedBy": "41cdfe5a-5fa1-4522-94fd-8e90fd9ef97f",
"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.