POST api/article/insertAuthorQueryError
Request Information
URI Parameters
None.
Body Parameters
DaoInsertAuthorQueryError| Name | Description | Type | Additional information |
|---|---|---|---|
| AQCategoryId | integer |
None. |
|
| AQSubCategoryId | integer |
None. |
|
| AQReportId | integer |
None. |
|
| AQClassificationType | string |
None. |
|
| ArticleId | string |
None. |
|
| Remark | string |
None. |
|
| QualityFeedBackId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AQCategoryId": 1,
"AQSubCategoryId": 2,
"AQReportId": 3,
"AQClassificationType": "sample string 4",
"ArticleId": "sample string 5",
"Remark": "sample string 6",
"QualityFeedBackId": 7
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.