POST api/Subscription/Plan
Request Information
URI Parameters
None.
Body Parameters
PlanZohoName | 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": "329147ea-19c1-4c2d-af92-3117eaf9c51a", "PlanName": "sample string 2" }, { "PlanItemId": "329147ea-19c1-4c2d-af92-3117eaf9c51a", "PlanName": "sample string 2" } ], "Addons": [ { "ZohoId": "sample string 1" }, { "ZohoId": "sample string 1" } ] }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |