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": "b12f65cb-66b7-4be3-9aa9-9a40893920bb",
"NotiffUUID": "0f11240d-1507-483f-8e69-29f6066f5352",
"QuizzNotiffActive": true,
"LanguageID": 1,
"QuizzNotiffTiming": "2026-09-19T13:13:27.2167302+03:00",
"QuizzNotiffDurationH": 1,
"QuizzNotiffUsed": true,
"UserUUIDCur": "4b3b7f62-1eeb-4363-beeb-c546f634adb0"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}