POST api/GetStudentPerformance

Request Information

URI Parameters

None.

Body Parameters

GetPErfomacrinput
NameDescriptionTypeAdditional information
OUserId

string

None.

Token

string

None.

OrgId

string

None.

Schoolid

string

None.

SessionId

string

None.

StudentId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OUserId": "sample string 1",
  "Token": "sample string 2",
  "OrgId": "sample string 3",
  "Schoolid": "sample string 4",
  "SessionId": "sample string 5",
  "StudentId": "sample string 6"
}

application/xml, text/xml

Sample:
<GetPErfomacrinput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <OUserId>sample string 1</OUserId>
  <OrgId>sample string 3</OrgId>
  <Schoolid>sample string 4</Schoolid>
  <SessionId>sample string 5</SessionId>
  <StudentId>sample string 6</StudentId>
  <Token>sample string 2</Token>
</GetPErfomacrinput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of GetStudentPerformance
NameDescriptionTypeAdditional information
PerformanceTypeId

string

None.

Remark

string

None.

Date

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PerformanceTypeId": "sample string 1",
    "Remark": "sample string 2",
    "Date": "sample string 3"
  },
  {
    "PerformanceTypeId": "sample string 1",
    "Remark": "sample string 2",
    "Date": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetStudentPerformance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <GetStudentPerformance>
    <Date>sample string 3</Date>
    <PerformanceTypeId>sample string 1</PerformanceTypeId>
    <Remark>sample string 2</Remark>
  </GetStudentPerformance>
  <GetStudentPerformance>
    <Date>sample string 3</Date>
    <PerformanceTypeId>sample string 1</PerformanceTypeId>
    <Remark>sample string 2</Remark>
  </GetStudentPerformance>
</ArrayOfGetStudentPerformance>