POST api/teams/UpdateSeatsPayment
Request Information
URI Parameters
None.
Body Parameters
TeamPaymentModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CreditCard | string |
None. |
|
| ExpirationMonth | string |
None. |
|
| ExpirationYear | string |
None. |
|
| TeamID | integer |
None. |
|
| Description | string |
None. |
|
| RetailPrice | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| NumberOfSeats | integer |
None. |
|
| CouponCode | string |
None. |
|
| IsCouponValid | boolean |
None. |
|
| CouponResult | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CreditCard": "sample string 1",
"ExpirationMonth": "sample string 2",
"ExpirationYear": "sample string 3",
"TeamID": 4,
"Description": "sample string 5",
"RetailPrice": 6.0,
"Price": 7.0,
"NumberOfSeats": 8,
"CouponCode": "sample string 9",
"IsCouponValid": true,
"CouponResult": "sample string 11"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.