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": "e8e4ac30-236e-4215-8992-c25261472a17",
"Addons": [
"5bbc45a0-7677-4d1c-ac5a-afde2a271b08",
"7e6d2091-bedc-43f7-b40a-ed8f40afbdc6"
],
"Supports": [
"24953ad7-ced6-457d-ada1-870a953dfec4",
"d7aaf7d2-3fc3-4719-b61c-aba8007c6c0c"
]
}
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. |