POST api/lectureplan/savelectureplan
Request Information
URI Parameters
None.
Body Parameters
LecturePlanSaveModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Lecture_Id | integer |
None. |
|
| YearID | integer |
None. |
|
| ClassID | integer |
None. |
|
| Div_Id | integer |
None. |
|
| Subject_Id | integer |
None. |
|
| Lecture_Dt | date |
None. |
|
| SubTopics | string |
None. |
|
| SubDesc | string |
None. |
|
| test_id | integer |
None. |
|
| Test | string |
None. |
|
| Faculty_Id | integer |
None. |
|
| IsActive | boolean |
None. |
|
| IsDelete | boolean |
None. |
|
| SchoolID | integer |
None. |
|
| AddedBy | integer |
None. |
|
| IsWebcast | boolean |
None. |
|
| TeacherUrl | string |
None. |
|
| StudentUrl | string |
None. |
|
| Chapter_Id | integer |
None. |
|
| Moderator_Password | string |
None. |
|
| Attendee_Password | string |
None. |
|
| Meeting_id | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Lecture_Id": 1,
"YearID": 2,
"ClassID": 3,
"Div_Id": 4,
"Subject_Id": 5,
"Lecture_Dt": "2026-08-11T00:10:19.0190543+05:30",
"SubTopics": "sample string 7",
"SubDesc": "sample string 8",
"test_id": 9,
"Test": "sample string 10",
"Faculty_Id": 11,
"IsActive": true,
"IsDelete": true,
"SchoolID": 14,
"AddedBy": 1,
"IsWebcast": true,
"TeacherUrl": "sample string 15",
"StudentUrl": "sample string 16",
"Chapter_Id": 1,
"Moderator_Password": "sample string 17",
"Attendee_Password": "sample string 18",
"Meeting_id": "sample string 19"
}
application/xml, text/xml
Sample:
<LecturePlanSaveModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <AddedBy>1</AddedBy> <Attendee_Password>sample string 18</Attendee_Password> <Chapter_Id>1</Chapter_Id> <ClassID>3</ClassID> <Div_Id>4</Div_Id> <Faculty_Id>11</Faculty_Id> <IsActive>true</IsActive> <IsDelete>true</IsDelete> <IsWebcast>true</IsWebcast> <Lecture_Dt>2026-08-11T00:10:19.0190543+05:30</Lecture_Dt> <Lecture_Id>1</Lecture_Id> <Meeting_id>sample string 19</Meeting_id> <Moderator_Password>sample string 17</Moderator_Password> <SchoolID>14</SchoolID> <StudentUrl>sample string 16</StudentUrl> <SubDesc>sample string 8</SubDesc> <SubTopics>sample string 7</SubTopics> <Subject_Id>5</Subject_Id> <TeacherUrl>sample string 15</TeacherUrl> <Test>sample string 10</Test> <YearID>2</YearID> <test_id>9</test_id> </LecturePlanSaveModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.