GET api/Tt_Tips?id_pos_sesion_ex={id_pos_sesion_ex}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_ex | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of sp_Tips_Export_Result| Name | Description | Type | Additional 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": "6d9eed27-453d-4df4-90a3-6e3eb57f20d8",
"nro_z": 1,
"id_pos": "cddbcd50-3031-44ca-bb00-0daefab9236b",
"pos_name": "sample string 2",
"pos_zone": "sample string 3",
"id_branch": "eebddac0-eaef-430b-937d-b914945ab0f1",
"id_user": "1325251c-f15b-48a4-b137-b6629e0b52e7",
"user_name": "sample string 5",
"external_id": "sample string 6",
"id_pos_type": "b0f92f18-a4aa-4e96-a91d-1757484ae48d",
"pos_type_name": "sample string 8",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_room_unit_activity": "2cf97d6d-9ff4-4ce8-9a19-6ee282b948f2",
"id_room_unit": "a8c7afce-e450-43ac-be1b-157c7ea9490a",
"id_room": "15c08592-68e9-4369-b06f-a5b884fafcb1",
"ru_name": "sample string 9",
"r_name": "sample string 10",
"created_on": "2026-05-09T09:38:42.7833347+02:00"
},
{
"$ref": "1"
}
]