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": "068a25c6-ca24-4299-a6f3-3fa5e2bf230a", "NotiffUUID": "3b75542a-dcb0-4402-af4d-289ec3c8d0c9", "NewsNotiffActive": true, "LanguageID": 1, "NewsNotiffTiming": "2025-06-07T22:20:17.066191+03:00", "NewsNotiffDurationH": 1, "NewsNotiffUsed": true, "UserUUIDCur": "42d6b342-ee6e-4764-9a7a-2b015dbf55c3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}