POST api/Patient/Update_Appointment

Request Information

URI Parameters

None.

Body Parameters

Appointment_Update
NameDescriptionTypeAdditional information
appId

integer

None.

app_fdate

date

None.

app_ftime

integer

None.

doctor_id

integer

None.

app_status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appId": 1,
  "app_fdate": "2025-06-09T10:16:30.9265937+04:00",
  "app_ftime": 3,
  "doctor_id": 4,
  "app_status": "sample string 5"
}

application/xml, text/xml

Sample:
<Appointment_Update xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GMCHC_API.Models">
  <appId>1</appId>
  <app_fdate>2025-06-09T10:16:30.9265937+04:00</app_fdate>
  <app_ftime>3</app_ftime>
  <app_status>sample string 5</app_status>
  <doctor_id>4</doctor_id>
</Appointment_Update>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.