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": "bd0f8d90-543b-4f7b-b066-e367a6355929",
"Addons": [
"b32d10a9-7133-47db-a6b5-a10d0364e28b",
"8783a12a-5ac1-47bd-8ee7-fba6c6ee692e"
],
"Supports": [
"acb4a387-eccd-404e-a57f-b7bc90c12ed0",
"d03ace9b-c5c4-4a6f-9d5d-18d6a30ab671"
]
}
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. |