POST api/InfoDess/SearchUserPostASync

Request Information

URI Parameters

None.

Body Parameters

SearchUserRequestInfo
NameDescriptionTypeAdditional information
SearchBy

integer

None.

SearchKeyword

string

None.

UserType

string

None.

DBCode

string

None.

DBName

string

None.

token

string

None.

userId

string

None.

password

string

None.

Source

string

None.

process

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SearchBy": 1,
  "SearchKeyword": "sample string 2",
  "UserType": "sample string 3",
  "DBCode": "sample string 4",
  "DBName": "sample string 5",
  "token": "sample string 6",
  "userId": "sample string 7",
  "password": "sample string 8",
  "Source": "sample string 9",
  "process": "sample string 10"
}

application/xml, text/xml

Sample:
<SearchUserRequestInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Datacomp.ECRMagic.SiteAdmin.Info">
  <DBCode>sample string 4</DBCode>
  <DBName>sample string 5</DBName>
  <Source>sample string 9</Source>
  <password>sample string 8</password>
  <process>sample string 10</process>
  <token>sample string 6</token>
  <userId>sample string 7</userId>
  <SearchBy>1</SearchBy>
  <SearchKeyword>sample string 2</SearchKeyword>
  <UserType>sample string 3</UserType>
</SearchUserRequestInfo>

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.