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": "5788295b-f8e2-446a-8ffa-c7550f542c70",
"locator": "sample string 2",
"id_pos_sesion": "5b3f541e-4a03-4811-bb7b-c8b1c677629b",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-07-08T06:22:49.8169232+02:00",
"date_logout": "2026-07-08T06:22:49.8169232+02:00",
"terminal_type": "sample string 7",
"id_user": "49cb3b14-1b76-4af3-84a2-136b54d51003"
}
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": "17b024b6-4798-46ac-9c4b-a05c4a60e039",
"locator": "sample string 2",
"id_pos_sesion": "4effb8da-6f66-4a89-91be-8766b18723a1",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-07-08T06:22:49.8187912+02:00",
"date_logout": "2026-07-08T06:22:49.8187912+02:00",
"terminal_type": "sample string 7",
"id_user": "c49a5415-8b57-4741-9df1-5a37dcc1da57"
}