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": "e54f6a59-a7ad-4791-8acf-1355156d6895",
"NotiffUUID": "36876716-9048-4e9d-967c-a2f63d54223c",
"NewsNotiffActive": true,
"LanguageID": 1,
"NewsNotiffTiming": "2026-06-20T22:58:31.2103624+03:00",
"NewsNotiffDurationH": 1,
"NewsNotiffUsed": true,
"UserUUIDCur": "65122d18-91b5-4832-bdec-cbb773ad705d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}