GET api/FeatureAddOn/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TabFaetureAddOnMaster| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ServiceName | string |
None. |
|
| Category | string |
None. |
|
| FeatureName | string |
None. |
|
| C_3_MonthlyCost | decimal number |
None. |
|
| YearlyCost | decimal number |
None. |
|
| FeatureType | string |
None. |
|
| IsActive | boolean |
None. |
|
| AddDate | date |
None. |
|
| Remark | string |
None. |
|
| ImageName | string |
None. |
|
| IsDisplayQuantity | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"ServiceName": "sample string 2",
"Category": "sample string 3",
"FeatureName": "sample string 4",
"C_3_MonthlyCost": 1.0,
"YearlyCost": 1.0,
"FeatureType": "sample string 5",
"IsActive": true,
"AddDate": "2025-11-06T01:40:34.5218374Z",
"Remark": "sample string 6",
"ImageName": "sample string 7",
"IsDisplayQuantity": true
}