PUT api/ClassTeacher/Edit
Request Information
URI Parameters
None.
Body Parameters
ClassTeacherEditRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ClassTeacherID | integer |
None. |
|
| FK_FinancialYearID | integer |
None. |
|
| FK_TeacherID | integer |
None. |
|
| FK_CourseSectionID | integer |
None. |
|
| AssignDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| ModifiedBy | integer |
None. |
|
| ModifiedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"classTeacherID": 1,
"fK_FinancialYearID": 2,
"fK_TeacherID": 3,
"fK_CourseSectionID": 4,
"assignDate": "2026-06-18 02:14:29",
"isActive": true,
"modifiedBy": 7,
"modifiedDate": "2026-06-18 02:14:29"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.