PUT api/v1/hR_EmployeeTeam/{employeeTeamId}/employeeTeamId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeTeamId

integer

Required

Body Parameters

HR_EmployeeTeamVM
NameDescriptionTypeAdditional information
employeeTeamId

integer

None.

departmentId

integer

None.

teamId

integer

None.

employeeId

integer

None.

statusId

integer

None.

dateCreated

date

None.

tenantId

integer

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeTeamId": 1,
  "departmentId": 1,
  "teamId": 1,
  "employeeId": 1,
  "statusId": 1,
  "dateCreated": "2024-09-19T09:23:01.516826-07:00",
  "tenantId": 1,
  "createdBy": 2
}

application/xml, text/xml

Sample:
<HR_EmployeeTeamVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>2</createdBy>
  <dateCreated>2024-09-19T09:23:01.516826-07:00</dateCreated>
  <departmentId>1</departmentId>
  <employeeId>1</employeeId>
  <employeeTeamId>1</employeeTeamId>
  <statusId>1</statusId>
  <teamId>1</teamId>
  <tenantId>1</tenantId>
</HR_EmployeeTeamVM>

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.