POST api/AreaZXProjectAbility/AddProjectAbilityUserQuotaStudyComment
添加课程评价
Request Information
URI Parameters
None.
Body Parameters
ZXProjectAbilityUserQuotaStudyComment| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| ZXPAID | integer |
None. |
|
| PAUQID | integer |
None. |
|
| AQID | integer |
None. |
|
| PAQCourseID | integer |
None. |
|
| CourseID | integer |
None. |
|
| Content | string |
None. |
|
| CreateBy | integer |
None. |
|
| CreateTime | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"ZXPAID": 2,
"PAUQID": 3,
"AQID": 4,
"PAQCourseID": 5,
"CourseID": 6,
"Content": "sample string 7",
"CreateBy": 8,
"CreateTime": "2026-01-26T06:10:16.442288+08:00"
}
application/xml, text/xml
Sample:
<ZXProjectAbilityUserQuotaStudyComment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KX.Training.Entity.ZXAbility"> <AQID>4</AQID> <Content>sample string 7</Content> <CourseID>6</CourseID> <CreateBy>8</CreateBy> <CreateTime>2026-01-26T06:10:16.442288+08:00</CreateTime> <ID>1</ID> <PAQCourseID>5</PAQCourseID> <PAUQID>3</PAUQID> <ZXPAID>2</ZXPAID> </ZXProjectAbilityUserQuotaStudyComment>
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. |