POST api/teams/UpdateBilling

Request Information

URI Parameters

None.

Body Parameters

UpdateBillingModel
NameDescriptionTypeAdditional information
TeamID

integer

None.

CreditCard

string

None.

ExpirationMonth

string

None.

ExpirationYear

string

None.

FirstName

string

None.

LastName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TeamID": 1,
  "CreditCard": "sample string 2",
  "ExpirationMonth": "sample string 3",
  "ExpirationYear": "sample string 4",
  "FirstName": "sample string 5",
  "LastName": "sample string 6"
}

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.

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'.