POST api/teams/ChangeRole
Request Information
URI Parameters
None.
Body Parameters
changeRoleModelName | Description | Type | Additional information |
---|---|---|---|
TeamMemberID | integer |
None. |
|
RoleID | integer |
None. |
|
TeamID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "TeamMemberID": 1, "RoleID": 2, "TeamID": 3 }
Response Information
Resource Description
TeamModelName | Description | Type | Additional information |
---|---|---|---|
Team | Team |
None. |
|
Members | Collection of TeamMemberInfo |
None. |
|
OpenInvites | Collection of TeamMemberInvitation |
None. |
|
success | boolean |
None. |
|
message | string |
None. |
|
PerSeatPrice | decimal number |
None. |
|
IsPaid | boolean |
None. |
|
Subscription | TeamSubscriptionInfo |
None. |
|
Transactions | Collection of TeamTransaction |
None. |
|
CardInfo | CardInfoResult |
None. |
Response Formats
application/json
Sample:
text/json
Sample: