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": "6f2f5e55-191e-4f7a-8562-d331daa77b88", "ChatCategoryActive": true, "LanguageID": 1, "ChatCategoryID": 1, "ChatCategoryPriority": 1, "ChatCategoryName": "sample string 2", "PhotoUUID": "fe703b0b-e0fa-4ef4-8441-6119fdb07272" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}