POST api/Plan/Create
Request Information
URI Parameters
None.
Body Parameters
PlanModelName | Description | Type | Additional information |
---|---|---|---|
PlanAddons | Collection of PlanAddonModel |
None. |
|
AllowedErps | Collection of ErpModel |
None. |
|
AllowedApps | Collection of AppModel |
None. |
|
PlanId | globally unique identifier |
None. |
|
CategoryId | globally unique identifier |
None. |
|
Description | string |
None. |
|
ZohoId | string |
None. |
|
CreatedOn | date |
None. |
|
Active | boolean |
None. |
|
LastUpdatedOn | date |
None. |
|
PlanCost | decimal number |
None. |
|
Ordering | integer |
None. |
|
PlanExpiryDuration | integer |
None. |
|
PlanName | string |
None. |
|
SupportsTrial | boolean |
None. |
|
TrialExpirySeed | string |
None. |
|
OneTimeCost | decimal number |
None. |
|
ActiveSubscription | Subscription |
None. |
|
IsSubscriptionExpired | boolean |
None. |
|
OrgID | globally unique identifier |
None. |
|
SubscriptionExpiryDate | date |
None. |
|
PlanCode | string |
None. |
Request Formats
application/json
Sample:
text/json
Sample:
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. |