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": "0fdd1e18-bb78-4c02-9eb7-5ffece3cdd58",
  "ChatUUID": "8e14bd65-47b4-4a92-a5d3-584398f7449a",
  "NewsChatActive": true,
  "NewsChatActiveLng": true,
  "LanguageID": true,
  "UserUUIDCur": "f7f04958-81c0-48a9-bf03-8759339d5623"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]