POST api/IClassUsers/CheckQRCode1

Request Information

URI Parameters

None.

Body Parameters

clsQRCode
NameDescriptionTypeAdditional information
qrtext

string

None.

rename

string

None.

schoolname

string

None.

contactno

string

None.

status

string

None.

message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "qrtext": "sample string 1",
  "rename": "sample string 2",
  "schoolname": "sample string 3",
  "contactno": "sample string 4",
  "status": "sample string 5",
  "message": "sample string 6"
}

application/xml, text/xml

Sample:
<clsQRCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <contactno>sample string 4</contactno>
  <message>sample string 6</message>
  <qrtext>sample string 1</qrtext>
  <rename>sample string 2</rename>
  <schoolname>sample string 3</schoolname>
  <status>sample string 5</status>
</clsQRCode>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

clsQRCode
NameDescriptionTypeAdditional information
qrtext

string

None.

rename

string

None.

schoolname

string

None.

contactno

string

None.

status

string

None.

message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "qrtext": "sample string 1",
  "rename": "sample string 2",
  "schoolname": "sample string 3",
  "contactno": "sample string 4",
  "status": "sample string 5",
  "message": "sample string 6"
}

application/xml, text/xml

Sample:
<clsQRCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LiveTextBooksModel.Entity">
  <contactno>sample string 4</contactno>
  <message>sample string 6</message>
  <qrtext>sample string 1</qrtext>
  <rename>sample string 2</rename>
  <schoolname>sample string 3</schoolname>
  <status>sample string 5</status>
</clsQRCode>