POST api/THCancelAppointment

Request Information

URI Parameters

None.

Body Parameters

CancelAppointment
NameDescriptionTypeAdditional 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": "b5920c5f-52fc-4422-8d92-78555a304f5c",
  "CancelDateTime": "2025-06-06T16:34:41.1043815+00:00",
  "Reason": "sample string 1",
  "ModifiedBy": "71a70b0c-2552-4851-984e-5e5d34860faf",
  "StatusId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.