POST api/AdminChatNotiff/SaveNotiff
AdmSaveNotiff
Request Information
URI Parameters
None.
Body Parameters
SaveNotiff_RequestName | 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": "51a8e7a0-6abb-443a-b796-6f24268d4c42", "NotiffActive": true, "NotiffAlert": true, "LanguageID": 1, "NotiffName": "sample string 1", "NotiffText": "sample string 2", "NotiffDescr": "sample string 3", "NotiffTiming": "2025-06-07T21:12:26.5029432+03:00", "NotiffDurationH": 1, "UserUUIDCur": "6ddc3516-32fd-4d56-8581-4e775c1b6d36", "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:
{}