POST api/AdminPlay/SavePlayChat
AdmSaveNewsChat
Request Information
URI Parameters
None.
Body Parameters
SaveNewsChat_Request| Name | Description | Type | Additional 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": "dc64cf72-1047-4517-8bf7-80eb91a21ee5",
"ChatUUID": "511ea6d2-9767-4f01-abd0-5813f21c8325",
"NewsChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "1b5a901a-5739-4c94-b38f-bd3e467dff11",
"ResourceFactor": 1.1,
"Power": 1,
"NewsChatTiming": "2025-11-17T10:17:51.6106402+02:00",
"NewsChatDurationH": 1,
"NewsChatActiveLng": true,
"UserUUIDCur": "34097c25-6434-41c4-889f-f3bcdb59ec41"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}