POST api/Subscription/PostSubscription
Request Information
URI Parameters
None.
Body Parameters
SubscriptionChooser| Name | Description | Type | Additional information |
|---|---|---|---|
| PlanId | globally unique identifier |
None. |
|
| Addons | Collection of globally unique identifier |
None. |
|
| Supports | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"PlanId": "5475e4e7-7b2b-4d4d-955a-d3e2f337b788",
"Addons": [
"0792b3ce-0446-4cc2-aefc-6a20ea0a8f85",
"52aec9db-9faa-4003-99d3-d9bdbd7aa8bd"
],
"Supports": [
"f1733224-5fec-475e-baf8-7165716c872b",
"f40a25ab-650d-4074-9a7f-1abcaae68e4e"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |