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": "12292135-88b2-42de-beaa-186a349e150d",
"NotiffUUID": "b75e65ea-bb1e-4ef7-9ec7-e041922cc936",
"QuizzNotiffActive": true,
"LanguageID": 1,
"QuizzNotiffTiming": "2026-05-06T15:45:54.2265421+03:00",
"QuizzNotiffDurationH": 1,
"QuizzNotiffUsed": true,
"UserUUIDCur": "f7e6c13e-b2b9-4410-bde3-7658808e0759"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}