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": "9da0a2d2-33f2-498a-9806-292d5ddbdb51",
"NotiffUUID": "d7615c32-616c-4ed8-84d0-914d1ce99752",
"QuizzActive": true,
"QuizzNotiffActive": true,
"LanguageID": 1,
"UserUUIDCur": "93773bee-7558-4bba-bd5e-5cd6eefeb0c5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]