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": "09909969-0861-4c15-a7db-9f2e91476de1",
  "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:
[
  {},
  {}
]