POST api/AdminQuizz/AdmSaveQuizzNotiff
AdmSaveQuizzNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmSaveQuizzNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| QuizzUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| QuizzNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| QuizzNotiffTiming | date |
None. |
|
| QuizzNotiffDurationH | integer |
None. |
|
| QuizzNotiffUsed | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuizzUUID": "ee5a9f9c-c587-4e92-b285-d0c6bdec369b",
"NotiffUUID": "93d2a781-ba48-48e8-a8ee-b37e0efec52d",
"QuizzNotiffActive": true,
"LanguageID": 1,
"QuizzNotiffTiming": "2025-11-17T10:17:51.784643+02:00",
"QuizzNotiffDurationH": 1,
"QuizzNotiffUsed": true,
"UserUUIDCur": "b150abad-3028-4a7a-8906-0e3911f117c5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}