POST api/Reportcard/Processclassteacherrepcomment

Request Information

URI Parameters

None.

Body Parameters

ReportCommentM
NameDescriptionTypeAdditional information
StudId

integer

Required

SessionId

integer

Required

TermId

integer

Required

Comment

string

Required

username

string

Required

accesskey

string

Required

Request Formats

application/json, text/json

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

text/html

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

application/xml, text/xml

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

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.