POST api/User/Get/List

Request Information

URI Parameters

None.

Body Parameters

UserListRequest
NameDescriptionTypeAdditional information
Name

string

None.

AreaName

string

None.

UserName

string

None.

WorkID

integer

None.

pageIndex

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Name": "sample string 1",
  "AreaName": "sample string 2",
  "UserName": "sample string 3",
  "WorkID": 4,
  "pageIndex": 5,
  "pageSize": 6
}

application/xml, text/xml

Sample:
<UserListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HIV.ContractModel">
  <pageIndex>5</pageIndex>
  <pageSize>6</pageSize>
  <AreaName>sample string 2</AreaName>
  <Name>sample string 1</Name>
  <UserName>sample string 3</UserName>
  <WorkID>4</WorkID>
</UserListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.