POST api/app/createnewsubscription
Request Information
URI Parameters
None.
Body Parameters
NewSubscription| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanKey | globally unique identifier |
None. |
|
| StripeCallbackUrl | string |
None. |
|
| PromoCode | string |
None. |
|
| MetaData | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlanKey": "1f7d3c6f-ce0b-498f-b370-5e6375fb5b26",
"StripeCallbackUrl": "sample string 2",
"PromoCode": "sample string 3",
"MetaData": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.