POST api/AdminQuizz/AdmSaveQuizzNotiff

AdmSaveQuizzNotiff

Request Information

URI Parameters

None.

Body Parameters

AdmSaveQuizzNotiff
NameDescriptionTypeAdditional 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": "e49c3f5d-ba5e-4423-8e8b-e70a7e600270",
  "NotiffUUID": "27e98ac0-d313-4945-af11-64dae3ac8b27",
  "QuizzNotiffActive": true,
  "LanguageID": 1,
  "QuizzNotiffTiming": "2025-04-19T07:56:28.4010844+03:00",
  "QuizzNotiffDurationH": 1,
  "QuizzNotiffUsed": true,
  "UserUUIDCur": "73a9f7e5-4abd-4776-aaa7-4e53f9bd322f"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}