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": "41c948b0-165c-41e1-9976-e9e2b14beaad",
"SupportId": "a75e0f7e-7096-4bd9-9edc-0c12798fc188",
"Addons": [
{
"AddonId": "81fd2a71-587b-4ba8-ae26-3bded0506cb5",
"Quantity": 2
},
{
"AddonId": "81fd2a71-587b-4ba8-ae26-3bded0506cb5",
"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. |