POST api/AdminQuizz/AdmGetQuizzNotiff
AdmGetQuizzNotiff
Request Information
URI Parameters
None.
Body Parameters
GetQuizzNotiff| Name | Description | Type | Additional information |
|---|---|---|---|
| QuizzUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| QuizzActive | boolean |
None. |
|
| QuizzNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"QuizzUUID": "0f6ce29e-a4ce-46cd-a573-09066e0179ee",
"NotiffUUID": "50603bb6-e5c7-4b95-a624-be32f7fc6805",
"QuizzActive": true,
"QuizzNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "d3ad91e4-d390-49d9-a8d0-9581d83216bb"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]