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": "86f9a8e8-2a62-4042-b9f1-db73c0e13f43",
"Addons": [
"3ea54fab-dedf-4240-8e5d-a9d5821b707d",
"d0d04a7c-a9b3-42a4-ae54-0d2597ebebd3"
],
"Supports": [
"7236e668-62a7-4dfa-9956-08ce62eaecc5",
"2fd0ab4c-6b73-479e-b574-cf636c81d519"
]
}
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. |