POST api/Admin/UpdateTeacherSubjectAssign

Request Information

URI Parameters

None.

Body Parameters

modteachersubject
NameDescriptionTypeAdditional information
id

string

None.

userid

string

None.

teacherid

string

None.

employee_id

string

None.

incharge_class

string

None.

section

string

None.

current_position

string

None.

subject_handling

string

None.

starttime

string

None.

endtime

string

None.

working_hour

string

None.

teachertype

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "sample string 1",
  "userid": "sample string 2",
  "teacherid": "sample string 3",
  "employee_id": "sample string 4",
  "incharge_class": "sample string 5",
  "section": "sample string 6",
  "current_position": "sample string 7",
  "subject_handling": "sample string 8",
  "starttime": "sample string 9",
  "endtime": "sample string 10",
  "working_hour": "sample string 11",
  "teachertype": "sample string 12"
}

text/html

Sample:
{"id":"sample string 1","userid":"sample string 2","teacherid":"sample string 3","employee_id":"sample string 4","incharge_class":"sample string 5","section":"sample string 6","current_position":"sample string 7","subject_handling":"sample string 8","starttime":"sample string 9","endtime":"sample string 10","working_hour":"sample string 11","teachertype":"sample string 12"}

application/xml, text/xml

Sample:
<modteachersubject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MNBSchoolManagemantApi.Models">
  <current_position>sample string 7</current_position>
  <employee_id>sample string 4</employee_id>
  <endtime>sample string 10</endtime>
  <id>sample string 1</id>
  <incharge_class>sample string 5</incharge_class>
  <section>sample string 6</section>
  <starttime>sample string 9</starttime>
  <subject_handling>sample string 8</subject_handling>
  <teacherid>sample string 3</teacherid>
  <teachertype>sample string 12</teachertype>
  <userid>sample string 2</userid>
  <working_hour>sample string 11</working_hour>
</modteachersubject>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.