POST api/App/GetFeesCollectionDetailsByYearId

Request Information

URI Parameters

None.

Body Parameters

GetFeesCollectionDetailsByYearIdRequest
NameDescriptionTypeAdditional information
schoolId

integer

None.

ClassID

integer

None.

DivId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "schoolId": 1,
  "ClassID": 2,
  "DivId": 3
}

application/xml, text/xml

Sample:
<GetFeesCollectionDetailsByYearIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <ClassID>2</ClassID>
  <DivId>3</DivId>
  <schoolId>1</schoolId>
</GetFeesCollectionDetailsByYearIdRequest>

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.