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": "bc7dd28e-5694-46fc-94c6-c89b5e5d99bb",
"Addons": [
"9c17ebf1-5b83-4c6d-ae32-3c9f83856485",
"066917eb-97ac-416e-8a7d-c3a01d65347c"
],
"Supports": [
"bdf3cd3b-54b6-4f5e-8714-1d5a74caa414",
"135d3211-5504-43c7-91a0-f0e1afc7d746"
]
}
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. |