POST api/account/GetAppointmentRequestList
Request Information
URI Parameters
None.
Body Parameters
DTOAttendanceHistory| Name | Description | Type | Additional 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. |
Request Formats
application/json, text/json
Sample:
{
"UserId": "sample string 1",
"StartDate": "2025-12-06T09:54:42.3145269+05:00",
"EndDate": "2025-12-06T09:54:42.3145269+05:00",
"start": 2,
"length": 3,
"Longitude": 1.1,
"Latitude": 1.1,
"Name": "sample string 4"
}
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"> <EndDate>2025-12-06T09:54:42.3145269+05:00</EndDate> <Latitude>1.1</Latitude> <Longitude>1.1</Longitude> <Name>sample string 4</Name> <StartDate>2025-12-06T09:54:42.3145269+05:00</StartDate> <UserId>sample string 1</UserId> <length>3</length> <start>2</start> </DTOAttendanceHistory>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.