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": "d45ebc87-ca13-4011-a76d-cb6251f430f6",
"PlanId": "8d9d5270-5dbe-44ee-a5a6-07f814f6b76c",
"AllowedApps": [
{
"AppId": "62054c03-aef0-4eb8-af7f-41c5173b10ff",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
},
{
"AppId": "62054c03-aef0-4eb8-af7f-41c5173b10ff",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
}
],
"AddonTypeCode": "sample string 4"
}