PUT api/tt_cmd_connection/logout

Request Information

URI Parameters

None.

Body Parameters

cmd_connection
NameDescriptionTypeAdditional 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": "4b1cfc59-e7ef-428f-9328-a27cd42c79f5",
  "locator": "sample string 2",
  "id_pos_sesion": "68904c2b-a08e-4323-a0a4-811b02f6a23d",
  "terminal_id": "sample string 4",
  "success": true,
  "message": "sample string 6",
  "date_login": "2026-09-06T06:46:51.7123937+02:00",
  "date_logout": "2026-09-06T06:46:51.7123937+02:00",
  "terminal_type": "sample string 7",
  "id_user": "cbe66b60-8ff6-4ab9-8752-d7d5739d72be"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

cmd_connection
NameDescriptionTypeAdditional 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": "7bbdd1bb-5afe-4cae-851e-597336713cd0",
  "locator": "sample string 2",
  "id_pos_sesion": "8194fd62-aa02-472d-b255-15c439a29b67",
  "terminal_id": "sample string 4",
  "success": true,
  "message": "sample string 6",
  "date_login": "2026-09-06T06:46:51.7123937+02:00",
  "date_logout": "2026-09-06T06:46:51.7123937+02:00",
  "terminal_type": "sample string 7",
  "id_user": "ac5dcabf-2b53-4534-8a3c-69adcc10ba05"
}