POST GradesGeneralCommentsAPI/RemoveGradesGeneralComment

Request Information

URI Parameters

None.

Body Parameters

GradesGeneralComments
NameDescriptionTypeAdditional information
GeneralCommentID

integer

None.

GeneralComment

string

None.

GradeSessionID

integer

None.

PeopleIDStudent

integer

None.

pkCourseSectionID

integer

None.

FullName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "GeneralCommentID": 1,
  "GeneralComment": "sample string 2",
  "GradeSessionID": 3,
  "PeopleIDStudent": 4,
  "pkCourseSectionID": 5,
  "FullName": "sample string 6"
}

application/xml, text/xml

Sample:
<GradesGeneralComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QMA2020.Models">
  <FullName>sample string 6</FullName>
  <GeneralComment>sample string 2</GeneralComment>
  <GeneralCommentID>1</GeneralCommentID>
  <GradeSessionID>3</GradeSessionID>
  <PeopleIDStudent>4</PeopleIDStudent>
  <pkCourseSectionID>5</pkCourseSectionID>
</GradesGeneralComments>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>