POST api/ClassTeacher/Add
Request Information
URI Parameters
None.
Body Parameters
ClassTeacherAddRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| FK_FinancialYearID | integer |
None. |
|
| FK_TeacherID | integer |
None. |
|
| FK_CourseSectionID | integer |
None. |
|
| AssignDate | date |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"fK_FinancialYearID": 1,
"fK_TeacherID": 2,
"fK_CourseSectionID": 3,
"assignDate": "2026-06-18 02:09:41",
"isActive": true,
"createdBy": 6,
"createdDate": "2026-06-18 02:09:41"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.