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": "1005a9b8-8b79-4520-a900-1a7a1a1089d9",
  "ChatActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "4fffe172-5d2d-4de0-8976-0360abd7e0ab"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]