POST api/SaveSubscriptionPaymentInfo
Request Information
URI Parameters
None.
Body Parameters
SubscriptionPaymentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionTypeId | integer |
None. |
|
| SubscriptionTypeName | string |
None. |
|
| MonthlyRate | decimal number |
None. |
|
| YearlyRate | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"SubscriptionTypeId": 1,
"SubscriptionTypeName": "sample string 2",
"MonthlyRate": 3.0,
"YearlyRate": 4.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.