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": "6b610ed2-c758-4a48-9fb4-c3980e409cef",
"QuestionID": 2,
"AnswerID": 3,
"UserUUIDCur": "c7ebabba-dbe3-45ca-b63b-8134661d1a46"
}
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": "5d2aad64-1c8c-44f1-855f-ec25a09b82ee",
"OnFinish": "sample string 1",
"UserUUIDCur": "1da9d77c-312b-4adb-83b5-19ecde874c99"
}