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": "e7d93c0f-63c7-4bf8-8190-beabee95605c",
"NotiffUUID": "32233c47-b21d-45eb-8187-efba3b85fc22",
"NewsNotiffActive": true,
"LanguageID": 1,
"NewsNotiffTiming": "2026-08-05T04:05:22.4860477+03:00",
"NewsNotiffDurationH": 1,
"NewsNotiffUsed": true,
"UserUUIDCur": "6c58a270-d05a-435f-b475-14685666752b"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}