PUT api/Teacher

Request Information

URI Parameters

None.

Body Parameters

Teacher
NameDescriptionTypeAdditional information
CreatedDatetime

date

None.

CreatedBy

string

None.

UpdatedDatetime

date

None.

UpdatedBy

string

None.

TeacherId

string

None.

TeacherType

string

None.

Status

string

None.

JoinDate

date

None.

TeacherName

string

None.

EnglishName

string

None.

Sex

string

None.

Birthday

date

None.

Age

integer

None.

Profession

string

None.

ContactPhone

string

None.

ContactAddress

string

None.

Remark

string

None.

BasicSalary

integer

None.

WorkMode

string

None.

UnitPrice

decimal number

None.

MaxClassHour

integer

None.

SalaryType

string

None.

InsuranceCompany

decimal number

None.

InsurancePersonal

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "CreatedDatetime": "2025-12-06T14:55:49.9568822+08:00",
  "CreatedBy": "sample string 2",
  "UpdatedDatetime": "2025-12-06T14:55:49.9568822+08:00",
  "UpdatedBy": "sample string 4",
  "TeacherId": "sample string 5",
  "TeacherType": "sample string 6",
  "Status": "sample string 7",
  "JoinDate": "2025-12-06T14:55:49.9568822+08:00",
  "TeacherName": "sample string 9",
  "EnglishName": "sample string 10",
  "Sex": "sample string 11",
  "Birthday": "2025-12-06T14:55:49.9568822+08:00",
  "Age": 12,
  "Profession": "sample string 13",
  "ContactPhone": "sample string 14",
  "ContactAddress": "sample string 15",
  "Remark": "sample string 16",
  "BasicSalary": 17,
  "WorkMode": "sample string 18",
  "UnitPrice": 19.0,
  "MaxClassHour": 1,
  "SalaryType": "sample string 20",
  "InsuranceCompany": 21.0,
  "InsurancePersonal": 22.0
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true