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": "b02a0463-9324-4dc1-a4d4-6e0132e8bd2b",
"Addons": [
"488103ff-f9b4-4cd3-84c1-8b63cb9f5767",
"a60eddb7-c5b8-4b57-9a8a-3462df255279"
],
"Supports": [
"d5b34bd7-95ae-46c6-b1c9-0e103df91f6a",
"8410dfc3-bb1a-4262-9016-5eb57b3c3732"
]
}
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. |