POST api/AdminChatNotiff/SaveChatCategory

AdmSaveChatCategory

Request Information

URI Parameters

None.

Body Parameters

request_SaveChatCategory
NameDescriptionTypeAdditional 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": "7701b194-d589-4f2f-81ba-3a2ec6af6eb6",
  "ChatCategoryActive": true,
  "LanguageID": 1,
  "ChatCategoryID": 1,
  "ChatCategoryPriority": 1,
  "ChatCategoryName": "sample string 2",
  "PhotoUUID": "3fa20995-5784-4a58-b09d-af4775c269ac"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}