POST api/Master/GetFeeTypePage
Request Information
URI Parameters
None.
Body Parameters
modpage| Name | Description | Type | Additional information |
|---|---|---|---|
| lastindexno | integer |
None. |
|
| limit | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"lastindexno": 1,
"limit": 2
}
text/html
Sample:
{"lastindexno":1,"limit":2}
application/xml, text/xml
Sample:
<modpage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models"> <lastindexno>1</lastindexno> <limit>2</limit> </modpage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.