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": "91a9b11e-b65a-477c-9d74-162a1baab18d",
  "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:
[
  {},
  {}
]