PUT api/v1/hR_LeaveHandOver/{leaveHandOverId}/leaveHandOverId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
leaveHandOverId

integer

Required

Body Parameters

HR_LeaveHandOverVM
NameDescriptionTypeAdditional 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": "2024-09-19T09:27:15.3787818-07:00",
  "task": "sample string 2",
  "taskStatus": "sample string 3",
  "handOverStatusId": 1,
  "tenantId": 1,
  "dateCreated": "2024-09-19T09:27:15.3787818-07:00",
  "signedBy": 1,
  "dateTimeSigned": "2024-09-19T09:27:15.3787818-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>2024-09-19T09:27:15.3787818-07:00</dateCreated>
  <dateTimeSigned>2024-09-19T09:27:15.3787818-07:00</dateTimeSigned>
  <employeeId>1</employeeId>
  <handOverDate>2024-09-19T09:27:15.3787818-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

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.