POST api/EmployeeLeave/PutEmployeePayrollConfig
Request Information
URI Parameters
None.
Body Parameters
EmpPayrollConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| EPC_ID | integer |
None. |
|
| EPC_CP_ID | integer |
None. |
|
| EPC_EMP_ID | integer |
None. |
|
| EPC_PYC_ID | integer |
None. |
|
| EPC_CREATED_BY | integer |
None. |
|
| EPC_VALID_FROM | date |
None. |
|
| EPC_VALID_TILL | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"EPC_ID": 1,
"EPC_CP_ID": 1,
"EPC_EMP_ID": 1,
"EPC_PYC_ID": 1,
"EPC_CREATED_BY": 1,
"EPC_VALID_FROM": "2025-12-06T04:24:22.1013306+00:00",
"EPC_VALID_TILL": "2025-12-06T04:24:22.1013306+00:00"
}
application/xml, text/xml
Sample:
<EmpPayrollConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZealitAPI.Models"> <EPC_CP_ID>1</EPC_CP_ID> <EPC_CREATED_BY>1</EPC_CREATED_BY> <EPC_EMP_ID>1</EPC_EMP_ID> <EPC_ID>1</EPC_ID> <EPC_PYC_ID>1</EPC_PYC_ID> <EPC_VALID_FROM>2025-12-06T04:24:22.1013306+00:00</EPC_VALID_FROM> <EPC_VALID_TILL>2025-12-06T04:24:22.1013306+00:00</EPC_VALID_TILL> </EmpPayrollConfig>
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. |