POST api/User/SearchUsersAdvanceLazy
Request Information
URI Parameters
None.
Body Parameters
AdvanceSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| First | integer |
None. |
|
| NumberOfRow | integer |
None. |
|
| currentUserId | integer |
None. |
|
| includeInactive | boolean |
None. |
|
| SearchString | string |
None. |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| RegionId | integer |
None. |
|
| City | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"First": 1,
"NumberOfRow": 2,
"currentUserId": 3,
"includeInactive": true,
"SearchString": "sample string 5",
"CountryId": 1,
"StateId": 1,
"RegionId": 1,
"City": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.