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": "44c69aea-0123-49fb-a1e6-f3c47be09f95",
"ChatPublic": true,
"ChatActive": true,
"LanguageID": 1,
"ChatText": "sample string 1",
"ChatCommand": "sample string 2",
"ChatDescr": "sample string 3",
"ChatTiming": "2026-06-20T21:11:03.9072577+03:00",
"ChatDurationH": 1,
"UserUUIDCur": "61d1261c-bf5c-4c6c-ac6b-600f7396ce46"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}