GET api/GetSubscriptionPaymentInfo
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SubscriptionPaymentInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionTypeId | integer |
None. |
|
| SubscriptionTypeName | string |
None. |
|
| MonthlyRate | decimal number |
None. |
|
| YearlyRate | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"SubscriptionTypeId": 1,
"SubscriptionTypeName": "sample string 2",
"MonthlyRate": 3.0,
"YearlyRate": 4.0
},
{
"$ref": "1"
}
]