POST api/EmployeeLeave/PutEmployeeLocationMapping
Request Information
URI Parameters
None.
Body Parameters
EmployeeLocationMapping| Name | Description | Type | Additional information |
|---|---|---|---|
| EMP_ID | integer |
None. |
|
| ELO_ID | integer |
None. |
|
| ELO_LOC_ID | integer |
None. |
|
| ELO_CP_ID | integer |
None. |
|
| ELO_FROM_DATE | date |
None. |
|
| ELO_TO_DATE | date |
None. |
|
| ELO_STATUS | string |
None. |
|
| EMP_CREATED_BY | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EMP_ID": 1,
"ELO_ID": 1,
"ELO_LOC_ID": 1,
"ELO_CP_ID": 1,
"ELO_FROM_DATE": "2025-12-06T04:25:23.7604189+00:00",
"ELO_TO_DATE": "2025-12-06T04:25:23.7604189+00:00",
"ELO_STATUS": "sample string 1",
"EMP_CREATED_BY": 1
}
application/xml, text/xml
Sample:
<EmployeeLocationMapping xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <ELO_CP_ID>1</ELO_CP_ID> <ELO_FROM_DATE>2025-12-06T04:25:23.7604189+00:00</ELO_FROM_DATE> <ELO_ID>1</ELO_ID> <ELO_LOC_ID>1</ELO_LOC_ID> <ELO_STATUS>sample string 1</ELO_STATUS> <ELO_TO_DATE>2025-12-06T04:25:23.7604189+00:00</ELO_TO_DATE> <EMP_CREATED_BY>1</EMP_CREATED_BY> <EMP_ID>1</EMP_ID> </EmployeeLocationMapping>
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. |