POST api/AdminQuizz/AdmSaveQuizzOnFinish
AdmSaveQuizzOnFinish
Request Information
URI Parameters
None.
Body Parameters
_AdmSaveQuizzOnFinish| Name | Description | Type | Additional information |
|---|---|---|---|
| OnFinishID | integer |
None. |
|
| QuizzUUID | globally unique identifier |
None. |
|
| ScoreFrom | decimal number |
None. |
|
| ScoreTo | decimal number |
None. |
|
| ScoreTypeID | integer |
None. |
|
| OnFinishActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| OnFinishText | string |
None. |
|
| OnFinishActiveLng | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"OnFinishID": 1,
"QuizzUUID": "ca67b487-2d25-4a36-9776-4116118ec56e",
"ScoreFrom": 1.1,
"ScoreTo": 1.1,
"ScoreTypeID": 1,
"OnFinishActive": true,
"LanguageID": 1,
"OnFinishText": "sample string 1",
"OnFinishActiveLng": true,
"UserUUIDCur": "2ed99268-e79f-43c6-878b-70b121ddb5a5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}