POST api/EmployeeLeave/GetEmployeeDashboardDetails
Request Information
URI Parameters
None.
Body Parameters
EmpDashboardInput| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | integer |
None. |
|
| EMP_CP_ID | integer |
None. |
|
| EMP_FROM_DATE | date |
None. |
|
| EMP_TO_DATE | date |
None. |
|
| EMP_DEPARTMENT_ID | integer |
None. |
|
| EMP_MODE | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMP_ID": 1,
"EMP_CP_ID": 1,
"EMP_FROM_DATE": "2025-12-06T04:27:02.8439305+00:00",
"EMP_TO_DATE": "2025-12-06T04:27:02.8439305+00:00",
"EMP_DEPARTMENT_ID": 1,
"EMP_MODE": "sample string 1"
}
application/xml, text/xml
Sample:
<EmpDashboardInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <EMP_CP_ID>1</EMP_CP_ID> <EMP_DEPARTMENT_ID>1</EMP_DEPARTMENT_ID> <EMP_FROM_DATE>2025-12-06T04:27:02.8439305+00:00</EMP_FROM_DATE> <EMP_ID>1</EMP_ID> <EMP_MODE>sample string 1</EMP_MODE> <EMP_TO_DATE>2025-12-06T04:27:02.8439305+00:00</EMP_TO_DATE> </EmpDashboardInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |