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": "c183f1d2-cc7c-4db1-a145-5359487125f9",
"ChatPublic": true,
"ChatActive": true,
"LanguageID": 1,
"ChatText": "sample string 1",
"ChatCommand": "sample string 2",
"ChatDescr": "sample string 3",
"ChatTiming": "2025-11-17T10:13:46.5720292+02:00",
"ChatDurationH": 1,
"UserUUIDCur": "28f165a8-2744-4eb2-a68e-795485c965f1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}