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": "2d94fc7f-291f-4361-89a0-a65009b17945",
"NotiffUUID": "067fb111-58da-495c-8476-f30e2a903cd5",
"QuizzNotiffActive": true,
"LanguageID": 1,
"QuizzNotiffTiming": "2026-08-05T04:02:50.4158486+03:00",
"QuizzNotiffDurationH": 1,
"QuizzNotiffUsed": true,
"UserUUIDCur": "470b8d68-613b-4eba-a49b-0c1712873fd4"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}