POST ReportsController/GetStudentAffairsReport
Request Information
URI Parameters
None.
Body Parameters
WebReport_StudentAffairs| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.