POST api/Fun/SaveFunTestQA
AppSaveFunTestQA
Request Information
URI Parameters
None.
Body Parameters
SaveFunTestQA_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| FunUUID | globally unique identifier |
None. |
|
| QuestionID | integer |
None. |
|
| AnswerID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"FunUUID": "f392b75a-ff50-4b4b-93ad-14af691c4424",
"QuestionID": 2,
"AnswerID": 3,
"UserUUIDCur": "4dc4368c-9dc5-4f1e-8bf1-dd2104619443"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveFunTestQA_Response| Name | Description | Type | Additional information |
|---|---|---|---|
| QAUUID | globally unique identifier |
None. |
|
| OnFinish | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"QAUUID": "0031b108-978c-4a62-bb79-53388dcbb4ee",
"OnFinish": "sample string 1",
"UserUUIDCur": "58ce74bb-b892-4e17-bf0c-6ac9ff8accb1"
}