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": "dd2e30c5-5265-4bba-acc2-ff8b23d5b8e5",
"ChatCategoryActive": true,
"LanguageID": 1,
"ChatCategoryID": 1,
"ChatCategoryPriority": 1,
"ChatCategoryName": "sample string 2",
"PhotoUUID": "187722d7-1292-4e18-b15c-bba6041a2aa7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}