POST api/Reportcard/Getheadteacherrepcomment

Request Information

URI Parameters

None.

Body Parameters

ReportcardFilter
NameDescriptionTypeAdditional information
StudId

integer

None.

SessionId

integer

None.

TermId

integer

None.

username

string

Required

accesskey

string

Required

Request Formats

application/json, text/json

Sample:
{
  "StudId": 1,
  "SessionId": 2,
  "TermId": 3,
  "username": "sample string 4",
  "accesskey": "sample string 5"
}

text/html

Sample:
{"StudId":1,"SessionId":2,"TermId":3,"username":"sample string 4","accesskey":"sample string 5"}

application/xml, text/xml

Sample:
<ReportcardFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SchoolDockAPI.Models">
  <SessionId>2</SessionId>
  <StudId>1</StudId>
  <TermId>3</TermId>
  <accesskey>sample string 5</accesskey>
  <username>sample string 4</username>
</ReportcardFilter>

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.