POST api/exams/activate-grade-details

Request Information

URI Parameters

None.

Body Parameters

ActivateGradeRequest
NameDescriptionTypeAdditional information
ClassID

integer

None.

DivId

integer

None.

SubjectId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ClassID": 1,
  "DivId": 2,
  "SubjectId": 3
}

application/xml, text/xml

Sample:
<ActivateGradeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SoapToRestAPI.Controllers">
  <ClassID>1</ClassID>
  <DivId>2</DivId>
  <SubjectId>3</SubjectId>
</ActivateGradeRequest>

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.