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": "19de72f0-d858-4391-bc8c-0c8c02fad3ec", "CancelDateTime": "2025-04-03T19:10:17.0263127-05:00", "Reason": "sample string 1", "ModifiedBy": "2f555ed0-ed60-4483-b1c8-bf65e7e73688", "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.