POST api/User/all-user-list

Request Information

URI Parameters

None.

Body Parameters

SearchParam
NameDescriptionTypeAdditional information
PageSize

integer

None.

SearchType

string

None.

SearchKey

string

None.

SearchUserType

string

None.

SearchTimeType

string

None.

SearchStatusType

string

None.

OrderType

string

None.

Page

integer

None.

AuthDevice

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "SearchType": "sample string 2",
  "SearchKey": "sample string 3",
  "SearchUserType": "sample string 4",
  "SearchTimeType": "sample string 5",
  "SearchStatusType": "sample string 6",
  "OrderType": "sample string 7",
  "Page": 8,
  "AuthDevice": "sample string 9"
}

application/xml, text/xml

Sample:
<SearchParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/mizecloud_oaahagency.Models">
  <AuthDevice>sample string 9</AuthDevice>
  <OrderType>sample string 7</OrderType>
  <Page>8</Page>
  <PageSize>1</PageSize>
  <SearchKey>sample string 3</SearchKey>
  <SearchStatusType>sample string 6</SearchStatusType>
  <SearchTimeType>sample string 5</SearchTimeType>
  <SearchType>sample string 2</SearchType>
  <SearchUserType>sample string 4</SearchUserType>
</SearchParam>

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.