GET api/Post/postSaveEmployeeSectionSubjects
Request Information
URI Parameters
None.
Body Parameters
Collection of tblSaveSectionSubjectsTeachName | Description | Type | Additional information |
---|---|---|---|
SectionTeacherID | string |
None. |
|
Section_ID | string |
None. |
|
ClassSubject_ID | string |
None. |
|
TeacherID | string |
None. |
|
IsClassTeacher | string |
None. |
|
CreatedUser_ID | string |
None. |
|
LastModifiedUser_ID | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "SectionTeacherID": "sample string 1", "Section_ID": "sample string 2", "ClassSubject_ID": "sample string 3", "TeacherID": "sample string 4", "IsClassTeacher": "sample string 5", "CreatedUser_ID": "sample string 6", "LastModifiedUser_ID": "sample string 7" }, { "SectionTeacherID": "sample string 1", "Section_ID": "sample string 2", "ClassSubject_ID": "sample string 3", "TeacherID": "sample string 4", "IsClassTeacher": "sample string 5", "CreatedUser_ID": "sample string 6", "LastModifiedUser_ID": "sample string 7" } ]
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}