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": "70ec23be-eb73-493d-9ea9-a85a6a0688bd",
"Addons": [
"b5346f5b-d677-40f2-942f-8d96ed77142f",
"49b1eac9-3fee-41ba-bc2c-2bda13fb6749"
],
"Supports": [
"2bc32a07-dcdc-4a99-9956-5d4f74c25696",
"5d5a1de6-3bd4-4c67-8d1d-1a86d8103636"
]
}
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. |