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": "4c7705f7-5865-448e-91ea-b233958f575c",
"SupportId": "f2380d6b-64f0-4b04-b695-5fbdb403f7f8",
"Addons": [
{
"AddonId": "6ed2c5b2-0f86-4371-8528-ac49ea820e2f",
"Quantity": 2
},
{
"AddonId": "6ed2c5b2-0f86-4371-8528-ac49ea820e2f",
"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. |