POST api/teams/SaveTeam

Request Information

URI Parameters

None.

Body Parameters

Team
NameDescriptionTypeAdditional 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

TeamModel
NameDescriptionTypeAdditional 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:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'TimezoneOffset' on 'com.lexvid.data.Model.ShallowStateModel'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'TimezoneOffset' on 'com.lexvid.data.Model.ShallowStateModel'.