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": "29c3de51-7cc2-4da7-b43e-7eac3b044cc8",
"Addons": [
"adb39135-6ddc-4734-a024-1c3695f887f0",
"9811df00-5365-4990-94a2-fc1346efd127"
],
"Supports": [
"6da4fd67-a04e-4887-a1c6-f812caa0c020",
"0a9c4f42-631a-4ae6-a902-4a4ce1f30e71"
]
}
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. |