POST API/UserComplain
Request Information
URI Parameters
None.
Body Parameters
UserComplains| Name | Description | Type | Additional information |
|---|---|---|---|
| ProgramId | integer |
None. |
|
| QuestionId | integer |
None. |
|
| UserAnswer | string |
None. |
|
| UserComment | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProgramId": 1,
"QuestionId": 2,
"UserAnswer": "sample string 3",
"UserComment": "sample string 4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.