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": "c3069e6e-a1a9-4553-9e92-382f08e2c577",
  "CancelDateTime": "2025-06-08T16:17:19.8047022+05:30",
  "Reason": "sample string 1",
  "ModifiedBy": "073e99c5-1072-48e9-8d6a-2773c802d058",
  "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.