POST api/AdminPlay/AdmSaveNewsNotiff
AdmSaveNewsNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveNewsNotiff_RequestName | 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": "fe9a2b0b-0c15-4b9e-8253-d291c7f89a64", "NotiffUUID": "412ec410-05fc-4175-83b5-8b6e809f553f", "NewsNotiffActive": true, "LanguageID": 1, "NewsNotiffTiming": "2025-09-23T00:39:06.3531137+03:00", "NewsNotiffDurationH": 1, "NewsNotiffUsed": true, "UserUUIDCur": "0f1d506a-fdcc-4941-8945-4dacef2146fa" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}