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": "dd705434-01f3-442a-be18-2b57e2450de0",
"Addons": [
"391a32d8-1a03-4d54-b9f6-9fd10555d4e4",
"fb3b6b93-c0b6-4c03-9035-e77228bc4fd2"
],
"Supports": [
"59010850-9514-4a4c-b8b6-f4bb99e4e560",
"c2243543-ad1c-42fc-bad2-3b954bb5c2e2"
]
}
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. |