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": "0a6302e5-fd38-406c-8f4e-6911d2cb444c",
  "ChatUUID": "056fb4e9-f2d0-494f-8fbb-39a2e6790a4b",
  "NewsChatActive": true,
  "NewsChatActiveLng": true,
  "LanguageID": true,
  "UserUUIDCur": "d87b0e89-fbed-4ad9-a76a-f5254ecaafef"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]