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": "9b1df782-904e-486a-ba43-a86d095b212e",
"ChatUUID": "b2406e05-ad90-4860-8751-673eb349c78d",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "f83ca515-c0af-412b-a464-202847a5f3ce",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2025-11-17T10:14:23.0638559+02:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "a9a588d7-8f47-442f-b06e-4a46bb9f8fc8"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}