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": "8d0d7f7f-b3ab-421a-aa1b-75c05479b786",
"Addons": [
"0aaf546c-7c7f-4d2b-bacc-2b9558a1fcc8",
"3ebc0853-bb3d-4d26-8e4a-695dae8856a4"
],
"Supports": [
"df9cf83b-8879-4c8c-b38d-2bf8354ba19f",
"343d46dd-20be-4e57-a886-a526455397b9"
]
}
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. |