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": "a82c99ef-5dcb-45c0-83bc-a2ee0b627ee2",
"nro_z": 1,
"id_pos": "18e7bfcc-d728-4242-a604-042738d29398",
"pos_name": "sample string 2",
"pos_zone": "sample string 3",
"id_branch": "40c2cd1a-285b-4052-a95f-163282cd1175",
"id_user": "258d93b2-2587-4226-9797-0ead54ce79dc",
"user_name": "sample string 5",
"external_id": "sample string 6",
"id_pos_type": "63f6297a-4250-44fe-9706-969fd43d017b",
"pos_type_name": "sample string 8",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_room_unit_activity": "57b91578-e185-4393-a87e-3bfc591fd9d9",
"id_room_unit": "a8d7ffcc-7684-4c18-b694-33735e9858b9",
"id_room": "4a0eee5b-c860-410d-85a2-3df1a184d0cd",
"ru_name": "sample string 9",
"r_name": "sample string 10",
"created_on": "2025-12-08T21:28:47.4670631+01:00"
},
{
"$ref": "1"
}
]