POST api/ActiveFarms/PagedList

Request Information

URI Parameters

None.

Body Parameters

ActiveFarmRequestModel
NameDescriptionTypeAdditional information
CurrentPage

integer

None.

PerPageCount

integer

None.

OrderBy

string

None.

IsAscending

boolean

None.

Keyword

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentPage": 1,
  "PerPageCount": 2,
  "OrderBy": "sample string 3",
  "IsAscending": true,
  "Keyword": "sample string 5"
}

application/xml, text/xml

Sample:
<ActiveFarmRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoultryManagementAPI.RequestModel">
  <CurrentPage>1</CurrentPage>
  <IsAscending>true</IsAscending>
  <Keyword>sample string 5</Keyword>
  <OrderBy>sample string 3</OrderBy>
  <PerPageCount>2</PerPageCount>
</ActiveFarmRequestModel>

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.