POST api/AdminChatNotiff/SaveNotiff
AdmSaveNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveNotiff_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| NotiffUUID | globally unique identifier |
None. |
|
| NotiffActive | boolean |
None. |
|
| NotiffAlert | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| NotiffName | string |
None. |
|
| NotiffText | string |
None. |
|
| NotiffDescr | string |
None. |
|
| NotiffTiming | date |
None. |
|
| NotiffDurationH | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
|
| PhotoFullActive | boolean |
None. |
|
| Silent | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotiffUUID": "944512e9-c068-421a-9711-e4b3b91b1fd0",
"NotiffActive": true,
"NotiffAlert": true,
"LanguageID": 1,
"NotiffName": "sample string 1",
"NotiffText": "sample string 2",
"NotiffDescr": "sample string 3",
"NotiffTiming": "2026-03-21T23:36:20.095971+02:00",
"NotiffDurationH": 1,
"UserUUIDCur": "ccf054e7-2524-4f7c-ae35-b940985c8dea",
"PhotoFullActive": true,
"Silent": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}