POST api/AdminTest/AdmGetTestChat
AdmGetTestChat
Request Information
URI Parameters
None.
Body Parameters
AdminGetTestChat| Name | Description | Type | Additional information |
|---|---|---|---|
| TestUUID | globally unique identifier |
None. |
|
| ChatUUID | globally unique identifier |
None. |
|
| TestActive | boolean |
None. |
|
| TestActiveLng | boolean |
None. |
|
| ChatActive | boolean |
None. |
|
| ChatActiveLng | boolean |
None. |
|
| LanguageID | integer |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"TestUUID": "0f2e3754-e97e-46f1-bd1d-ec65aef23c3a",
"ChatUUID": "0dbc25b8-f033-454b-b8d6-d5e96af72036",
"TestActive": true,
"TestActiveLng": true,
"ChatActive": true,
"ChatActiveLng": true,
"LanguageID": 1,
"UserUUIDCur": "ad126383-001c-4bc6-bb62-2946bb97618f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]