POST api/Sessionset/Submitterm

Request Information

URI Parameters

None.

Body Parameters

TermRegM
NameDescriptionTypeAdditional information
sessionid

integer

Required

termid

integer

Required

midtermnexttermnegin

date

None.

midtermnoschopen

integer

None.

NextTermBegin

date

None.

NoofTimeSchOpen

integer

None.

ExamScore

integer

None.

CAScore

integer

None.

MidtermScore

integer

None.

TopicScore

integer

None.

IsCurrent

boolean

None.

Processop

string

Required

username

string

Required

accesskey

string

Required

Request Formats

application/json, text/json

Sample:
{
  "sessionid": 1,
  "termid": 2,
  "midtermnexttermnegin": "2025-06-12T03:50:37.4020081-07:00",
  "midtermnoschopen": 1,
  "NextTermBegin": "2025-06-12T03:50:37.4020081-07:00",
  "NoofTimeSchOpen": 1,
  "ExamScore": 1,
  "CAScore": 1,
  "MidtermScore": 1,
  "TopicScore": 1,
  "IsCurrent": true,
  "Processop": "sample string 4",
  "username": "sample string 5",
  "accesskey": "sample string 6"
}

text/html

Sample:
{"sessionid":1,"termid":2,"midtermnexttermnegin":"2025-06-12T03:50:37.4020081-07:00","midtermnoschopen":1,"NextTermBegin":"2025-06-12T03:50:37.4020081-07:00","NoofTimeSchOpen":1,"ExamScore":1,"CAScore":1,"MidtermScore":1,"TopicScore":1,"IsCurrent":true,"Processop":"sample string 4","username":"sample string 5","accesskey":"sample string 6"}

application/xml, text/xml

Sample:
<TermRegM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models">
  <CAScore>1</CAScore>
  <ExamScore>1</ExamScore>
  <IsCurrent>true</IsCurrent>
  <MidtermScore>1</MidtermScore>
  <NextTermBegin>2025-06-12T03:50:37.4020081-07:00</NextTermBegin>
  <NoofTimeSchOpen>1</NoofTimeSchOpen>
  <Processop>sample string 4</Processop>
  <TopicScore>1</TopicScore>
  <accesskey>sample string 6</accesskey>
  <midtermnexttermnegin>2025-06-12T03:50:37.4020081-07:00</midtermnexttermnegin>
  <midtermnoschopen>1</midtermnoschopen>
  <sessionid>1</sessionid>
  <termid>2</termid>
  <username>sample string 5</username>
</TermRegM>

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.