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": "abfaf545-600a-4916-8b08-cbe0f2ee994c",
"Addons": [
"5e46972e-11e3-48e8-aab7-48f55a95d7fd",
"46023dc6-2619-4d55-a7e4-6a0cba83debd"
],
"Supports": [
"728af5b2-5f8f-4f19-9295-f2881fc4bbcc",
"1eb172b6-264e-49d2-a4bc-1c6b92f31bf6"
]
}
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. |