POST api/EvaCourse/AddEvaNoteComment

新增听课笔记

Request Information

URI Parameters

None.

Body Parameters

EvaNoteCommentInfo
NameDescriptionTypeAdditional information
TypeName

string

None.

TrueName

string

None.

ID

integer

None.

ECID

integer

None.

CommentType

string

None.

Note

string

None.

NoteAType

integer

None.

NoteFileType

integer

None.

NoteFileName

string

None.

NoteURL

string

None.

NoteSourceFileUrl

string

None.

Comment

string

None.

CommentAType

integer

None.

CommentFileType

integer

None.

CommentFileName

string

None.

CommentURL

string

None.

CommentSourceFileUrl

string

None.

Status

integer

None.

CreateBy

integer

None.

CreateTime

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TypeName": "sample string 1",
  "TrueName": "sample string 2",
  "ID": 3,
  "ECID": 4,
  "CommentType": "sample string 5",
  "Note": "sample string 6",
  "NoteAType": 7,
  "NoteFileType": 8,
  "NoteFileName": "sample string 9",
  "NoteURL": "sample string 10",
  "NoteSourceFileUrl": "sample string 11",
  "Comment": "sample string 12",
  "CommentAType": 13,
  "CommentFileType": 14,
  "CommentFileName": "sample string 15",
  "CommentURL": "sample string 16",
  "CommentSourceFileUrl": "sample string 17",
  "Status": 18,
  "CreateBy": 19,
  "CreateTime": "2026-01-26T06:18:43.6643695+08:00"
}

application/xml, text/xml

Sample:
<EvaNoteCommentInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.Area">
  <Comment>sample string 12</Comment>
  <CommentAType>13</CommentAType>
  <CommentFileName>sample string 15</CommentFileName>
  <CommentFileType>14</CommentFileType>
  <CommentSourceFileUrl>sample string 17</CommentSourceFileUrl>
  <CommentType>sample string 5</CommentType>
  <CommentURL>sample string 16</CommentURL>
  <CreateBy>19</CreateBy>
  <CreateTime>2026-01-26T06:18:43.6643695+08:00</CreateTime>
  <ECID>4</ECID>
  <ID>3</ID>
  <Note>sample string 6</Note>
  <NoteAType>7</NoteAType>
  <NoteFileName>sample string 9</NoteFileName>
  <NoteFileType>8</NoteFileType>
  <NoteSourceFileUrl>sample string 11</NoteSourceFileUrl>
  <NoteURL>sample string 10</NoteURL>
  <Status>18</Status>
  <TrueName>sample string 2</TrueName>
  <TypeName>sample string 1</TypeName>
</EvaNoteCommentInfo>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.