POST api/teams/SaveTeam
Request Information
URI Parameters
None.
Body Parameters
TeamName | Description | Type | Additional information |
---|---|---|---|
TeamID | integer |
None. |
|
TeamName | string |
None. |
|
Created | date |
None. |
|
LastEdited | date |
None. |
|
NumberOfSeats | integer |
None. |
|
Inactive | integer |
None. |
|
DeactivatedDate | date |
None. |
|
IsPaidUp | integer |
None. |
|
SubscriptionID | string |
None. |
|
CardExpiry | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "TeamID": 1, "TeamName": "sample string 2", "Created": "2025-09-16T05:19:50.0256454+00:00", "LastEdited": "2025-09-16T05:19:50.0256454+00:00", "NumberOfSeats": 1, "Inactive": 1, "DeactivatedDate": "2025-09-16T05:19:50.0256454+00:00", "IsPaidUp": 1, "SubscriptionID": "sample string 3", "CardExpiry": "sample string 4" }
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. |
|
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: