PUT api/v1/hR_LeaveHandOver/{leaveHandOverId}/leaveHandOverId
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| leaveHandOverId | integer |
Required |
Body Parameters
HR_LeaveHandOverVM| Name | Description | Type | Additional information |
|---|---|---|---|
| leaveHandOverId | integer |
None. |
|
| leaveApplicationId | integer |
None. |
|
| employeeId | integer |
None. |
|
| standInEmployeeId | integer |
None. |
|
| handOverDate | date |
None. |
|
| task | string |
None. |
|
| taskStatus | string |
None. |
|
| handOverStatusId | integer |
None. |
|
| tenantId | integer |
None. |
|
| dateCreated | date |
None. |
|
| signedBy | integer |
None. |
|
| dateTimeSigned | date |
None. |
|
| createdBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"leaveHandOverId": 1,
"leaveApplicationId": 1,
"employeeId": 1,
"standInEmployeeId": 1,
"handOverDate": "2025-10-27T09:28:43.2722941-07:00",
"task": "sample string 2",
"taskStatus": "sample string 3",
"handOverStatusId": 1,
"tenantId": 1,
"dateCreated": "2025-10-27T09:28:43.2722941-07:00",
"signedBy": 1,
"dateTimeSigned": "2025-10-27T09:28:43.2722941-07:00",
"createdBy": 4
}
application/xml, text/xml
Sample:
<HR_LeaveHandOverVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <createdBy>4</createdBy> <dateCreated>2025-10-27T09:28:43.2722941-07:00</dateCreated> <dateTimeSigned>2025-10-27T09:28:43.2722941-07:00</dateTimeSigned> <employeeId>1</employeeId> <handOverDate>2025-10-27T09:28:43.2722941-07:00</handOverDate> <handOverStatusId>1</handOverStatusId> <leaveApplicationId>1</leaveApplicationId> <leaveHandOverId>1</leaveHandOverId> <signedBy>1</signedBy> <standInEmployeeId>1</standInEmployeeId> <task>sample string 2</task> <taskStatus>sample string 3</taskStatus> <tenantId>1</tenantId> </HR_LeaveHandOverVM>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.