POST api/Brand/GetBrand?Platform={Platform}
Documentation for 'GetBrand'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| filter | Documentation for 'filter'. |
Define this parameter in the request body. |
| Platform | Documentation for 'Platform'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"Permalink": "sample string 2",
"Name": "sample string 3",
"SearchModel": {
"$id": "2",
"Categories": "sample string 1",
"ProductBrandID": "c5617727-0406-46c0-b569-328df0ae1a24",
"StartPrice": 1.0,
"EndPrice": 1.0
}
}
application/xml, text/xml
Sample:
<BrandFilter xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<ID>sample string 1</ID>
<Permalink>sample string 2</Permalink>
<Name>sample string 3</Name>
<SearchModel>
<Categories>sample string 1</Categories>
<ProductBrandID>c5617727-0406-46c0-b569-328df0ae1a24</ProductBrandID>
<StartPrice>1</StartPrice>
<EndPrice>1</EndPrice>
</SearchModel>
</BrandFilter>