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": "77fdbbd7-50f6-4de7-bc80-9f207002068a",
"ChatCategoryActive": true,
"LanguageID": 1,
"ChatCategoryID": 1,
"ChatCategoryPriority": 1,
"ChatCategoryName": "sample string 2",
"PhotoUUID": "b7a09397-e360-4c44-9257-db8a2fe30a69"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}