PUT api/role/{id}/changeteam?teamId={teamId}
Change the owining team of a Role
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| teamId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UpdateOwningTeamResponseDataContract| Name | Description | Type | Additional information |
|---|---|---|---|
| OldOwningTeamId | integer |
None. |
|
| NewOwningTeamId | integer |
None. |
|
| IsSuccessful | boolean |
None. |
|
| EventId | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"OldOwningTeamId": 1,
"NewOwningTeamId": 2,
"IsSuccessful": true,
"EventId": 4
}