GET api/FeatureAddOn/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

string

Required

Body Parameters

None.

Response Information

Resource Description

TabFaetureAddOnMaster
NameDescriptionTypeAdditional 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": "2024-03-29T07:37:10.2350158-05:00",
  "Remark": "sample string 6",
  "ImageName": "sample string 7",
  "IsDisplayQuantity": true
}