GET api/Tt_Pos_Sesion?id_pos_sesion_g={id_pos_sesion_g}&date_tax_g={date_tax_g}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion_g | globally unique identifier |
Required |
|
| date_tax_g | 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. |
|
| locator_mgta | string |
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. |
|
| amt_tip | decimal number |
None. |
|
| amt_tip_cash | decimal number |
None. |
|
| amt_tip_card | 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": "df740e64-ad3c-42bc-9bea-38b76a4fb292",
"locator_mgta": "sample string 2",
"sesion_num": "sample string 3",
"date_tax": "2026-09-06T06:24:20.6548371+02:00",
"date_open": "2026-09-06T06:24:20.6548371+02:00",
"date_close": "2026-09-06T06:24:20.6548371+02:00",
"doc_ini": "sample string 7",
"doc_end": "sample string 8",
"amt_cash": 9.1,
"amt_card": 10.1,
"amt_tot": 11.1,
"amt_tip": 12.1,
"amt_tip_cash": 13.1,
"amt_tip_card": 14.1,
"id_pos_mask": "sample string 15",
"id_pos_type": "007dffe3-5a8f-4142-b89c-2914db005f44",
"pos_type_name": "sample string 17",
"status_ps": 18,
"list_sales": [
{
"$id": "2",
"id_pos_type": "ef5567a0-b6a4-4bfd-8d22-b56699eb328c",
"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",
"is_tkt": true
},
{
"$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": "4f95d7e1-3924-40ca-bcd6-9ec3de80c1ac",
"id_user": "4fc44b3d-3ea2-4487-a5f1-61a0a078e946",
"external_id": "sample string 3",
"user_name": "sample string 4",
"amt_card": 5.1,
"amt_cash": 6.1,
"date_add": "2026-09-06T06:24:20.6548371+02:00",
"detail": [
{
"$id": "6",
"id_user": "38761f29-9980-4d27-a61a-6e5c4bc1dcbe",
"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"
}
]