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": "6437b836-aae2-449f-8fc2-d2f74b56a472",
"locator": "sample string 2",
"id_pos_sesion": "297188a9-0e89-4e11-a18f-f251586757ae",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-09-06T06:46:16.1352734+02:00",
"date_logout": "2026-09-06T06:46:16.1352734+02:00",
"terminal_type": "sample string 7",
"id_user": "8a4a1384-d9b4-400e-a167-6f059a41ad46"
}
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": "fb8f4d54-c918-4883-bdc2-b43029ce011d",
"locator": "sample string 2",
"id_pos_sesion": "225ffefa-c178-4f67-a788-0a7bf256bcca",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-09-06T06:46:16.1352734+02:00",
"date_logout": "2026-09-06T06:46:16.1352734+02:00",
"terminal_type": "sample string 7",
"id_user": "b8bff184-bbb3-43e6-a672-d7d36829dcbf"
}