POST api/account/GetAppointmentRequestList

Request Information

URI Parameters

None.

Body Parameters

DTOAttendanceHistory
NameDescriptionTypeAdditional information
UserId

string

None.

StartDate

date

None.

EndDate

date

None.

start

integer

None.

length

integer

None.

Longitude

decimal number

None.

Latitude

decimal number

None.

Name

string

None.

FilterType

integer

None.

FilterStatus

integer

None.

Gender

integer

None.

SummaryReportType

integer

None.

SamplingTypeFilter

integer

None.

Search

string

None.

IsDoNotApplyDateRangeFilter

integer

None.

IsAllServicesAppointments

integer

None.

HistoryFilterStatus

integer

None.

AppointmentNo

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserId": "sample string 1",
  "StartDate": "2025-06-14T12:05:23.8297276+05:00",
  "EndDate": "2025-06-14T12:05:23.8307319+05:00",
  "start": 2,
  "length": 3,
  "Longitude": 1.1,
  "Latitude": 1.1,
  "Name": "sample string 4",
  "FilterType": 1,
  "FilterStatus": 1,
  "Gender": 1,
  "SummaryReportType": 1,
  "SamplingTypeFilter": 1,
  "Search": "sample string 5",
  "IsDoNotApplyDateRangeFilter": 1,
  "IsAllServicesAppointments": 1,
  "HistoryFilterStatus": 1,
  "AppointmentNo": "sample string 6"
}

application/xml, text/xml

Sample:
<DTOAttendanceHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
  <AppointmentNo>sample string 6</AppointmentNo>
  <EndDate>2025-06-14T12:05:23.8307319+05:00</EndDate>
  <FilterStatus>1</FilterStatus>
  <FilterType>1</FilterType>
  <Gender>1</Gender>
  <HistoryFilterStatus>1</HistoryFilterStatus>
  <IsAllServicesAppointments>1</IsAllServicesAppointments>
  <IsDoNotApplyDateRangeFilter>1</IsDoNotApplyDateRangeFilter>
  <Latitude>1.1</Latitude>
  <Longitude>1.1</Longitude>
  <Name>sample string 4</Name>
  <SamplingTypeFilter>1</SamplingTypeFilter>
  <Search>sample string 5</Search>
  <StartDate>2025-06-14T12:05:23.8297276+05:00</StartDate>
  <SummaryReportType>1</SummaryReportType>
  <UserId>sample string 1</UserId>
  <length>3</length>
  <start>2</start>
</DTOAttendanceHistory>

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 'DTOAttendanceHistory'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.