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": "a2da30db-2c8c-4f8e-9709-053e57b77022",
"NotiffUUID": "1bca69fb-ea46-40be-8f47-edfef9c5e817",
"NewsNotiffActive": true,
"LanguageID": 1,
"NewsNotiffTiming": "2026-05-06T13:39:11.7049578+03:00",
"NewsNotiffDurationH": 1,
"NewsNotiffUsed": true,
"UserUUIDCur": "a634d4fc-883a-4e22-8de6-dfe4f832aeee"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}