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": "f58ae316-7497-4aa6-9717-c51b941ef40c",
"ChatPublic": true,
"ChatActive": true,
"LanguageID": 1,
"ChatText": "sample string 1",
"ChatCommand": "sample string 2",
"ChatDescr": "sample string 3",
"ChatTiming": "2026-03-21T23:34:49.6102383+02:00",
"ChatDurationH": 1,
"UserUUIDCur": "de1e7ac3-24d9-4e15-9319-d0728d951b2e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}