POST api/UserInfoes/PagedList
Request Information
URI Parameters
None.
Body Parameters
UserInfoRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| UserTypeTitle | string |
None. |
|
| CountryId | integer |
None. |
|
| StateId | integer |
None. |
|
| CityId | integer |
None. |
|
| TimeZone | string |
None. |
|
| ShowDeletedItem | boolean |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| CurrentPage | integer |
None. |
|
| PerPageCount | integer |
None. |
|
| OrderBy | string |
None. |
|
| IsAscending | boolean |
None. |
|
| Keyword | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserTypeTitle": "sample string 1",
"CountryId": 1,
"StateId": 1,
"CityId": 1,
"TimeZone": "sample string 2",
"ShowDeletedItem": true,
"From": "2025-12-06T10:22:19.258437+06:00",
"To": "2025-12-06T10:22:19.258437+06:00",
"CurrentPage": 4,
"PerPageCount": 5,
"OrderBy": "sample string 6",
"IsAscending": true,
"Keyword": "sample string 8"
}
application/xml, text/xml
Sample:
<UserInfoRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.RequestModel"> <CurrentPage>4</CurrentPage> <IsAscending>true</IsAscending> <Keyword>sample string 8</Keyword> <OrderBy>sample string 6</OrderBy> <PerPageCount>5</PerPageCount> <CityId>1</CityId> <CountryId>1</CountryId> <From>2025-12-06T10:22:19.258437+06:00</From> <ShowDeletedItem>true</ShowDeletedItem> <StateId>1</StateId> <TimeZone>sample string 2</TimeZone> <To>2025-12-06T10:22:19.258437+06:00</To> <UserTypeTitle>sample string 1</UserTypeTitle> </UserInfoRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.