GET api/Tt_Tips?id_pos_sesion_ex={id_pos_sesion_ex}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_pos_sesion_ex

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of sp_Tips_Export_Result
NameDescriptionTypeAdditional information
id_pos_sesion

globally unique identifier

None.

nro_z

integer

None.

id_pos

globally unique identifier

None.

pos_name

string

None.

pos_zone

string

None.

id_branch

globally unique identifier

None.

id_user

globally unique identifier

None.

user_name

string

None.

external_id

string

None.

id_pos_type

globally unique identifier

None.

pos_type_name

string

None.

amt_card

decimal number

None.

amt_cash

decimal number

None.

id_room_unit_activity

globally unique identifier

None.

id_room_unit

globally unique identifier

None.

id_room

globally unique identifier

None.

ru_name

string

None.

r_name

string

None.

created_on

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id_pos_sesion": "1f6365da-9767-49e9-b24e-d90e4c6d27c7",
    "nro_z": 1,
    "id_pos": "1213a5a2-e71f-4b3c-a2ec-67afe8fbed9b",
    "pos_name": "sample string 2",
    "pos_zone": "sample string 3",
    "id_branch": "52af43a3-d0d3-4c65-b62f-e577ac2b6560",
    "id_user": "8fbd1774-6296-4b5f-84ed-9101ea602c80",
    "user_name": "sample string 5",
    "external_id": "sample string 6",
    "id_pos_type": "1331937b-6c84-4344-9dd2-b18446bf3ef5",
    "pos_type_name": "sample string 8",
    "amt_card": 1.1,
    "amt_cash": 1.1,
    "id_room_unit_activity": "c0cea86e-1111-4f99-8d35-3c6adf0ff2dc",
    "id_room_unit": "04a9554b-d6a3-4486-9da6-8ba2625bc2f5",
    "id_room": "b92df4ba-70c3-4ad2-80d7-4f02aeef59b4",
    "ru_name": "sample string 9",
    "r_name": "sample string 10",
    "created_on": "2026-03-10T07:04:19.5250078+01:00"
  },
  {
    "$ref": "1"
  }
]