POST api/lms/GetSubjectClassTeacherUpdate

Request Information

URI Parameters

None.

Body Parameters

ClientLogin
NameDescriptionTypeAdditional information
username

string

None.

password

string

None.

deviceid

string

None.

token_firebase

string

None.

classCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "username": "sample string 1",
  "password": "sample string 2",
  "deviceid": "sample string 3",
  "token_firebase": "sample string 4",
  "classCode": "sample string 5"
}

application/xml, text/xml

Sample:
<ClientLogin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/kWeb.Models">
  <classCode>sample string 5</classCode>
  <deviceid>sample string 3</deviceid>
  <password>sample string 2</password>
  <token_firebase>sample string 4</token_firebase>
  <username>sample string 1</username>
</ClientLogin>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.