POST actionapi/User/SelectUser

Request Information

URI Parameters

None.

Body Parameters

UserQuery
NameDescriptionTypeAdditional information
userName

string

None.

bmid

string

None.

bm

string

None.

IDCard

string

None.

roleId

string

None.

roleName

string

None.

gender

string

None.

name

string

None.

type

string

None.

isDeleted

string

None.

operateUserId

string

None.

tokenId

string

None.

pageSize

integer

None.

pageIndex

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userName": "sample string 1",
  "bmid": "sample string 2",
  "bm": "sample string 3",
  "IDCard": "sample string 4",
  "roleId": "sample string 5",
  "roleName": "sample string 6",
  "gender": "sample string 7",
  "name": "sample string 8",
  "type": "sample string 9",
  "isDeleted": "sample string 10",
  "operateUserId": "sample string 11",
  "tokenId": "sample string 12",
  "pageSize": 13,
  "pageIndex": 14
}

application/xml, text/xml

Sample:
<UserController.UserQuery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Controllers">
  <IDCard>sample string 4</IDCard>
  <bm>sample string 3</bm>
  <bmid>sample string 2</bmid>
  <gender>sample string 7</gender>
  <isDeleted>sample string 10</isDeleted>
  <name>sample string 8</name>
  <operateUserId>sample string 11</operateUserId>
  <pageIndex>14</pageIndex>
  <pageSize>13</pageSize>
  <roleId>sample string 5</roleId>
  <roleName>sample string 6</roleName>
  <tokenId>sample string 12</tokenId>
  <type>sample string 9</type>
  <userName>sample string 1</userName>
</UserController.UserQuery>

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 'UserQuery'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />