POST api/EmployeeLeave/GetEmployeeDashboardDetails
Request Information
URI Parameters
None.
Body Parameters
EmpDashboardInputName | 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-04-29T15:41:41.0355559+05:30", "EMP_TO_DATE": "2025-04-29T15:41:41.0355559+05:30", "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-04-29T15:41:41.0355559+05:30</EMP_FROM_DATE> <EMP_ID>1</EMP_ID> <EMP_MODE>sample string 1</EMP_MODE> <EMP_TO_DATE>2025-04-29T15:41:41.0355559+05:30</EMP_TO_DATE> </EmpDashboardInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |