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": "6a8c6ff6-5413-4f91-86dd-a2ce3b07e357",
"Addons": [
"b9c46e43-f583-46e6-a0d1-8a3d4146594e",
"399f4650-792c-4247-bc5e-90ce60ed983b"
],
"Supports": [
"3db6159f-c1a7-4c9c-afc0-4ad24956e480",
"a621a548-b3bc-4b5d-89b8-8c4e62103e9e"
]
}
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. |