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": "098b866d-2ae1-41d0-b414-d31567dbbb14",
"Addons": [
"bb5dd547-2db5-499e-8aa5-2b93cd474c0b",
"5603eefb-af10-4008-adaf-161000a495f5"
],
"Supports": [
"b049464f-2ea0-419b-8b1a-c5d61c22d418",
"f2b35d86-f001-4861-9dab-27c77635e193"
]
}
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. |