PUT api/Tt_Cmd_Connection
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": "813f7440-2827-4724-8b50-134150cd289d",
"locator": "sample string 2",
"id_pos_sesion": "c8fc90b3-ceb6-4d3a-a5db-f939cd68bfff",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-05-09T09:34:00.7165852+02:00",
"date_logout": "2026-05-09T09:34:00.7165852+02:00",
"terminal_type": "sample string 7",
"id_user": "cf4cf35f-b0e6-4839-9cb4-28e6bb7fb085"
}
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": "8a033261-18cb-49fb-ba5a-9c65d51274ce",
"locator": "sample string 2",
"id_pos_sesion": "86f6fbec-2cd0-49fa-b5d4-041acb96834b",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-05-09T09:34:00.7165852+02:00",
"date_logout": "2026-05-09T09:34:00.7165852+02:00",
"terminal_type": "sample string 7",
"id_user": "870711c0-338e-456a-bd61-7dcb5e8a328d"
}