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": "4e54c0d2-9f5b-4fa5-939c-84c5e8408ba9",
"Addons": [
"dd9bbc2f-2cec-43fe-8b3f-3eb83352f869",
"56f002a9-6455-4d21-b4f1-e8a3447d4150"
],
"Supports": [
"81573449-3dfe-434f-9c35-1fa77a8cd8ba",
"10a6a927-34f3-4d29-a3ae-9296f875bbd0"
]
}
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. |