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": "52f9130d-1994-45a8-82e6-afba021b453e",
"Addons": [
"b5787e4f-1dc1-4d94-a7e3-2b5d122a53ef",
"abbaf0ef-d245-432b-ac1d-874cfcc2f6db"
],
"Supports": [
"dcbd0a2c-659a-482f-9cea-05e4fbbe5bad",
"30b6fe4a-c509-4bf5-ae61-da5a70a86d43"
]
}
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. |