POST api/User/LoadLookup
Request Information
URI Parameters
None.
Body Parameters
UserListCriteriaName | Description | Type | Additional information |
---|---|---|---|
Search | string |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
AuthToken | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Search": "sample string 1", "Page": 2, "PageSize": 3, "AuthToken": "sample string 4" }
application/xml, text/xml
Sample:
<UserListCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SahivV3_Api.ViewModels.User"> <AuthToken>sample string 4</AuthToken> <Page>2</Page> <PageSize>3</PageSize> <Search>sample string 1</Search> </UserListCriteria>
multipart/form-data
Sample:
<UserListCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SahivV3_Api.ViewModels.User"><AuthToken>sample string 4</AuthToken><Page>2</Page><PageSize>3</PageSize><Search>sample string 1</Search></UserListCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, multipart/form-data
Sample:
Sample not available.