PUT api/v1/hR_Team/{teamId}/teamId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
teamId | integer |
Required |
Body Parameters
HR_TeamVMName | Description | Type | Additional 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-11-24T08:35:19.1800945-08: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-11-24T08:35:19.1800945-08: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
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.