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": "e629ea6d-f9df-42d9-9072-b1ecd6e01afb",
  "CancelDateTime": "2026-02-03T08:58:09.8263983+00:00",
  "Reason": "sample string 1",
  "ModifiedBy": "b6ec50b3-c506-4d99-8a53-62af38dd45bb",
  "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.