Update a Specific PY Employee Leave
- 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Update a Specific PY Employee Leave
- Updated on 25 Sep 2024
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Patch
/hcm-rest-api/rest/1/pyempleave/F29F45B6ACB640FEE05316821FACBB96
Security
HTTP
Type basic
Basic authentication
Header parameters
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
Body parameters
object
Example{ "EplLevDesc": "Test Jury Duty" }
Responses
200
OK
Headers
Content-Type
string
Exampleapplication/vnd.oracle.adf.resourceitem+json
{
"EplAccruPercent": null,
"EplAnnualAccrualCap": null,
"EplCompCode": "001",
"EplDaysAccrued": 0,
"EplDaysCf": 0,
"EplDaysCfExpireDate": null,
"EplDaysCfExpired": null,
"EplDaysUsed": 0,
"EplEligDays": 10,
"EplEligHours": 80,
"EplEmpNo": "0116",
"EplLastUpdDate": "2023-01-19",
"EplLeaveAmount": null,
"EplLeaveCf": null,
"EplLeaveDays": null,
"EplLeavePayAmount": null,
"EplLeavePercent": null,
"EplLevCalcEndDate": null,
"EplLevCalcMethod": "P",
"EplLevCalcMethod2": "P",
"EplLevCalcStartDate": null,
"EplLevCfExpiredAftDays": null,
"EplLevCode": "JURY",
"EplLevDesc": "Test Jury Duty",
"EplLostCfHours": 0,
"EplManualOveride": "N",
"EplMaxAccrual": null,
"EplPprYear": 2022,
"EplUser": "CMICUSER",
"EplVUuid": "F29F45B6ACB640FEE05316821FACBB96",
"EplIuCreateDate": "2023-01-11T03:01:05Z",
"EplIuUpdateDate": "2023-01-19T03:45:20Z",
"links": [
{
"rel": "self",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempleave/F29F45B6ACB640FEE05316821FACBB96",
"name": "pyempleave",
"kind": "item"
},
{
"rel": "canonical",
"href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/hcm-rest-api/rest/1/pyempleave/F29F45B6ACB640FEE05316821FACBB96",
"name": "pyempleave",
"kind": "item"
}
]
}
object