POST api/Exam/GetMarksEntryData

Request Information

URI Parameters

None.

Body Parameters

MarksEntryRequest
NameDescriptionTypeAdditional information
sessionid

integer

None.

classid

integer

None.

sectionid

integer

None.

examid

integer

None.

subjectNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "sessionid": 1,
  "classid": 2,
  "sectionid": 3,
  "examid": 4,
  "subjectNo": 5
}

text/html

Sample:
{"sessionid":1,"classid":2,"sectionid":3,"examid":4,"subjectNo":5}

application/xml, text/xml

Sample:
<MarksEntryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/smsapi.Models">
  <classid>2</classid>
  <examid>4</examid>
  <sectionid>3</sectionid>
  <sessionid>1</sessionid>
  <subjectNo>5</subjectNo>
</MarksEntryRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.