POST api/Activity/SearchExpertUserList

查询专家列表

Request Information

URI Parameters

None.

Body Parameters

ExpertSearcher
NameDescriptionTypeAdditional information
PID

integer

None.

GID

integer

None.

Status

integer

None.

TrueName

string

None.

SubjectCode

string

None.

Phone

string

None.

PageSize

integer

None.

PageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PID": 1,
  "GID": 2,
  "Status": 3,
  "TrueName": "sample string 4",
  "SubjectCode": "sample string 5",
  "Phone": "sample string 6",
  "PageSize": 7,
  "PageIndex": 8
}

application/xml, text/xml

Sample:
<ExpertSearcher xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <GID>2</GID>
  <PID>1</PID>
  <PageIndex>8</PageIndex>
  <PageSize>7</PageSize>
  <Phone>sample string 6</Phone>
  <Status>3</Status>
  <SubjectCode>sample string 5</SubjectCode>
  <TrueName>sample string 4</TrueName>
</ExpertSearcher>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

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.