GET api/Brand/GetBrandListByCatalog?catalogId={catalogId}&secondCatalogId={secondCatalogId}&thirdCatalogId={thirdCatalogId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| catalogId | string |
Default value is |
|
| secondCatalogId | string |
Default value is |
|
| thirdCatalogId | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
BaseResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | ReturnCode |
None. |
|
| Message | string |
None. |
|
| Server_time | integer |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 200,
"message": "sample string 1",
"server_time": 2,
"data": {}
}