POST api/PNA/Members/paginate

Request Information

URI Parameters

None.

Body Parameters

MembersPaginateDTO
NameDescriptionTypeAdditional information
active

integer

None.

memberType

integer

None.

membership

integer

None.

page

integer

None.

pageSize

integer

None.

search

string

None.

Request Formats

application/json, text/json

Sample:
{
  "active": 1,
  "memberType": 2,
  "membership": 3,
  "page": 4,
  "pageSize": 5,
  "search": "sample string 6"
}

application/xml, text/xml

Sample:
<MembersPaginateDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PNA.Models.DTO">
  <active>1</active>
  <memberType>2</memberType>
  <membership>3</membership>
  <page>4</page>
  <pageSize>5</pageSize>
  <search>sample string 6</search>
</MembersPaginateDTO>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'MembersPaginateDTO'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.