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": "a46a373c-9179-408d-a5ee-b34e962af059",
  "ChatUUID": "91ed3af0-9a7f-467c-8fcf-406d70138155",
  "NewsChatActive": true,
  "NewsChatActiveLng": true,
  "LanguageID": true,
  "UserUUIDCur": "b4af5535-7da1-4bc1-a238-4ec4f90450e1"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]