POST api/teams/InviteToTeam
Request Information
URI Parameters
None.
Body Parameters
inviteMemberModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TeamID | integer |
None. |
|
| string |
None. |
||
| RoleID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TeamID": 1,
"email": "sample string 2",
"RoleID": 3
}
Response Information
Resource Description
TeamModel| Name | 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. |
|
| ProratedPricePerSeat | 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: