POST PatientPortal/LockAppointmentSlot

Request Information

URI Parameters

None.

Body Parameters

AppointmentSlotLock
NameDescriptionTypeAdditional information
ID

integer

None.

DoctorID

string

None.

SlotTime

string

None.

AppointmentDate

date

None.

CreatedDate

date

None.

Status

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "DoctorID": "sample string 2",
  "SlotTime": "sample string 3",
  "AppointmentDate": "2026-04-12T16:52:30.2097568+05:30",
  "CreatedDate": "2026-04-12T16:52:30.2097568+05:30",
  "Status": "sample string 6"
}

application/xml, text/xml

Sample:
<AppointmentSlotLock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PatientPortalAPI.Models">
  <AppointmentDate>2026-04-12T16:52:30.2097568+05:30</AppointmentDate>
  <CreatedDate>2026-04-12T16:52:30.2097568+05:30</CreatedDate>
  <DoctorID>sample string 2</DoctorID>
  <ID>1</ID>
  <SlotTime>sample string 3</SlotTime>
  <Status>sample string 6</Status>
</AppointmentSlotLock>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.