POST api/AdminPlay/AdmSaveNewsNotiff
AdmSaveNewsNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveNewsNotiff_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| NewsUUID | globally unique identifier |
None. |
|
| NotiffUUID | globally unique identifier |
None. |
|
| NewsNotiffActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| NewsNotiffTiming | date |
None. |
|
| NewsNotiffDurationH | integer |
None. |
|
| NewsNotiffUsed | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"NewsUUID": "7116ecf5-f287-40dd-952d-d78b679119f0",
"NotiffUUID": "5d704164-561b-4983-b75f-a8d32e916254",
"NewsNotiffActive": true,
"LanguageID": 1,
"NewsNotiffTiming": "2026-03-21T23:39:44.6425798+02:00",
"NewsNotiffDurationH": 1,
"NewsNotiffUsed": true,
"UserUUIDCur": "21494447-a9f1-406a-ab26-bb2a4ded6cf1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}