POST api/usruser/select
Request Information
URI Parameters
None.
Body Parameters
UsrUserSelect| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Name | string |
None. |
|
| Password | string |
None. |
|
| Active | integer |
None. |
|
| Role | integer |
None. |
|
| RoleNames | string |
None. |
|
| string |
None. |
||
| Firstname | string |
None. |
|
| Lastname | string |
None. |
|
| AuthType | integer |
None. |
|
| Custom1 | string |
None. |
|
| Custom2 | string |
None. |
|
| Abbreviation | string |
None. |
|
| Phone | string |
None. |
|
| Mobile | string |
None. |
|
| Fax | string |
None. |
|
| JobTitle | string |
None. |
|
| Branch | string |
None. |
|
| IVOrganisationId | integer |
None. |
|
| IVPersonId | integer |
None. |
|
| PageSize | integer |
Required |
|
| PageIndex | integer |
Required |
|
| SortField | string |
None. |
|
| SortFieldDefault | string |
None. |
|
| Quicksearch | string |
None. |
|
| filterIsSet | boolean |
None. |
|
| TagIds | Collection of integer |
None. |
|
| TagFullMatch | boolean |
None. |
|
| WithTags | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"Name": "sample string 1",
"Password": "sample string 2",
"Active": 1,
"Role": 1,
"RoleNames": "sample string 3",
"Email": "sample string 4",
"Firstname": "sample string 5",
"Lastname": "sample string 6",
"AuthType": 1,
"Custom1": "sample string 7",
"Custom2": "sample string 8",
"Abbreviation": "sample string 9",
"Phone": "sample string 10",
"Mobile": "sample string 11",
"Fax": "sample string 12",
"JobTitle": "sample string 13",
"Branch": "sample string 14",
"IVOrganisationId": 1,
"IVPersonId": 1,
"PageSize": 15,
"PageIndex": 16,
"SortField": "sample string 17",
"SortFieldDefault": "sample string 18",
"Quicksearch": "sample string 19",
"filterIsSet": true,
"TagIds": [
1,
2
],
"TagFullMatch": true,
"WithTags": true
}
application/xml, text/xml
Sample:
<UsrUserSelect xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IWeb.Tools.Usr.Models">
<PageIndex xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">16</PageIndex>
<PageSize xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">15</PageSize>
<Quicksearch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 19</Quicksearch>
<SortField xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 17</SortField>
<SortFieldDefault xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">sample string 18</SortFieldDefault>
<TagFullMatch xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</TagFullMatch>
<TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</TagIds>
<WithTags xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</WithTags>
<filterIsSet xmlns="http://schemas.datacontract.org/2004/07/IWeb.App.Models">true</filterIsSet>
<Abbreviation>sample string 9</Abbreviation>
<Active>1</Active>
<AuthType>1</AuthType>
<Branch>sample string 14</Branch>
<Custom1>sample string 7</Custom1>
<Custom2>sample string 8</Custom2>
<Email>sample string 4</Email>
<Fax>sample string 12</Fax>
<Firstname>sample string 5</Firstname>
<IVOrganisationId>1</IVOrganisationId>
<IVPersonId>1</IVPersonId>
<Id>1</Id>
<JobTitle>sample string 13</JobTitle>
<Lastname>sample string 6</Lastname>
<Mobile>sample string 11</Mobile>
<Name>sample string 1</Name>
<Password>sample string 2</Password>
<Phone>sample string 10</Phone>
<Role>1</Role>
<RoleNames>sample string 3</RoleNames>
</UsrUserSelect>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
UsrUserQueryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Entries | Collection of UsrUserDisplay |
None. |
|
| RecordsTotal | integer |
Required |
|
| PageSize | integer |
Required |
|
| PageIndex | integer |
Required |
|
| SortField | string |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.