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": "ed8b120e-0af8-41f1-8d33-e27c0be852ec",
"Addons": [
"d28d6eaa-dddd-46ce-8d45-c859204dd859",
"80bbe9ce-5345-4dde-a6b2-02e300d1c81b"
],
"Supports": [
"d80e1a77-a579-4f1f-acc1-0dc72b74b96e",
"dc57e000-8663-46a1-9ba3-8be2f6e12fa1"
]
}
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. |