GET api/brands
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of SP_App_GetBrandList_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandId | integer |
None. |
|
| BrandName | string |
None. |
|
| BrandImg | Collection of byte |
None. |
|
| PrdCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"BrandId": 1,
"BrandName": "sample string 1",
"BrandImg": "QEA=",
"PrdCount": 1
},
{
"BrandId": 1,
"BrandName": "sample string 1",
"BrandImg": "QEA=",
"PrdCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfSP_App_GetBrandList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SatcapClasses.DBModel">
<SP_App_GetBrandList_Result>
<BrandId>1</BrandId>
<BrandImg>QEA=</BrandImg>
<BrandName>sample string 1</BrandName>
<PrdCount>1</PrdCount>
</SP_App_GetBrandList_Result>
<SP_App_GetBrandList_Result>
<BrandId>1</BrandId>
<BrandImg>QEA=</BrandImg>
<BrandName>sample string 1</BrandName>
<PrdCount>1</PrdCount>
</SP_App_GetBrandList_Result>
</ArrayOfSP_App_GetBrandList_Result>