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": "489afd11-f96d-4eb2-a3dc-ba084a7f25a6",
"locator": "sample string 2",
"id_pos_sesion": "4a11924d-4d68-45ad-982a-fc2c07b9ae12",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-09-06T06:55:46.1885675+02:00",
"date_logout": "2026-09-06T06:55:46.1885675+02:00",
"terminal_type": "sample string 7",
"id_user": "098f017d-8f08-472d-b279-1a0aa9a872a4"
}
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": "b0673d62-b62f-4777-82ec-b0bef7d6a6b3",
"locator": "sample string 2",
"id_pos_sesion": "77643633-694d-463b-8fe6-554766a9b114",
"terminal_id": "sample string 4",
"success": true,
"message": "sample string 6",
"date_login": "2026-09-06T06:55:46.1885675+02:00",
"date_logout": "2026-09-06T06:55:46.1885675+02:00",
"terminal_type": "sample string 7",
"id_user": "503fa15e-242f-4c73-872c-41978f48bfc9"
}