POST api/IClassUsers/registerrep

Request Information

URI Parameters

None.

Body Parameters

clsRepresentativeMaster
NameDescriptionTypeAdditional information
reid

string

None.

rename

string

None.

qrtext

string

None.

schoolname

string

None.

contactno

string

None.

status

string

None.

message

string

None.

Request Formats

application/json, text/json

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

application/xml, text/xml

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

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

clsRepresentativeMaster
NameDescriptionTypeAdditional information
reid

string

None.

rename

string

None.

qrtext

string

None.

schoolname

string

None.

contactno

string

None.

status

string

None.

message

string

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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