GET api/PlanAddon/Get/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "3585ad1e-fbd3-4f22-a5b4-e72c7671996e",
"PlanId": "eccaf671-c4a3-4ac0-9968-00fda810e27b",
"AllowedApps": [
{
"AppId": "ffd59613-caf1-412a-bf93-1bcd2690d48c",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
},
{
"AppId": "ffd59613-caf1-412a-bf93-1bcd2690d48c",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
}
],
"AddonTypeCode": "sample string 4"
}