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": "3b6bcc77-4973-43bf-af6a-2ad4ad0307e4",
"Addons": [
"74c0bdf8-cc4e-462d-9c9e-dcc31710db9f",
"a6d1b87e-8388-4533-9401-954a9233f0a5"
],
"Supports": [
"30a077ef-a485-426b-b5a4-ae6fcded2c20",
"54d05777-dadb-44a0-ba4e-a11dcb5d7967"
]
}
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. |