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": "3801fbf2-4e88-40a7-9622-2f9d5055f065",
  "ChatUUID": "f821c491-561b-4416-862a-8f75bee612b0",
  "NewsChatActive": true,
  "NewsChatActiveLng": true,
  "LanguageID": true,
  "UserUUIDCur": "888900bd-9b69-4efa-816a-fe26affab7e6"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]