POST api/AdminChatNotiff/GetChatCategory

AdmGetChatCategory

Request Information

URI Parameters

None.

Body Parameters

request_GetChatCategory
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

ChatCategoryActive

boolean

None.

LanguageID

integer

None.

ChatCategoryID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "29997a1d-91d0-47e1-8ab3-f2b9a5a33662",
  "ChatCategoryActive": true,
  "LanguageID": 1,
  "ChatCategoryID": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]