POST api/App/GetFeesCollectionItemByFeesDetailsId

Request Information

URI Parameters

None.

Body Parameters

GetFeesCollectionItemByFeesDetailsIdRequest
NameDescriptionTypeAdditional information
SchoolId

integer

None.

YearId

integer

None.

StudentId

integer

None.

FeesDetailsId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SchoolId": 1,
  "YearId": 2,
  "StudentId": 3,
  "FeesDetailsId": 4
}

application/xml, text/xml

Sample:
<GetFeesCollectionItemByFeesDetailsIdRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestApi.Models">
  <FeesDetailsId>4</FeesDetailsId>
  <SchoolId>1</SchoolId>
  <StudentId>3</StudentId>
  <YearId>2</YearId>
</GetFeesCollectionItemByFeesDetailsIdRequest>

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.