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": "bed4e78c-1c3c-48b3-a9ea-2c4a0b902766",
"ChatPublic": true,
"ChatActive": true,
"LanguageID": 1,
"ChatText": "sample string 1",
"ChatCommand": "sample string 2",
"ChatDescr": "sample string 3",
"ChatTiming": "2026-09-19T13:09:09.8536473+03:00",
"ChatDurationH": 1,
"UserUUIDCur": "6243fbfc-6ce4-4acc-b2ff-20d5387f0759"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}