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": "213fd9f2-3fe4-4d2b-93e9-ed1bc2c28601",
  "CancelDateTime": "2025-12-16T09:14:17.1162313+00:00",
  "Reason": "sample string 1",
  "ModifiedBy": "f08cc71c-c115-4446-9e11-2f766eda9db6",
  "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.