POST api/Marks/GetMarksTotalsList

Request Information

URI Parameters

None.

Body Parameters

MarksInfo
NameDescriptionTypeAdditional information
StudentID

string

None.

SubjectID

string

None.

QuarterNumber

string

None.

Branch

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StudentID": "sample string 1",
  "SubjectID": "sample string 2",
  "QuarterNumber": "sample string 3",
  "Branch": "sample string 4"
}

application/xml, text/xml

Sample:
<MarksInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.webapi.Controllers">
  <Branch>sample string 4</Branch>
  <QuarterNumber>sample string 3</QuarterNumber>
  <StudentID>sample string 1</StudentID>
  <SubjectID>sample string 2</SubjectID>
</MarksInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

MarksTotals
NameDescriptionTypeAdditional information
id

integer

None.

studentid

string

None.

firstquarter

string

None.

secondquarter

string

None.

firstsemesterexam

string

None.

firstsemesteraverage

string

None.

thirdquarter

string

None.

fourthquarter

string

None.

secondsemesterexam

string

None.

secondsemesteraverage

string

None.

finalyearlyaverage

string

None.

theServer

DAL

None.

Response Formats

application/json, text/json

Sample:
{
  "theServer": {
    "flgGodaddyDataRequested": true,
    "currentAcademicYear": "sample string 2",
    "ErrorMSG_saveclsweeklymarksEntry": "sample string 3",
    "ErrorMsg_deleteclsweeklymarksColumn": "sample string 4",
    "ErrorMSG_saveclstestmarksentery": "sample string 5",
    "ErrorMSG_UpdateTestmarksOutOfMark": "sample string 6",
    "ErrorMSG_Deleteclstestmarkscolumn": "sample string 7",
    "GetTopCount": "sample string 8",
    "topMCRcount": "sample string 9",
    "startMCRID": 10,
    "ErrorMSG_saveMessage": "sample string 11",
    "ErrorMSG_getNewMessagesToUserName": "sample string 12",
    "ErrorMSG_getMessagesFromUserName": "sample string 13",
    "ErrorMSG_getUnreadSentMessagesFromUserName": "sample string 14",
    "ErrorMSG_saveMessageBody": "sample string 15",
    "ErrorMSG_saveMessageMap": "sample string 16",
    "ErrorMSG_updateReadStatus": "sample string 17",
    "ErrorMSG_saveColTaskDetails": "sample string 18",
    "ErrorMsgSaveTestLimitsEntry": "sample string 19",
    "ErrorMsg_UpdateTestLimit": "sample string 20"
  },
  "id": 1,
  "studentid": "sample string 2",
  "firstquarter": "sample string 3",
  "secondquarter": "sample string 4",
  "firstsemesterexam": "sample string 5",
  "firstsemesteraverage": "sample string 6",
  "thirdquarter": "sample string 7",
  "fourthquarter": "sample string 8",
  "secondsemesterexam": "sample string 9",
  "secondsemesteraverage": "sample string 10",
  "finalyearlyaverage": "sample string 11"
}

application/xml, text/xml

Sample:
<MarksTotals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/appliedline.gssman2016.models">
  <finalyearlyaverage>sample string 11</finalyearlyaverage>
  <firstquarter>sample string 3</firstquarter>
  <firstsemesteraverage>sample string 6</firstsemesteraverage>
  <firstsemesterexam>sample string 5</firstsemesterexam>
  <fourthquarter>sample string 8</fourthquarter>
  <id>1</id>
  <secondquarter>sample string 4</secondquarter>
  <secondsemesteraverage>sample string 10</secondsemesteraverage>
  <secondsemesterexam>sample string 9</secondsemesterexam>
  <studentid>sample string 2</studentid>
  <theServer>
    <ErrorMSG_Deleteclstestmarkscolumn>sample string 7</ErrorMSG_Deleteclstestmarkscolumn>
    <ErrorMSG_UpdateTestmarksOutOfMark>sample string 6</ErrorMSG_UpdateTestmarksOutOfMark>
    <ErrorMSG_getMessagesFromUserName>sample string 13</ErrorMSG_getMessagesFromUserName>
    <ErrorMSG_getNewMessagesToUserName>sample string 12</ErrorMSG_getNewMessagesToUserName>
    <ErrorMSG_getUnreadSentMessagesFromUserName>sample string 14</ErrorMSG_getUnreadSentMessagesFromUserName>
    <ErrorMSG_saveColTaskDetails>sample string 18</ErrorMSG_saveColTaskDetails>
    <ErrorMSG_saveMessage>sample string 11</ErrorMSG_saveMessage>
    <ErrorMSG_saveMessageBody>sample string 15</ErrorMSG_saveMessageBody>
    <ErrorMSG_saveMessageMap>sample string 16</ErrorMSG_saveMessageMap>
    <ErrorMSG_saveclstestmarksentery>sample string 5</ErrorMSG_saveclstestmarksentery>
    <ErrorMSG_saveclsweeklymarksEntry>sample string 3</ErrorMSG_saveclsweeklymarksEntry>
    <ErrorMSG_updateReadStatus>sample string 17</ErrorMSG_updateReadStatus>
    <ErrorMsgSaveTestLimitsEntry>sample string 19</ErrorMsgSaveTestLimitsEntry>
    <ErrorMsg_UpdateTestLimit>sample string 20</ErrorMsg_UpdateTestLimit>
    <ErrorMsg_deleteclsweeklymarksColumn>sample string 4</ErrorMsg_deleteclsweeklymarksColumn>
    <GetTopCount>sample string 8</GetTopCount>
    <currentAcademicYear>sample string 2</currentAcademicYear>
    <flgGodaddyDataRequested>true</flgGodaddyDataRequested>
    <startMCRID>10</startMCRID>
    <topMCRcount>sample string 9</topMCRcount>
  </theServer>
  <thirdquarter>sample string 7</thirdquarter>
</MarksTotals>