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": "4968d2e3-7c80-43ec-b64e-ceec8d601df7",
"Addons": [
"03aba632-dbae-4530-9368-0a3ba021979d",
"7eb4e16c-b4ea-4645-8bde-3750df6ef234"
],
"Supports": [
"78951d80-8728-472f-9d14-78150ba6dcc1",
"52a8ebf0-ef9b-48cd-b5c5-537fede15983"
]
}
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. |