GET api/privatemembership/upgrade/info
Information about price and additional charges for upgrading to private membership
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Name | Description | Type | Additional information |
---|---|---|---|
UpgradePrice |
Price for upgrading to private membership |
decimal number |
None. |
PaymentFee |
Price for using Credit Card |
decimal number |
None. |
Tax |
Tax in Amount |
decimal number |
None. |
AvailablePaymentCards |
Supported payment card types |
Collection of PaymentCard |
None. |
Currency |
Currency |
Currency |
None. |
Response Formats
application/json, text/json
Sample:
{ "upgradePrice": 1.1, "paymentFee": 2.1, "tax": 3.1, "availablePaymentCards": [ { "id": 1, "imageUrl": "sample string 2" }, { "id": 1, "imageUrl": "sample string 2" } ], "currency": { "currencySymbol": "sample string 1", "isPrefix": true } }