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": "0e5bb018-ad59-4197-894c-99e8c516eb79",
"PlanId": "b49153fc-2619-4065-b208-5ad118cb0e23",
"AllowedApps": [
{
"AppId": "69779133-a0a1-4664-8706-88b9ba0c7936",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
},
{
"AppId": "69779133-a0a1-4664-8706-88b9ba0c7936",
"AppName": "sample string 2",
"IsProductionReady": true,
"CategoryName": "sample string 3",
"Ordering": 1,
"AppDescription": "sample string 4",
"LogoPath": "sample string 5"
}
],
"AddonTypeCode": "sample string 4"
}