POST api/AdminChatNotiff/SaveChatCategory
AdmSaveChatCategory
Request Information
URI Parameters
None.
Body Parameters
request_SaveChatCategory| Name | 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": "43346e9f-cc5e-4249-b407-176512c42c40",
"ChatCategoryActive": true,
"LanguageID": 1,
"ChatCategoryID": 1,
"ChatCategoryPriority": 1,
"ChatCategoryName": "sample string 2",
"PhotoUUID": "efe841d0-5adb-44d7-a4ba-383dc7457d3f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}