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": "251ed020-aa92-48c2-836a-e53ea9a512a2",
"SupportId": "16af3043-4b58-4a3f-a626-4c9199ebc525",
"Addons": [
{
"AddonId": "0f515d80-ea1c-42cb-b487-3a50eb109589",
"Quantity": 2
},
{
"AddonId": "0f515d80-ea1c-42cb-b487-3a50eb109589",
"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. |