POST api/getStuAttStatusForTeacherV2

Request Information

URI Parameters

None.

Body Parameters

Tracherv2
NameDescriptionTypeAdditional information
OUserId

string

None.

Token

string

None.

OrgId

string

None.

Schoolid

string

None.

ClassId

string

None.

Date

string

None.

SessionId

string

None.

PeriodId

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",
  "ClassId": "sample string 5",
  "Date": "sample string 6",
  "SessionId": "sample string 7",
  "PeriodId": "sample string 8"
}

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of getStuAttStatusForTeacherV2
NameDescriptionTypeAdditional information
TotalStudent

string

None.

PresentStudent

string

None.

absentStudent

string

None.

LeaveStudent

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TotalStudent": "sample string 1",
    "PresentStudent": "sample string 2",
    "absentStudent": "sample string 3",
    "LeaveStudent": "sample string 4"
  },
  {
    "TotalStudent": "sample string 1",
    "PresentStudent": "sample string 2",
    "absentStudent": "sample string 3",
    "LeaveStudent": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfCommonParrameters.getStuAttStatusForTeacherV2 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wsCampusColors.Model">
  <CommonParrameters.getStuAttStatusForTeacherV2>
    <LeaveStudent>sample string 4</LeaveStudent>
    <PresentStudent>sample string 2</PresentStudent>
    <TotalStudent>sample string 1</TotalStudent>
    <absentStudent>sample string 3</absentStudent>
  </CommonParrameters.getStuAttStatusForTeacherV2>
  <CommonParrameters.getStuAttStatusForTeacherV2>
    <LeaveStudent>sample string 4</LeaveStudent>
    <PresentStudent>sample string 2</PresentStudent>
    <TotalStudent>sample string 1</TotalStudent>
    <absentStudent>sample string 3</absentStudent>
  </CommonParrameters.getStuAttStatusForTeacherV2>
</ArrayOfCommonParrameters.getStuAttStatusForTeacherV2>