POST brand/list
Request Information
URI Parameters
None.
Body Parameters
QueryBrandListInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | integer |
None. |
|
| pageIndex | integer |
None. |
|
| keyWords | string |
None. |
|
| brandStatus | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageSize": 1,
"pageIndex": 2,
"keyWords": "sample string 3",
"brandStatus": "sample string 4"
}
application/xml, text/xml
Sample:
<QueryBrandListInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBManage"> <brandStatus>sample string 4</brandStatus> <keyWords>sample string 3</keyWords> <pageIndex>2</pageIndex> <pageSize>1</pageSize> </QueryBrandListInputModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |