POST api/ApiFeLecture/Fe_LectureUserNote_Insert

Documentation for 'Fe_LectureUserNote_Insert'.

Request Information

Parameters

NameDescriptionAdditional information
obj
Documentation for 'obj'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "LectureUserNoteId": "sample string 1",
  "LectureId": "sample string 2",
  "StudentId": "sample string 3",
  "NoteContent": "sample string 4",
  "AttachFileId": "sample string 5",
  "CreateDate": "2026-04-14T22:39:34.0655413+07:00"
}

text/xml

Sample:
<LectureUserNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lib.DTO">
  <AttachFileId>sample string 5</AttachFileId>
  <CreateDate>2026-04-14T22:39:34.0655413+07:00</CreateDate>
  <LectureId>sample string 2</LectureId>
  <LectureUserNoteId>sample string 1</LectureUserNoteId>
  <NoteContent>sample string 4</NoteContent>
  <StudentId>sample string 3</StudentId>
</LectureUserNote>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>