POST api/exams/get-grade-rules

Request Information

URI Parameters

None.

Body Parameters

GradeDetailsRequest
NameDescriptionTypeAdditional information
YearId

integer

None.

SchoolID

integer

None.

ClassId

integer

None.

DivId

integer

None.

SubjectId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "YearId": 1,
  "SchoolID": 2,
  "ClassId": 3,
  "DivId": 4,
  "SubjectId": 5
}

application/xml, text/xml

Sample:
<GradeDetailsRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <ClassId>3</ClassId>
  <DivId>4</DivId>
  <SchoolID>2</SchoolID>
  <SubjectId>5</SubjectId>
  <YearId>1</YearId>
</GradeDetailsRequest>

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.