POST api/THCancelAppointment
Request Information
URI Parameters
None.
Body Parameters
CancelAppointmentName | 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": "71b2d63b-057b-47ec-8720-6f73605dd7b5", "CancelDateTime": "2025-07-03T13:47:04.0058371-05:00", "Reason": "sample string 1", "ModifiedBy": "4ff356f7-b5a7-4cdd-84dc-aae959cb2ffa", "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.