POST api/AdminChatNotiff/SaveChat
AdmSaveChat
Request Information
URI Parameters
None.
Body Parameters
SaveChat_RequestName | 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": "a91d9569-329c-4f78-b22d-e6fea197c0cb", "ChatPublic": true, "ChatActive": true, "LanguageID": 1, "ChatText": "sample string 1", "ChatCommand": "sample string 2", "ChatDescr": "sample string 3", "ChatTiming": "2025-07-27T11:17:48.2185441+03:00", "ChatDurationH": 1, "UserUUIDCur": "1c5f8c61-efa3-4d35-8afe-d9099498183e" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}