GET api/FeatureAddOnMaster21/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
FeaturesWithPackagePrice| Name | Description | Type | Additional information |
|---|---|---|---|
| PackageList | Collection of string |
None. |
|
| FeatureAddOnMasterList | Collection of TabFeatureAddOnMaster21 |
None. |
|
| PackagePriceList | Collection of TabPackagePrice_ServiceWise21 |
None. |
Response Formats
application/json, text/json
Sample:
{
"PackageList": [
"sample string 1",
"sample string 2"
],
"FeatureAddOnMasterList": [
{
"Id": 1,
"ServiceName": "sample string 2",
"Category": "sample string 3",
"PackageName": "sample string 4",
"FeatureName": "sample string 5",
"C_1_MonthCost": 1.0,
"C_3_MonthlyCost": 1.0,
"C_6_MonthCost": 1.0,
"C_12_MonthCost": 1.0,
"One_Time_Cost": 1.0,
"Life_Time_Cost": 1.0,
"FeatureType": "sample string 6",
"IsActive": true,
"AddDate": "2025-12-09T14:22:46.3029541Z",
"Remark": "sample string 7",
"ImageName": "sample string 8",
"IsDisplayQuantity": true,
"DisplayOrder": 9
},
{
"Id": 1,
"ServiceName": "sample string 2",
"Category": "sample string 3",
"PackageName": "sample string 4",
"FeatureName": "sample string 5",
"C_1_MonthCost": 1.0,
"C_3_MonthlyCost": 1.0,
"C_6_MonthCost": 1.0,
"C_12_MonthCost": 1.0,
"One_Time_Cost": 1.0,
"Life_Time_Cost": 1.0,
"FeatureType": "sample string 6",
"IsActive": true,
"AddDate": "2025-12-09T14:22:46.3029541Z",
"Remark": "sample string 7",
"ImageName": "sample string 8",
"IsDisplayQuantity": true,
"DisplayOrder": 9
}
],
"PackagePriceList": [
{
"Id": 1,
"ServiceName": "sample string 2",
"PackageName": "sample string 3",
"C_1_MonthCost": 1.0,
"C_3_MonthCost": 1.0,
"C_6_MonthCost": 1.0,
"C_12_MonthCost": 1.0,
"C_One_TimeCost": 1.0,
"C_Life_TimeCost": 1.0,
"C_1_Month_ActualCost": 1.0,
"C_3_Month_ActualCost": 1.0,
"C_6_Month_ActualCost": 1.0,
"C_12_Month_ActualCost": 1.0,
"C_One_Time_ActualCost": 1.0,
"C_Life_Time_ActualCost": 1.0,
"IsDatePublish": true,
"TillDate": "2025-12-09T14:22:46.3029541Z",
"Adddate": "2025-12-09T14:22:46.3029541Z",
"Discount": 1.0,
"Remark": "sample string 4",
"ExCol1": "sample string 5",
"ExCol2": "sample string 6",
"ExCol3": "sample string 7"
},
{
"Id": 1,
"ServiceName": "sample string 2",
"PackageName": "sample string 3",
"C_1_MonthCost": 1.0,
"C_3_MonthCost": 1.0,
"C_6_MonthCost": 1.0,
"C_12_MonthCost": 1.0,
"C_One_TimeCost": 1.0,
"C_Life_TimeCost": 1.0,
"C_1_Month_ActualCost": 1.0,
"C_3_Month_ActualCost": 1.0,
"C_6_Month_ActualCost": 1.0,
"C_12_Month_ActualCost": 1.0,
"C_One_Time_ActualCost": 1.0,
"C_Life_Time_ActualCost": 1.0,
"IsDatePublish": true,
"TillDate": "2025-12-09T14:22:46.3029541Z",
"Adddate": "2025-12-09T14:22:46.3029541Z",
"Discount": 1.0,
"Remark": "sample string 4",
"ExCol1": "sample string 5",
"ExCol2": "sample string 6",
"ExCol3": "sample string 7"
}
]
}