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": "78a9aeed-f76e-4990-be5a-bbfdf01d1880",
  "ChatActive": true,
  "LanguageID": 1,
  "UserUUIDCur": "7759edba-5f8d-41d2-afef-27bd3e2083f3"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]