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": "9580da86-05ec-4c63-85a1-bbd0ca59cb10",
"NotiffActive": true,
"NotiffAlert": true,
"LanguageID": 1,
"NotiffName": "sample string 1",
"NotiffText": "sample string 2",
"NotiffDescr": "sample string 3",
"NotiffTiming": "2026-02-04T05:20:11.259478+02:00",
"NotiffDurationH": 1,
"UserUUIDCur": "5c5b13a1-0a01-4a83-87e8-ea79401a2c42",
"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:
{}