POST api/AdminQuizz/AdmSaveQuizzNotiff
AdmSaveQuizzNotiff
Request Information
URI Parameters
None.
Body Parameters
AdmSaveQuizzNotiffName | 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": "78eb6dc0-cc6e-4b13-9627-c3239d947ddf", "NotiffUUID": "e8c32ff3-3038-4635-b9d2-ab511916c501", "QuizzNotiffActive": true, "LanguageID": 1, "QuizzNotiffTiming": "2025-07-27T11:29:34.9431653+03:00", "QuizzNotiffDurationH": 1, "QuizzNotiffUsed": true, "UserUUIDCur": "42b2be2f-7a47-445a-b8b0-72076281ab5f" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}