GET api/Tt_Pos_Sesion?id_pos={id_pos}&date_tax={date_tax}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos | globally unique identifier |
Required |
|
| date_tax | date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of pos_sesion_custom| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
None. |
|
| sesion_num | string |
None. |
|
| date_tax | date |
None. |
|
| date_open | date |
None. |
|
| date_close | date |
None. |
|
| doc_ini | string |
None. |
|
| doc_end | string |
None. |
|
| amt_cash | decimal number |
None. |
|
| amt_card | decimal number |
None. |
|
| amt_tot | decimal number |
None. |
|
| id_pos_mask | string |
None. |
|
| id_pos_type | globally unique identifier |
None. |
|
| pos_type_name | string |
None. |
|
| status_ps | integer |
None. |
|
| list_sales | Collection of pos_sesion_sales |
None. |
|
| list_pays_office | Collection of pos_sesion_sale_pay |
None. |
|
| list_tips | Collection of pos_sesion_sale_tip |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id_pos_sesion": "ca5df7cd-9b40-4d5c-9659-faaef8b38041",
"sesion_num": "sample string 2",
"date_tax": "2025-12-08T21:30:30.223272+01:00",
"date_open": "2025-12-08T21:30:30.223272+01:00",
"date_close": "2025-12-08T21:30:30.223272+01:00",
"doc_ini": "sample string 6",
"doc_end": "sample string 7",
"amt_cash": 8.1,
"amt_card": 9.1,
"amt_tot": 10.1,
"id_pos_mask": "sample string 11",
"id_pos_type": "7af1cead-3f03-4d56-97bd-3d17dc974819",
"pos_type_name": "sample string 13",
"status_ps": 14,
"list_sales": [
{
"$id": "2",
"id_pos_type": "527d5a95-929f-40eb-8cc5-003c0f890223",
"pos_type_name": "sample string 2",
"list_sales_det": [
{
"$id": "3",
"item_name": "sample string 1",
"item_sub_name": "sample string 2",
"amt_tot": 3.1,
"qty": 4.1,
"price": 5.1,
"pay_type_name": "sample string 6"
},
{
"$ref": "3"
}
]
},
{
"$ref": "2"
}
],
"list_pays_office": [
{
"$id": "4",
"doc_num": "sample string 1",
"pay_name": "sample string 2",
"aut_name": "sample string 3",
"amt_tot": 4.1
},
{
"$ref": "4"
}
],
"list_tips": [
{
"$id": "5",
"id_tip": "d9030a7f-9d62-46a7-ac5a-17f9c83ca01d",
"id_user": "f7f1a88b-6a80-48cd-a1e4-a574ec8bfee2",
"external_id": "sample string 3",
"user_name": "sample string 4",
"amt_card": 5.1,
"amt_cash": 6.1,
"date_add": "2025-12-08T21:30:30.223272+01:00",
"detail": [
{
"$id": "6",
"id_user": "64b22961-b3ca-4ed8-b610-c3a2e57b8ace",
"external_id": "sample string 2",
"user_name": "sample string 3",
"amt_card": 4.1,
"amt_cash": 5.1,
"type_share": 6
},
{
"$ref": "6"
}
]
},
{
"$ref": "5"
}
]
},
{
"$ref": "1"
}
]