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": "346fd3ee-3802-45e0-9676-99175d43f335",
  "ChatActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "43dfdadc-5747-4e0d-85dc-d161642d27b5"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]