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": "9ac2d90e-3866-4864-b796-55637c5e877a",
"Addons": [
"eb82f644-ef94-4bf5-aca7-d11f5086d61b",
"a4b29538-1ebd-47b8-bc96-4f1205f7b6e9"
],
"Supports": [
"231c5d84-294b-49ba-b64c-f1dacdafeb8f",
"ad1b2686-b803-45b4-8f5b-89309ae6429e"
]
}
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. |