POST api/StudentProfileLite/GetStudentProfiles

Request Information

URI Parameters

None.

Body Parameters

StudentProfileLiteRequestModel
NameDescriptionTypeAdditional information
FK_FinancialYearID

integer

None.

FK_InstituteID

integer

None.

CourseSectionID

integer

None.

ProfileID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "fK_FinancialYearID": 1,
  "fK_InstituteID": 2,
  "courseSectionID": 3,
  "profileID": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.