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": "b7161bb2-2020-436c-bf47-72070fd4fb84",
  "CancelDateTime": "2024-07-05T15:45:47.78312-05:00",
  "Reason": "sample string 1",
  "ModifiedBy": "45ed8621-f108-41f9-a1be-6ebe6bf5a731",
  "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.