POST api/AdminTest/AdmSaveTestChat
AdmSaveTestChat
Request Information
URI Parameters
None.
Body Parameters
AdmSaveTestChat| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| TestChatActive | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| GiftPackUUIDLng | globally unique identifier |
None. |
|
| ResourceFactor | decimal number |
None. |
|
| Power | integer |
None. |
|
| TestChatTiming | date |
None. |
|
| TestChatDurationH | integer |
None. |
|
| TestChatActiveLng | boolean |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUUID": "e51a3cdd-d869-45a8-955f-b8d5bf73b5c4",
"ChatUUID": "d664986f-f7a1-4cd0-9aae-bd1bcda90897",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "a587bb56-a711-49d2-a4b4-d987b89cce14",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2026-08-05T03:56:30.2460943+03:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "53a1ccbb-4c10-4125-ac53-fbf1a3e4ea2a"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}