POST api/Filter/PostFilterAttr

赛选条件

Request Information

URI Parameters

None.

Body Parameters

BasePost
NameDescriptionTypeAdditional information
tel

登录账号

string

None.

token

token

string

None.

uid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "tel": "sample string 1",
  "token": "sample string 2",
  "uid": 1
}

application/xml, text/xml

Sample:
<BasePost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <tel>sample string 1</tel>
  <token>sample string 2</token>
  <uid>1</uid>
</BasePost>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

filterAttrResult
NameDescriptionTypeAdditional information
groupList

数组: groupItem

None.

categoryList

数组: ProductCategory

None.

pinpaiList

数组: PinPai

None.

jijieList

数组: JiJie

None.

chimaList

数组: ChiMa

None.

kuzichimaList

数组: ChiMa

None.

yanseList

数组: YanSe

None.

yearList

数组: Year

None.

userList

数组: User

None.

code

状态码,200成功,300错误,400缺少参数,500没有权限,301数据不存在...

integer

None.

msg

成功或者错误的说明,例如:登录成功,token过期...

string

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.