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": "2e2cd714-b28f-410c-8ca7-489cf8f6fd8e",
"Addons": [
"4b83d4fd-dd38-43cb-abff-3af7a7c7bd2a",
"f6491f46-fc2f-419d-a4fa-e217022263b2"
],
"Supports": [
"352d88f1-8c56-4536-a3d2-b60464cffc0e",
"b2a8f0e2-c935-4445-8f80-1e2e0b859287"
]
}
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. |