POST ReportsController/GetStudentAffairsReport

Request Information

URI Parameters

None.

Body Parameters

WebReport_StudentAffairs
NameDescriptionTypeAdditional information
BranchID

integer

None.

StudentRegistrationID

integer

None.

EducationalYearID

integer

None.

EducationalYearWeekID

integer

None.

SemesterID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "BranchID": 1,
  "StudentRegistrationID": 2,
  "EducationalYearID": 3,
  "EducationalYearWeekID": 4,
  "SemesterID": 5
}

application/xml, text/xml

Sample:
<WebReport_StudentAffairs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolCertifcate.DTOs">
  <BranchID>1</BranchID>
  <EducationalYearID>3</EducationalYearID>
  <EducationalYearWeekID>4</EducationalYearWeekID>
  <SemesterID>5</SemesterID>
  <StudentRegistrationID>2</StudentRegistrationID>
</WebReport_StudentAffairs>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WebReport_StudentAffairs'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.