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": "98bb3d55-82ec-4eea-81d0-6251c02688cb",
"locator": "sample string 2",
"id_pos_sesion": "7bbcbfc3-c5f9-40d4-90bc-fd1768cb29f0",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-07-08T06:20:22.7875662+02:00",
"date_logout": "2026-07-08T06:20:22.7875662+02:00",
"terminal_type": "sample string 7",
"id_user": "8740c8a4-269e-49d9-a36c-006767ec2264"
}
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": "6f200eda-8c9f-4942-b328-be47bd7829e8",
"locator": "sample string 2",
"id_pos_sesion": "6995365f-6dfd-4f40-bc53-63fdd6fdcfa0",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-07-08T06:20:22.7875662+02:00",
"date_logout": "2026-07-08T06:20:22.7875662+02:00",
"terminal_type": "sample string 7",
"id_user": "42a043f8-f07e-47f4-b00d-281358e45ea7"
}