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": "235be0c0-f1cf-4386-b058-ca2d577013c6",
"NotiffActive": true,
"NotiffAlert": true,
"LanguageID": 1,
"NotiffName": "sample string 1",
"NotiffText": "sample string 2",
"NotiffDescr": "sample string 3",
"NotiffTiming": "2026-09-19T13:09:41.4244048+03:00",
"NotiffDurationH": 1,
"UserUUIDCur": "60902a39-e358-4d60-a935-7b268e665beb",
"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:
{}