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": "b5f06bc0-f442-449c-8be0-60aa789b3f0e",
"Addons": [
"bc6e663d-b5b3-46a8-907d-2efd9536cc5e",
"d87e189f-8882-4b06-a512-3ebb944c7a9f"
],
"Supports": [
"be5fb4da-1ab7-43bd-a9e9-95d3a348d992",
"d5064d2f-9afc-4d05-a201-e1bcf023a89a"
]
}
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. |