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": "278ffcab-ad0e-437c-89d9-71aedeb6e194", "ChatPublic": true, "ChatActive": true, "LanguageID": 1, "ChatText": "sample string 1", "ChatCommand": "sample string 2", "ChatDescr": "sample string 3", "ChatTiming": "2025-06-07T21:10:20.7625703+03:00", "ChatDurationH": 1, "UserUUIDCur": "2a127a6a-1bc9-4daf-b711-d20f15e9a995" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}