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": "9fbca4a5-c06b-4492-bd69-48574b89d5f1",
"ChatUUID": "fb7c8efd-3d08-43b9-b568-b3f70372681c",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "12221d65-db7c-49b8-8795-e67ad7b3b7cb",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2026-03-21T23:34:13.2869736+02:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "d1620d44-8362-449e-baa1-46427aab0e94"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}