POST api/Consult/GetExpertList

专家列表 必填参数【Token,UserId,page,pagesize】

Request Information

URI Parameters

None.

Body Parameters

GetExpertList_Entity
NameDescriptionTypeAdditional information
BankId

integer

None.

OrderType

integer

None.

MemberLabels

string

None.

UserId

string

None.

Token

string

None.

page

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BankId": 1,
  "OrderType": 2,
  "MemberLabels": "sample string 3",
  "UserId": "sample string 4",
  "Token": "sample string 5",
  "page": 6,
  "pageSize": 7
}

application/xml, text/xml

Sample:
<GetExpertList_Entity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.ConsultModels">
  <Token xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">sample string 5</Token>
  <UserId xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">sample string 4</UserId>
  <page xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">6</page>
  <pageSize xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.AuthenticationModels">7</pageSize>
  <BankId>1</BankId>
  <MemberLabels>sample string 3</MemberLabels>
  <OrderType>2</OrderType>
</GetExpertList_Entity>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetExpertList_Entity'.

Response Information

Resource Description

专家列表 必填参数【Token,UserId,page,pagesize】

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.