POST api/Subscription/PostSubscription

Request Information

URI Parameters

None.

Body Parameters

SubscriptionChooser
NameDescriptionTypeAdditional 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": "52dd07a6-e775-4b7e-9965-1e065377bcc6",
  "Addons": [
    "8b6129c8-7c74-4522-b0fc-d2a66e3d81a6",
    "6105250a-7831-446d-ac2b-b5198eea837d"
  ],
  "Supports": [
    "dbb57404-cc9f-4e6a-ab1b-e7886235e574",
    "e3c4146a-63d8-434a-b049-6e1277f61339"
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.