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": "03f387a4-fdda-43a7-9a25-4cb2ab1bfc18",
"SupportId": "55f9b013-d65c-4d43-a9e0-9a0e32fb41a3",
"Addons": [
{
"AddonId": "2d28d126-2a10-4a08-b514-798008fc1517",
"Quantity": 2
},
{
"AddonId": "2d28d126-2a10-4a08-b514-798008fc1517",
"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. |