POST api/AdminChatNotiff/GetChat

AdmGetChat

Request Information

URI Parameters

None.

Body Parameters

GetChat_Request
NameDescriptionTypeAdditional information
ChatUUID

globally unique identifier

None.

ChatActive

boolean

None.

LanguageID

integer

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ChatUUID": "47d54220-116c-4fd6-8fe6-4e2ef4ec7fdc",
  "ChatActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "f9576b49-987f-4218-bb0f-d7bf4e9659fd"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]