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": "203d8230-9441-4e6b-a64b-3d9ea61bdeb7",
  "ChatActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "b724b780-7bd9-4510-ae5e-a065a90d0bef"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]