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": "6af01e3b-a10c-4630-8b71-791d84dbe9b6",
"ChatUUID": "e7ca3f6a-7d22-42cb-a1c1-2f9524f574f4",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "cd283ba4-35e9-40f3-bd86-3faddb5888d1",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2026-09-19T13:09:09.0038+03:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "28e42d85-b884-441e-a0f6-d236142afd7d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}