POST api/AreaZXProjectTrain/AddZXProjectTrainCourseStudyComment
保存课程评论
Request Information
URI Parameters
None.
Body Parameters
ZXProjectTrainCourseStudyComment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ZXPTID | integer |
None. |
|
| CourseID | integer |
None. |
|
| PTCourseID | integer |
None. |
|
| Content | string |
None. |
|
| CreateBy | integer |
None. |
|
| CreateTime | date |
None. |
|
| UserPic | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ZXPTID": 2,
"CourseID": 3,
"PTCourseID": 4,
"Content": "sample string 5",
"CreateBy": 6,
"CreateTime": "2026-01-26T06:18:44.7738139+08:00",
"UserPic": "sample string 8"
}
application/xml, text/xml
Sample:
<ZXProjectTrainCourseStudyComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZX"> <Content>sample string 5</Content> <CourseID>3</CourseID> <CreateBy>6</CreateBy> <CreateTime>2026-01-26T06:18:44.7738139+08:00</CreateTime> <ID>1</ID> <PTCourseID>4</PTCourseID> <UserPic>sample string 8</UserPic> <ZXPTID>2</ZXPTID> </ZXProjectTrainCourseStudyComment>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |