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": "d9fdef20-7ead-4325-9047-af8931a1ee9b",
"Addons": [
"d8561ae5-4ad9-4542-aa98-37043053fe2c",
"e1de6c85-8625-4c84-9528-c241e0f54a3c"
],
"Supports": [
"6443b537-ddd5-4d79-a5a7-2a4cebbc1b28",
"50eb52ee-439d-4e97-a8bc-d0cfe6685bc0"
]
}
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. |