POST api/AdminPlay/GetPlayChat

AdmGetNewsChat

Request Information

URI Parameters

None.

Body Parameters

GetNewsChat_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

ChatUUID

globally unique identifier

None.

NewsChatActive

boolean

None.

NewsChatActiveLng

boolean

None.

LanguageID

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "76491736-9979-47bc-9597-6cd0a299fb98",
  "ChatUUID": "9c262f1b-773f-425c-af79-5c4da62dbed9",
  "NewsChatActive": true,
  "NewsChatActiveLng": true,
  "LanguageID": true,
  "UserUUIDCur": "1751e5fb-d6e9-4741-ab9b-4e7932a9f70b"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]