POST api/Subscription/Plan
Request Information
URI Parameters
None.
Body Parameters
PlanZoho| Name | Description | Type | Additional information |
|---|---|---|---|
| ZohoId | string |
None. |
|
| PlanItems | Collection of PlanItemChooser |
None. |
|
| Addons | Collection of AddonZoho |
None. |
Request Formats
application/json, text/json
Sample:
{
"ZohoId": "sample string 1",
"PlanItems": [
{
"PlanItemId": "9f6ac6bd-61ef-4392-b3f5-c3de83236837",
"PlanName": "sample string 2"
},
{
"PlanItemId": "9f6ac6bd-61ef-4392-b3f5-c3de83236837",
"PlanName": "sample string 2"
}
],
"Addons": [
{
"ZohoId": "sample string 1"
},
{
"ZohoId": "sample string 1"
}
]
}
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. |