POST api/AdminChatNotiff/GetChatCategory
AdmGetChatCategory
Request Information
URI Parameters
None.
Body Parameters
request_GetChatCategoryName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ChatCategoryActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
ChatCategoryID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "e54cf6a8-8b01-49d0-9ad1-f19ac9ed793d", "ChatCategoryActive": true, "LanguageID": 1, "ChatCategoryID": 1 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]