POST api/qbarpostanswer
Request Information
URI Parameters
None.
Body Parameters
QbarPostAnswerModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Qid | integer |
None. |
|
| QOpId | integer |
None. |
|
| UserId | integer |
None. |
|
| Cont | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Qid": 1,
"QOpId": 2,
"UserId": 3,
"Cont": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiResData| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {}
}