POST api/AdminPlay/SavePlayChat

AdmSaveNewsChat

Request Information

URI Parameters

None.

Body Parameters

SaveNewsChat_Request
NameDescriptionTypeAdditional information
NewsUUID

globally unique identifier

None.

ChatUUID

globally unique identifier

None.

NewsChatActive

boolean

None.

LanguageID

integer

None.

GiftPackUUIDLng

globally unique identifier

None.

ResourceFactor

decimal number

None.

Power

integer

None.

NewsChatTiming

date

None.

NewsChatDurationH

integer

None.

NewsChatActiveLng

boolean

None.

UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "NewsUUID": "45a4c3fd-9f45-4b50-9b67-0ab06167bd6b",
  "ChatUUID": "65d055b4-9274-4012-a242-43a063d44686",
  "NewsChatActive": true,
  "LanguageID": 1,
  "GiftPackUUIDLng": "6229a3c0-9568-442f-a114-2b68f567ed25",
  "ResourceFactor": 1.1,
  "Power": 1,
  "NewsChatTiming": "2025-04-19T09:27:53.3506151+03:00",
  "NewsChatDurationH": 1,
  "NewsChatActiveLng": true,
  "UserUUIDCur": "c90c8169-3cf1-4c8a-bcb9-4b08698d0b44"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}