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": "2948ec5a-10eb-4f8f-b924-9c5140fc415d",
"ChatUUID": "6f23d1e9-b99f-42db-adc0-50e5fc8342c9",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "73627d51-4cd2-46d1-9c8a-bc6a94751c5a",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2026-05-06T15:43:23.3561695+03:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "5c8a32fb-0524-48a7-b2cb-096ab71d2b14"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}