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": "6ea117e7-91fc-43ee-bad1-6abf1e620311",
"NotiffUUID": "42a74997-c7d3-416b-b841-d10325af6c17",
"QuizzNotiffActive": true,
"LanguageID": 1,
"QuizzNotiffTiming": "2026-03-21T06:25:02.8387221+02:00",
"QuizzNotiffDurationH": 1,
"QuizzNotiffUsed": true,
"UserUUIDCur": "e7e4ba8b-9267-4c90-ab6f-4ccde1497a90"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}