GET api/PlanAddon/GetPlanAddons?planId={planId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| planId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlanAddonModel| Name | 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": "81e391f2-7e80-4261-9ab6-902fb2ba549e",
"PlanId": "6875c5c7-fb77-4f0a-948c-e1deb35b9579",
"AllowedApps": [
{
"AppId": "ea843c47-3ad4-4e4e-bd44-525ca72cd60a",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
},
{
"AppId": "ea843c47-3ad4-4e4e-bd44-525ca72cd60a",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
}
],
"AddonTypeCode": "sample string 4"
},
{
"ZohoId": "sample string 1",
"Description": "sample string 2",
"Active": true,
"AddonCost": 1.0,
"Ordering": 1,
"PlanAddonId": "81e391f2-7e80-4261-9ab6-902fb2ba549e",
"PlanId": "6875c5c7-fb77-4f0a-948c-e1deb35b9579",
"AllowedApps": [
{
"AppId": "ea843c47-3ad4-4e4e-bd44-525ca72cd60a",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
},
{
"AppId": "ea843c47-3ad4-4e4e-bd44-525ca72cd60a",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
}
],
"AddonTypeCode": "sample string 4"
}
]