GET api/Master/GetPaginationFeeType

Request Information

URI Parameters

None.

Body Parameters

modpaginationfeetype
NameDescriptionTypeAdditional information
pageNumber

integer

None.

_pageSize

integer

None.

pageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "pageNumber": 1,
  "_pageSize": 3,
  "pageSize": 3
}

text/html

Sample:
{"pageNumber":1,"_pageSize":3,"pageSize":3}

application/xml, text/xml

Sample:
<modpaginationfeetype xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <_pageSize>3</_pageSize>
  <pageNumber>1</pageNumber>
  <pageSize>3</pageSize>
</modpaginationfeetype>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.