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": "17b90725-271a-4818-b9b7-caae1810922d",
"QuestionID": 2,
"AnswerID": 3,
"UserUUIDCur": "a67a0d9e-05b5-48d0-b53f-c4f5af34bdc3"
}
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": "6c6817b6-be1d-414c-94f6-6e10fea85baf",
"OnFinish": "sample string 1",
"UserUUIDCur": "b520bb6d-b1f2-41a7-9de2-21316f78d531"
}