POST api/RegisterPricing/PostSubscription
Request Information
URI Parameters
None.
Body Parameters
TempSubscriptionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RefId | string |
None. |
|
| PlanId | globally unique identifier |
None. |
|
| SupportId | globally unique identifier |
None. |
|
| Addons | Collection of TempAddon |
None. |
Request Formats
application/json, text/json
Sample:
{
"RefId": "sample string 1",
"PlanId": "c51d61ce-b3d0-4597-8054-e27b33f15ab3",
"SupportId": "0a5bf5b7-49be-4d1a-be57-9b380d51c293",
"Addons": [
{
"AddonId": "5c83c7a5-e56e-43b8-8947-edc6b00bec20",
"Quantity": 2
},
{
"AddonId": "5c83c7a5-e56e-43b8-8947-edc6b00bec20",
"Quantity": 2
}
]
}
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. |