POST api/ELearningVideosApi/SaveOfflineLectures
Request Information
URI Parameters
None.
Body Parameters
eLearningOfflineLecture| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | decimal number |
None. |
|
| BrId | decimal number |
None. |
|
| ClassId | decimal number |
None. |
|
| SubjectId | decimal number |
None. |
|
| VideoUrl | string |
None. |
|
| Topic | string |
None. |
|
| Date | date |
None. |
|
| Description | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| CreateDate | date |
None. |
|
| CreateBy | decimal number |
None. |
|
| UpdateDate | date |
None. |
|
| UpdateBy | decimal number |
None. |
|
| GoogleDriveKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1.0,
"BrId": 1.0,
"ClassId": 1.0,
"SubjectId": 1.0,
"VideoUrl": "sample string 2",
"Topic": "sample string 3",
"Date": "2025-11-07T14:58:25.3373077+05:00",
"Description": "sample string 4",
"IsDeleted": true,
"CreateDate": "2025-11-07T14:58:25.3383375+05:00",
"CreateBy": 1.0,
"UpdateDate": "2025-11-07T14:58:25.3393227+05:00",
"UpdateBy": 1.0,
"GoogleDriveKey": "sample string 5"
}
application/xml, text/xml
Sample:
<eLearningOfflineLecture xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataModels"> <BrId>1</BrId> <ClassId>1</ClassId> <CreateBy>1</CreateBy> <CreateDate>2025-11-07T14:58:25.3383375+05:00</CreateDate> <Date>2025-11-07T14:58:25.3373077+05:00</Date> <Description>sample string 4</Description> <GoogleDriveKey>sample string 5</GoogleDriveKey> <Id>1</Id> <IsDeleted>true</IsDeleted> <SubjectId>1</SubjectId> <Topic>sample string 3</Topic> <UpdateBy>1</UpdateBy> <UpdateDate>2025-11-07T14:58:25.3393227+05:00</UpdateDate> <VideoUrl>sample string 2</VideoUrl> </eLearningOfflineLecture>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>