POST api/App/SubscriptionPlanUpgrade?PlanKey={PlanKey}&PlanType={PlanType}&AccountId={AccountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanKey | string |
Required |
|
| PlanType | string |
Required |
|
| AccountId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Stripe| Name | Description | Type | Additional information |
|---|---|---|---|
| SessionStripeId | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"SessionStripeId": "sample string 1"
}