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": "d1c87176-712c-44f1-b238-b7c62f0e4ba2",
"ChatUUID": "0f170b4b-042f-4bef-8c2e-c60c90cfee8a",
"TestChatActive": true,
"LanguageID": 1,
"GiftPackUUIDLng": "e36b8f1b-6723-46b5-a061-be4317c2e5e3",
"ResourceFactor": 1.1,
"Power": 1,
"TestChatTiming": "2026-06-20T22:52:20.6414689+03:00",
"TestChatDurationH": 1,
"TestChatActiveLng": true,
"UserUUIDCur": "2be57765-3d33-4f50-a7cc-dc03587d1a91"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}