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": "9da91479-03ed-42f5-9827-e03302f1a8e7",
"locator": "sample string 2",
"id_pos_sesion": "f09b702c-2832-4563-9735-30ccd0140ad8",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-05-09T09:33:58.4752389+02:00",
"date_logout": "2026-05-09T09:33:58.4752389+02:00",
"terminal_type": "sample string 7",
"id_user": "e5e3985e-6b24-44eb-b604-a80fb32d4010"
}
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": "004417f4-7058-412d-9ccd-28d8f15f541f",
"locator": "sample string 2",
"id_pos_sesion": "f848be2d-0226-4784-b8a7-87c3d70f18e4",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-05-09T09:33:58.4752389+02:00",
"date_logout": "2026-05-09T09:33:58.4752389+02:00",
"terminal_type": "sample string 7",
"id_user": "715980d3-0a5e-4304-9efd-870c48f12dfa"
}