POST api/EmployeeLeave/GetEmployeeMasterDetail
Request Information
URI Parameters
None.
Body Parameters
GetEmployeeMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| emp_id | integer |
None. |
|
| emp_first_name | string |
None. |
|
| emp_last_name | string |
None. |
|
| start | integer |
None. |
|
| length | integer |
None. |
|
| EMP_NAME | string |
None. |
|
| EMP_DPMT | integer |
None. |
|
| EMP_DSG | integer |
None. |
|
| EMP_CODE | string |
None. |
|
| EMP_ORG | integer |
None. |
|
| EMP_STATUS | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"emp_id": 1,
"emp_first_name": "sample string 1",
"emp_last_name": "sample string 2",
"start": 1,
"length": 1,
"EMP_NAME": "sample string 3",
"EMP_DPMT": 1,
"EMP_DSG": 1,
"EMP_CODE": "sample string 4",
"EMP_ORG": 1,
"EMP_STATUS": "sample string 5"
}
application/xml, text/xml
Sample:
<GetEmployeeMaster xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <EMP_CODE>sample string 4</EMP_CODE> <EMP_DPMT>1</EMP_DPMT> <EMP_DSG>1</EMP_DSG> <EMP_NAME>sample string 3</EMP_NAME> <EMP_ORG>1</EMP_ORG> <EMP_STATUS>sample string 5</EMP_STATUS> <emp_first_name>sample string 1</emp_first_name> <emp_id>1</emp_id> <emp_last_name>sample string 2</emp_last_name> <length>1</length> <start>1</start> </GetEmployeeMaster>
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. |