PUT api/VacationLeave/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
VacationLeaveParam| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeId | integer |
Required |
|
| RequestDate | string |
None. |
|
| StartDate | string |
Required Max length: 8 Min length: 8 |
|
| EndDate | string |
Required |
|
| LeaveReason | string |
None. |
|
| LeaveType | integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"EmployeeId": 1,
"RequestDate": "sample string 2",
"StartDate": "sample string 3",
"EndDate": "sample string 4",
"LeaveReason": "sample string 5",
"LeaveType": 6
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.