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": "77de0215-a92e-4c8f-a3f2-f765338f053d",
"ChatUUID": "11f4d041-22d3-4c31-bd7b-10b270538055",
"TestActive": true,
"TestActiveLng": true,
"ChatActive": true,
"ChatActiveLng": true,
"LanguageID": 1,
"UserUUIDCur": "06351832-3af2-4b37-b3ed-32fa05124054"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]