PUT api/role/{id}/changeteam?teamId={teamId}

Change the owining team of a Role

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

teamId

integer

Required

Body Parameters

None.

Response Information

Resource Description

UpdateOwningTeamResponseDataContract
NameDescriptionTypeAdditional 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
}