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": "37430348-ff7e-4eb0-bafa-f5543399ab27",
"NotiffUUID": "b6c70518-5188-4ab8-815e-8cf64c315a28",
"NewsNotiffActive": true,
"LanguageID": 1,
"NewsNotiffTiming": "2026-09-19T13:13:43.1519875+03:00",
"NewsNotiffDurationH": 1,
"NewsNotiffUsed": true,
"UserUUIDCur": "d9335e2c-d264-410e-89ce-401df2db9248"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}