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": "6c6aaeae-9454-4e35-8d9a-e4f3363e9985", "PlanId": "d442932e-f76e-4ef9-90b4-e7eefd472a19", "AllowedApps": [ { "AppId": "e2377896-adbf-4ef5-9f00-50fa06efe4ff", "AppName": "sample string 2", "IsProductionReady": true, "CategoryName": "sample string 3", "Ordering": 1, "AppDescription": "sample string 4", "LogoPath": "sample string 5" }, { "AppId": "e2377896-adbf-4ef5-9f00-50fa06efe4ff", "AppName": "sample string 2", "IsProductionReady": true, "CategoryName": "sample string 3", "Ordering": 1, "AppDescription": "sample string 4", "LogoPath": "sample string 5" } ], "AddonTypeCode": "sample string 4" }