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": "44c7f2a4-25a8-450e-93df-2bc218f7c763", "QuestionID": 2, "AnswerID": 3, "UserUUIDCur": "caecb7b3-fe0e-46b9-bfbf-c38d8e9cb55c" }
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": "0f030e10-44dc-425a-8815-6629a65b527a", "OnFinish": "sample string 1", "UserUUIDCur": "7c15ff67-c51f-4274-a4f9-e084b70a7124" }