POST api/AdminChatNotiff/SaveChat
AdmSaveChat
Request Information
URI Parameters
None.
Body Parameters
SaveChat_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| ChatUUID | globally unique identifier |
None. |
|
| ChatPublic | boolean |
None. |
|
| ChatActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| ChatText | string |
None. |
|
| ChatCommand | string |
None. |
|
| ChatDescr | string |
None. |
|
| ChatTiming | date |
None. |
|
| ChatDurationH | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ChatUUID": "c851014f-edb9-458c-a1f7-1355bdbdde34",
"ChatPublic": true,
"ChatActive": true,
"LanguageID": 1,
"ChatText": "sample string 1",
"ChatCommand": "sample string 2",
"ChatDescr": "sample string 3",
"ChatTiming": "2026-08-05T03:56:39.8217719+03:00",
"ChatDurationH": 1,
"UserUUIDCur": "34797c23-32cb-45c9-a930-8273c88efed2"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}