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": "d4a0667b-db0d-480d-8976-1ecf16779faa", "ChatPublic": true, "ChatActive": true, "LanguageID": 1, "ChatText": "sample string 1", "ChatCommand": "sample string 2", "ChatDescr": "sample string 3", "ChatTiming": "2025-04-19T09:09:26.3667513+03:00", "ChatDurationH": 1, "UserUUIDCur": "8179d58e-937f-4fce-b74f-3233641b02aa" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}