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": "b47984e8-3b41-4157-a1c7-fd765cca5421",
"QuestionID": 2,
"AnswerID": 3,
"UserUUIDCur": "6b73fd81-7d93-4bd1-9caf-a761761eddc6"
}
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": "8481d191-8fa2-4416-9002-fb8ed605bac6",
"OnFinish": "sample string 1",
"UserUUIDCur": "2bdb642b-9d67-4a0a-9aad-0020e5676d5c"
}