POST api/AdminChatNotiff/GetChat
AdmGetChat
Request Information
URI Parameters
None.
Body Parameters
GetChat_RequestName | Description | Type | Additional information |
---|---|---|---|
ChatUUID | globally unique identifier |
None. |
|
ChatActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "ChatUUID": "1005a9b8-8b79-4520-a900-1a7a1a1089d9", "ChatActive": true, "LanguageID": 1, "UserUUIDCur": "4fffe172-5d2d-4de0-8976-0360abd7e0ab" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]