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": "5fbcaddc-cca2-428d-a732-553ef8303e3a",
"CancelDateTime": "2025-12-15T10:18:20.0099039-06:00",
"Reason": "sample string 1",
"ModifiedBy": "4dad3020-5dbc-4005-a4d5-634933473a2a",
"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.