PUT api/tt_cmd_connection/logout
Request Information
URI Parameters
None.
Body Parameters
cmd_connection| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| locator | string |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| terminal_id | string |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
|
| date_login | date |
None. |
|
| date_logout | date |
None. |
|
| terminal_type | string |
None. |
|
| id_user | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "24df5851-bca4-4310-8674-59758fe0f772",
"locator": "sample string 2",
"id_pos_sesion": "0a6c757e-f9d0-4256-ac4e-a27634d07a65",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-05-09T09:33:53.0741836+02:00",
"date_logout": "2026-05-09T09:33:53.0741836+02:00",
"terminal_type": "sample string 7",
"id_user": "ebb45906-2a27-4918-bba5-42646d39a476"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
cmd_connection| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| locator | string |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| terminal_id | string |
None. |
|
| success | boolean |
None. |
|
| message | string |
None. |
|
| date_login | date |
None. |
|
| date_logout | date |
None. |
|
| terminal_type | string |
None. |
|
| id_user | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "144af62a-cff3-4983-b975-20347ca3bcb3",
"locator": "sample string 2",
"id_pos_sesion": "3f1ccc7f-f721-433d-82a3-9dbc1d3e4ff7",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-05-09T09:33:53.0741836+02:00",
"date_logout": "2026-05-09T09:33:53.0741836+02:00",
"terminal_type": "sample string 7",
"id_user": "c8abf772-a5c8-46b7-bba3-700edd08dc4f"
}