GET api/PlanAddon/Get/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
PlanAddonModelName | Description | Type | Additional information |
---|---|---|---|
ZohoId | string |
None. |
|
Description | string |
None. |
|
Active | boolean |
None. |
|
AddonCost | decimal number |
None. |
|
Ordering | integer |
None. |
|
PlanAddonId | globally unique identifier |
None. |
|
PlanId | globally unique identifier |
None. |
|
AllowedApps | Collection of AppModel |
None. |
|
AddonTypeCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ZohoId": "sample string 1", "Description": "sample string 2", "Active": true, "AddonCost": 1.0, "Ordering": 1, "PlanAddonId": "8a51e482-c12d-45bb-840c-cefb20f2491e", "PlanId": "ee6f56fe-0088-448e-84af-4de482e9316e", "AllowedApps": [ { "AppId": "1fc3c346-83b8-45cc-af94-bb86d452e972", "AppName": "sample string 2", "IsProductionReady": true, "CategoryName": "sample string 3", "Ordering": 1, "AppDescription": "sample string 4", "LogoPath": "sample string 5" }, { "AppId": "1fc3c346-83b8-45cc-af94-bb86d452e972", "AppName": "sample string 2", "IsProductionReady": true, "CategoryName": "sample string 3", "Ordering": 1, "AppDescription": "sample string 4", "LogoPath": "sample string 5" } ], "AddonTypeCode": "sample string 4" }