PUT api/v1/hR_Team/{teamId}/teamId

Request Information

URI Parameters

NameDescriptionTypeAdditional information
teamId

integer

Required

Body Parameters

HR_TeamVM
NameDescriptionTypeAdditional information
teamId

integer

None.

departmentId

integer

None.

statusId

integer

None.

teamName

string

None.

tenantId

integer

None.

dateCreated

date

None.

createdBy

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "teamId": 1,
  "departmentId": 1,
  "statusId": 1,
  "teamName": "sample string 2",
  "tenantId": 1,
  "dateCreated": "2024-09-19T10:59:21.1342784-07:00",
  "createdBy": 3
}

application/xml, text/xml

Sample:
<HR_TeamVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel">
  <createdBy>3</createdBy>
  <dateCreated>2024-09-19T10:59:21.1342784-07:00</dateCreated>
  <departmentId>1</departmentId>
  <statusId>1</statusId>
  <teamId>1</teamId>
  <teamName>sample string 2</teamName>
  <tenantId>1</tenantId>
</HR_TeamVM>

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.