POST dealer/collect/brand/list
Request Information
URI Parameters
None.
Body Parameters
QueryCollectBrandListInputModel| Name | Description | Type | Additional information |
|---|---|---|---|
| pageSize | integer |
None. |
|
| pageIndex | integer |
None. |
|
| dealerId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"pageSize": 1,
"pageIndex": 2,
"dealerId": "sample string 3"
}
application/xml, text/xml
Sample:
<QueryCollectBrandListInputModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBManage"> <dealerId>sample string 3</dealerId> <pageIndex>2</pageIndex> <pageSize>1</pageSize> </QueryCollectBrandListInputModel>
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. |