POST api/Fun/SaveFunTestQA
AppSaveFunTestQA
Request Information
URI Parameters
None.
Body Parameters
SaveFunTestQA_RequestName | 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": "af179e7a-cc13-4b14-b199-32a08a1a4278", "QuestionID": 2, "AnswerID": 3, "UserUUIDCur": "f5bd08e4-1dd1-467d-9cbb-7f7c15057651" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SaveFunTestQA_ResponseName | 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": "3ef893eb-b700-4c8f-8f6d-1243719b867b", "OnFinish": "sample string 1", "UserUUIDCur": "c48acaaf-405f-4f63-aa33-c044999596aa" }