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": "df2cfc14-eb89-472c-9cc9-da4ff5738692",
"ChatCategoryActive": true,
"LanguageID": 1,
"ChatCategoryID": 1,
"ChatCategoryPriority": 1,
"ChatCategoryName": "sample string 2",
"PhotoUUID": "0e3a3b5f-77d7-4810-a7e6-eac8db351f9e"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}