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": "8e10a7cb-b8cb-488c-80aa-dee4490e19fe", "NotiffUUID": "ca904c52-958c-4cc2-b5ad-8661d26630d2", "NewsNotiffActive": true, "LanguageID": 1, "NewsNotiffTiming": "2025-07-27T11:40:56.2691143+03:00", "NewsNotiffDurationH": 1, "NewsNotiffUsed": true, "UserUUIDCur": "f1f6aac0-326d-47a9-8031-31ec7c54af61" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}