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": "b65a1588-9a3e-440f-b35f-78944a8bbdff", "ChatCategoryActive": true, "LanguageID": 1, "ChatCategoryID": 1, "ChatCategoryPriority": 1, "ChatCategoryName": "sample string 2", "PhotoUUID": "98340281-1490-4245-9f2c-f83f569e8458" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}