POST api/AdminChatNotiff/SaveChatCategory
AdmSaveChatCategory
Request Information
URI Parameters
None.
Body Parameters
request_SaveChatCategoryName | Description | Type | Additional information |
---|---|---|---|
UserUUIDCur | globally unique identifier |
None. |
|
ChatCategoryActive | boolean |
None. |
|
LanguageID | integer |
None. |
|
ChatCategoryID | integer |
None. |
|
ChatCategoryPriority | integer |
None. |
|
ChatCategoryName | string |
None. |
|
PhotoUUID | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUIDCur": "f0c3ffad-a958-49d7-af57-cfe8eef775b6", "ChatCategoryActive": true, "LanguageID": 1, "ChatCategoryID": 1, "ChatCategoryPriority": 1, "ChatCategoryName": "sample string 2", "PhotoUUID": "f317c872-d305-40c0-bba0-19455ada5548" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}