GET api/WebApiOdata/GetAllSupplierFeatures?providerId={providerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
providerId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SupplierFeature
NameDescriptionTypeAdditional information
SupplierFeatureID

integer

None.

Name

string

None.

DisplayName

string

None.

ProviderID

integer

None.

Status

boolean

None.

CreatedBy

integer

None.

CreatedDate

date

None.

ModifiedBy

integer

None.

ModifiedDate

date

None.

ProductFeatures

Collection of SupplierProductFeature

None.

FeatureSetList

Collection of SupplierFeatureSet

None.

GetSelectedFeatureList

Collection of integer

None.

SelectedFeatureSet

boolean

None.

FeatureFeatureSet

Collection of SupplierFeatureFeatureSet

None.

Response Formats

application/json, text/json, text/html

Sample:
[
  {
    "SupplierFeatureID": 1,
    "Name": "sample string 2",
    "DisplayName": "sample string 3",
    "ProviderID": 4,
    "Status": true,
    "CreatedBy": 1,
    "CreatedDate": "9/19/2024",
    "ModifiedBy": 1,
    "ModifiedDate": "9/19/2024",
    "ProductFeatures": [
      {
        "SupplierProductFeatureID": 1,
        "SCProductID": 2,
        "SupplierFeatureID": 3
      },
      {
        "SupplierProductFeatureID": 1,
        "SCProductID": 2,
        "SupplierFeatureID": 3
      }
    ],
    "FeatureSetList": [
      {
        "FeatureSetID": 1,
        "Name": "sample string 2",
        "DisplayName": "sample string 3",
        "ProviderID": 4,
        "Status": true,
        "CreatedBy": 6,
        "CreatedDate": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "FeaturesCount": 8,
        "FeaturetSetIds": "sample string 9"
      },
      {
        "FeatureSetID": 1,
        "Name": "sample string 2",
        "DisplayName": "sample string 3",
        "ProviderID": 4,
        "Status": true,
        "CreatedBy": 6,
        "CreatedDate": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "FeaturesCount": 8,
        "FeaturetSetIds": "sample string 9"
      }
    ],
    "GetSelectedFeatureList": [
      1,
      2
    ],
    "SelectedFeatureSet": true,
    "FeatureFeatureSet": [
      {
        "FeatureFeatureSetID": 1,
        "FeatureID": 2,
        "FeatureSetID": 3
      },
      {
        "FeatureFeatureSetID": 1,
        "FeatureID": 2,
        "FeatureSetID": 3
      }
    ]
  },
  {
    "SupplierFeatureID": 1,
    "Name": "sample string 2",
    "DisplayName": "sample string 3",
    "ProviderID": 4,
    "Status": true,
    "CreatedBy": 1,
    "CreatedDate": "9/19/2024",
    "ModifiedBy": 1,
    "ModifiedDate": "9/19/2024",
    "ProductFeatures": [
      {
        "SupplierProductFeatureID": 1,
        "SCProductID": 2,
        "SupplierFeatureID": 3
      },
      {
        "SupplierProductFeatureID": 1,
        "SCProductID": 2,
        "SupplierFeatureID": 3
      }
    ],
    "FeatureSetList": [
      {
        "FeatureSetID": 1,
        "Name": "sample string 2",
        "DisplayName": "sample string 3",
        "ProviderID": 4,
        "Status": true,
        "CreatedBy": 6,
        "CreatedDate": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "FeaturesCount": 8,
        "FeaturetSetIds": "sample string 9"
      },
      {
        "FeatureSetID": 1,
        "Name": "sample string 2",
        "DisplayName": "sample string 3",
        "ProviderID": 4,
        "Status": true,
        "CreatedBy": 6,
        "CreatedDate": "9/19/2024",
        "ModifiedBy": 1,
        "ModifiedDate": "9/19/2024",
        "FeaturesCount": 8,
        "FeaturetSetIds": "sample string 9"
      }
    ],
    "GetSelectedFeatureList": [
      1,
      2
    ],
    "SelectedFeatureSet": true,
    "FeatureFeatureSet": [
      {
        "FeatureFeatureSetID": 1,
        "FeatureID": 2,
        "FeatureSetID": 3
      },
      {
        "FeatureFeatureSetID": 1,
        "FeatureID": 2,
        "FeatureSetID": 3
      }
    ]
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.