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": "06467866-ab92-43ae-a5cd-5fd2f0b8571d",
"QuestionID": 2,
"AnswerID": 3,
"UserUUIDCur": "a2e319e3-b787-4625-a51d-26be96d93c28"
}
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": "c93a9c6a-8718-4307-971f-baf96419e82f",
"OnFinish": "sample string 1",
"UserUUIDCur": "ed6e9234-ff06-48e2-be65-abb248bc1211"
}