GET api/v1/get-filter-price?clientId={clientId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

Response Information

Description:

Return type: Collection of FilterforPrice

Response Formats
[
  {
    "Id": 1,
    "Name": "sample string 2"
  },
  {
    "Id": 1,
    "Name": "sample string 2"
  }
]
[{"Id":1,"Name":"sample string 2"},{"Id":1,"Name":"sample string 2"}]
<ArrayOfFilterforPrice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.RequestOperations.Product">
  <FilterforPrice>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </FilterforPrice>
  <FilterforPrice>
    <Id>1</Id>
    <Name>sample string 2</Name>
  </FilterforPrice>
</ArrayOfFilterforPrice>