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": "f54b6003-bbdb-400f-903c-6170e462821a",
"ChatUUID": "ac6e9d00-445f-43bd-b61d-52e689738ba8",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "cdf52dd9-9620-4dda-a9f1-6c977a8eb029",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2026-02-04T05:18:39.0394139+02:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "cbced9db-8777-4e07-a43e-fd0d064dd8a6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}