POST api/MyLeaveRequestApproval
Request Information
URI Parameters
None.
Body Parameters
EmployeeLeaveRequestReviewParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeLeaveRequestId | integer |
None. |
|
| ReviewerId | integer |
None. |
|
| Notes | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"EmployeeLeaveRequestId": 1,
"ReviewerId": 2,
"Notes": "sample string 3",
"Status": 4
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.