POST api/AdminTest/AdmSaveTestChat
AdmSaveTestChat
Request Information
URI Parameters
None.
Body Parameters
AdmSaveTestChatName | 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": "ceb36818-a023-445e-bf81-f88a91561ba2", "ChatUUID": "302b3965-74f2-46f6-9b40-365b068a28b0", "TestChatActive": true, "LanguageID": 1, "GiftPackUUIDLng": "ba4e0751-7b0f-48d5-9c3e-c8fa1e033bc0", "ResourceFactor": 1.1, "Power": 1, "TestChatTiming": "2025-06-07T21:14:24.8536653+03:00", "TestChatDurationH": 1, "TestChatActiveLng": true, "UserUUIDCur": "1badda0f-ecaf-463b-ba01-5af8ba256ea7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}