POST Api/FrontDeskDashboard/MarkFutureAppointmentsBackCompleted

Request Information

URI Parameters

None.

Body Parameters

CallBackFutureAppointmentViewModel
NameDescriptionTypeAdditional information
FutureAppointmentNagRecordId

integer

None.

PatientResponse

string

None.

NewAppointmentDate

date

None.

NewAppointmentTime

date

None.

Notes

string

None.

Request Formats

application/json, text/json

Sample:
{
  "futureAppointmentNagRecordId": 1,
  "patientResponse": "sample string 2",
  "newAppointmentDate": "2026-05-06T02:20:08.9529349+02:00",
  "newAppointmentTime": "2026-05-06T02:20:08.9529349+02:00",
  "notes": "sample string 3"
}

text/html

Sample:
{"futureAppointmentNagRecordId":1,"patientResponse":"sample string 2","newAppointmentDate":"2026-05-06T02:20:08.9529349+02:00","newAppointmentTime":"2026-05-06T02:20:08.9529349+02:00","notes":"sample string 3"}

application/xml, text/xml

Sample:
<CallBackFutureAppointmentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UrgentCareExtra.Api.Controllers.FrontDesk">
  <FutureAppointmentNagRecordId>1</FutureAppointmentNagRecordId>
  <NewAppointmentDate>2026-05-06T02:20:08.9529349+02:00</NewAppointmentDate>
  <NewAppointmentTime>2026-05-06T02:20:08.9529349+02:00</NewAppointmentTime>
  <Notes>sample string 3</Notes>
  <PatientResponse>sample string 2</PatientResponse>
</CallBackFutureAppointmentViewModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'CallBackFutureAppointmentViewModel'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.