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": "826749b9-f1f9-4e6d-895e-5bfb4f32121d", "NotiffUUID": "e4036370-528f-4795-8c01-ee83d1e1986a", "QuizzNotiffActive": true, "LanguageID": 1, "QuizzNotiffTiming": "2025-09-23T00:35:44.8158138+03:00", "QuizzNotiffDurationH": 1, "QuizzNotiffUsed": true, "UserUUIDCur": "63261fe2-5b71-4355-a661-6b0c7c186df4" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}