GET api/Tt_Vouchers?id_pos_sesion={id_pos_sesion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_pos_sesion | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of tt_vouchers| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_voucher | integer |
Required |
|
| locator_voucher | string |
Max length: 20 |
|
| qr_code | string |
Required Max length: 1000 |
|
| date_from | date |
Required |
|
| date_end | date |
Required |
|
| date_used | date |
None. |
|
| date_sesion | date |
None. |
|
| id_employee | globally unique identifier |
Required |
|
| id_branch | globally unique identifier |
Required |
|
| id_voucher_permision | globally unique identifier |
None. |
|
| amt_tot | decimal number |
None. |
|
| amt_pen | decimal number |
None. |
|
| by_amount | boolean |
Required |
|
| by_item_category | boolean |
Required |
|
| qty_applied | integer |
None. |
|
| locator_entry | string |
Max length: 20 |
|
| locator_event | string |
Max length: 20 |
|
| is_only_use | boolean |
Required |
|
| price_ref | boolean |
None. |
|
| supply_apply | integer |
None. |
|
| id_pay | globally unique identifier |
Required |
|
| id_user_add | globally unique identifier |
Required |
|
| id_doc_sa | globally unique identifier |
None. |
|
| id_item_sub | globally unique identifier |
None. |
|
| id_pos_sesion | globally unique identifier |
None. |
|
| is_authorized | boolean |
Required |
|
| is_automatic | boolean |
None. |
|
| print_in_branch | boolean |
Required |
|
| printed | boolean |
Required |
|
| is_entry | boolean |
Required |
|
| is_consume | boolean |
Required |
|
| is_used_entry | boolean |
Required |
|
| is_used_consume | boolean |
Required |
|
| is_close | boolean |
Required |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| commited | boolean |
None. |
|
| mt_branches | mt_branches |
None. |
|
| mt_employees | mt_employees |
None. |
|
| mt_payment_types | mt_payment_types |
None. |
|
| st_users | st_users |
None. |
|
| tt_doc_sa_pay | Collection of tt_doc_sa_pay |
None. |
|
| tt_vouchers_det | Collection of tt_vouchers_det |
None. |
|
| tt_vouchers_permisions | tt_vouchers_permisions |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "8a330fe2-101b-44b0-9ff1-6e3361379e92",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T09:43:34.4255401+01:00",
"date_end": "2026-03-10T09:43:34.4255401+01:00",
"date_used": "2026-03-10T09:43:34.4255401+01:00",
"date_sesion": "2026-03-10T09:43:34.4255401+01:00",
"id_employee": "70e19203-ff3d-4b30-a415-09d1345b3a82",
"id_branch": "dafdf4ce-cd38-4993-8fe7-605f3452440c",
"id_voucher_permision": "5223640a-6977-4689-99ca-9af9e9941fc0",
"amt_tot": 1.1,
"amt_pen": 1.1,
"by_amount": true,
"by_item_category": true,
"qty_applied": 1,
"locator_entry": "sample string 11",
"locator_event": "sample string 12",
"is_only_use": true,
"price_ref": true,
"supply_apply": 1,
"id_pay": "bd79542b-6104-4686-abed-bff50e24513a",
"id_user_add": "7bd30de1-9418-4ec8-9c88-2888eb79f26d",
"id_doc_sa": "c3718aaf-0fda-4b7b-b2da-32c897f60a1b",
"id_item_sub": "083a4956-c2f3-45a2-ad56-c6fe544ae9c8",
"id_pos_sesion": "20d40fcd-b173-401a-aac8-8e1911ec229e",
"is_authorized": true,
"is_automatic": true,
"print_in_branch": true,
"printed": true,
"is_entry": true,
"is_consume": true,
"is_used_entry": true,
"is_used_consume": true,
"is_close": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"commited": true,
"mt_branches": {
"$id": "2",
"id": "6e68064d-8d37-479e-b230-5dea26adfc9b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"cif": "sample string 5",
"address": "sample string 6",
"tel_01": "sample string 7",
"tel_02": "sample string 8",
"mail": "sample string 9",
"cp": "sample string 10",
"location": "sample string 11",
"id_image": "6fb15f15-03cd-44f0-925e-c362cac96e65",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "a1503f0c-b2d4-4d66-9ac4-579c49f2acaf",
"commited": true,
"st_images": {
"$id": "3",
"id": "daf93ef2-0f67-4e11-abd6-05a1e385a4fe",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "a38d47b5-f204-47b8-a814-e20384364657",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_categories": [
{
"$id": "4",
"id": "fd1d461d-7b36-48c9-af01-5dc9faac7b24",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "3e3cf73f-bacd-4817-af48-be72bb119473",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "edcd62b9-0c2b-4988-9ecf-70ac4dda2599",
"view_pos": true,
"order": 8,
"order_sec": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"font_bold": true,
"font_underline": true,
"font_size": 15,
"big_buttons": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "50e813f6-f421-4a25-a859-07ea3a6ae772",
"commited": true,
"mt_categories_items": [
{
"$id": "5",
"id_category": "364e71ab-8493-4215-8847-d34279fc5f33",
"id_item": "5925776a-ec51-4bf4-ab3d-6e5732b0512b",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "6186456d-836e-4d40-b02e-c3dc6a5d49ca",
"commited": true,
"mt_categories": {
"$ref": "4"
},
"mt_items": {
"$id": "6",
"id": "d7e56d00-2847-48ac-b12c-457418a57ba6",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "d7a78324-461b-4372-ac6c-9f6b5d3bbe66",
"id_unit_sec": "31f36f39-f265-4649-9c29-e6222d2183cb",
"id_brand": "3d6a8efe-4841-432d-b878-2d7222ada92f",
"b_sale": true,
"b_stock": true,
"b_price": true,
"b_unique": true,
"b_exclude_control": true,
"tax": 12.1,
"change_price": true,
"force_printing": true,
"is_ticket": true,
"is_supply": true,
"define_price": true,
"is_multi_sub": true,
"external_id": "sample string 19",
"name_pos": "sample string 20",
"name_print": "sample string 21",
"id_image": "be05c9bc-e294-4f78-8fba-6ad6039cd487",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"font_bold": true,
"font_underline": true,
"font_size": 29,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "359dde61-724a-4889-9650-9b35140d957b",
"commited": true,
"mt_brands": {
"$id": "7",
"id": "7833e5f6-5887-4f0f-9231-21b4e9555cee",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "b1c341e5-2cb3-42c3-a4cb-3eaf8bf4b42a",
"commited": true,
"mt_items": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"st_users": {
"$id": "8",
"id": "f20b4504-10ec-4e91-9846-c08136d948f3",
"username": "sample string 2",
"password": "sample string 3",
"first_name": "sample string 4",
"last_name": "sample string 5",
"external_id": "sample string 6",
"email": "sample string 7",
"mobile": "sample string 8",
"nif": "sample string 9",
"block": true,
"id_user_profile": "0c14dc67-9945-4d11-a313-63633915ab5b",
"view_messages": true,
"id_image_photo": "2347037e-4579-4523-a5bd-36d2fb0aa399",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "e12c8123-3d4d-4105-909f-a67edf56f68c",
"view_pos": true,
"order": 15,
"color_border": "sample string 16",
"color_button": "sample string 17",
"color_font": "sample string 18",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_branches_zones": [
{
"$id": "9",
"id": "1dcb37fe-31de-43fa-84b3-b872ea07e75a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "cc388583-9dff-48f6-b198-ca25c6fd3e3d",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "98a0794e-95ce-40d2-a50e-5be242be7cd1",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_pos": [
{
"$id": "10",
"id": "26b6057b-8051-4574-840c-26b8130b5241",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "6c8ef179-bc5b-4e0e-80c4-2ea0c01507c2",
"id_zone": "f2bc90f4-39f2-4e10-9dcc-784e0de47ea5",
"user_required": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "41aafccd-8af0-4551-aee7-8fb4aa8340fa",
"commited": true,
"mt_branches_zones": {
"$ref": "9"
},
"mt_cloakrooms": [
{
"$id": "11",
"id": "e874c500-a811-441a-85e6-9c2f2a3602d8",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "b91e9afe-06d3-484b-9279-642ce6e5216e",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "286bca2d-9ad3-4eb4-820c-90dac66f6351",
"view_pos": true,
"order": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "d782913f-de43-4e76-8d87-7b87e98ba1b9",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"tt_cloakrooms_units": [
{
"$id": "12",
"id": "7f3b06c2-3f26-4a3f-92d2-2ecc397eb050",
"id_cloakroom": "9e932705-411d-4cdd-b02b-f5c75d981d57",
"id_pos_sesion": "5636765a-b6ad-4676-bfaf-445d4432ff37",
"unit_id": 4,
"date_open": "2026-03-10T09:43:34.4255401+01:00",
"date_close": "2026-03-10T09:43:34.4255401+01:00",
"id_doc_sa": "e089e52f-7f90-44c7-80ca-187516a1dd06",
"commited": true,
"mt_cloakrooms": {
"$ref": "11"
},
"tt_doc_sa": {
"$id": "13",
"id": "78d6479a-0c71-4ee1-a26b-da1b11f0c05d",
"id_pos": "0b811bbd-582a-4221-9bde-3039037960c2",
"id_doc": "e26e4da7-8961-49d5-917e-1c4496b95209",
"id_branch": "cab70f75-96cd-4723-9bc5-0f069c9c4661",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:43:34.4255401+01:00",
"date_tax": "2026-03-10T09:43:34.4255401+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "25be167a-1f52-4e09-a603-18e649a0e2c0",
"id_relationship": "3987c03d-e75c-41f4-ba4c-a5ca6ede6805",
"id_loc_from": "e94928b7-a9f5-4a79-862a-f72c7e54588f",
"id_loc_end": "4a9ed4bf-53bd-40ba-9617-5d7354899162",
"id_user_add": "2379a120-4391-48a2-9303-a5c85f12218e",
"id_user_upd": "24deab40-dfd2-4a87-9a66-94e269a6b7a8",
"comment": "sample string 12",
"id_pos_sesion": "a54fb0f8-4a2e-47d7-9f94-4675ea9e4e7d",
"id_room_unit": "5e445b49-a4ec-4af9-8710-4326ecccd243",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "78569d5e-b17b-433b-88e1-14821dc6180e",
"p_dis": 15.1,
"p_chr": 16.1,
"amt_net": 17.1,
"amt_tax": 18.1,
"amt_dis": 19.1,
"amt_chr": 20.1,
"amt_tot": 21.1,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "2"
},
"mt_docs": {
"$id": "14",
"id": "238b2af7-0ef4-4982-8627-852e6c8d805e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"type_doc": "sample string 5",
"stock": true,
"sign_stock": 1,
"sign_money": 7,
"cash_flow": true,
"block": true,
"symbol": "sample string 10",
"prefix": "sample string 11",
"ask_det": true,
"ask_pay": true,
"reserved": true,
"sale": true,
"user_required": true,
"view_in_report": true,
"open_sesion_st": true,
"amt_greater": 19.1,
"correlation_control": true,
"name_pos": "sample string 21",
"id_image": "ee8a1bad-411b-412e-8093-58752a928d3f",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "4e910bb5-6098-48db-959b-a0c20805496e",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "15",
"id_doc": "078c94d0-f281-46a1-b006-30ec31383df8",
"id_pay": "08f853a2-8512-43bb-9e61-43bcc77f942c",
"id_money": "7ee8b591-ec69-43f9-9668-44d01efc2e5b",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "3bc55d2a-d899-4e8a-840b-84b48d54acbb",
"commited": true,
"mt_docs": {
"$ref": "14"
},
"mt_money_types": {
"$id": "16",
"id": "9644608f-103b-4657-b802-4a2119bcb9c8",
"id_mask": "sample string 2",
"name": "sample string 3",
"symbol": "sample string 4",
"symbol_large": "sample string 5",
"name_pos": "sample string 6",
"id_image": "0df6752a-3744-417c-9f77-4d2bfe3b80ad",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "29b0bdb4-00b4-4d11-943d-2debf9e74157",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"mt_money_rates": [
{
"$id": "17",
"id_money_1": "eb1f7f99-e72b-4890-a7d1-94e31806e4e6",
"id_money_2": "ad9b8b9d-8459-4e88-a8d1-a2f76d4ba409",
"date_from": "2026-03-10T09:43:34.4255401+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "9d2d759d-1589-4e9c-b986-3092978ea86c",
"commited": true,
"mt_money_types": {
"$ref": "16"
},
"mt_money_types1": {
"$ref": "16"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "17"
}
],
"mt_money_rates1": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"tt_doc_sa_cashflow": [
{
"$id": "18",
"id_doc_sa": "fd603b82-cbd9-4ff9-a82a-2b128b5fb1dc",
"id_pay": "ab5650c8-263f-450e-9745-bd7986046ec1",
"id_money": "fb2e00d0-d5a4-4c43-86c2-4f60f8410c04",
"date_cashflow": "2026-03-10T09:43:34.4255401+01:00",
"coefficient": 5.1,
"id_user_add": "b9020cd9-effc-4066-8437-2d06208c6075",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "19",
"id": "55772a93-5026-4057-80b4-72753d787b1b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"cash": true,
"voucher": true,
"description_voucher": "sample string 7",
"open_box": true,
"authorization_required": true,
"symbol": "sample string 10",
"name_pos": "sample string 11",
"id_image": "0c7f8b94-28ed-4314-a744-4d168504a7e2",
"view_pos": true,
"order": 13,
"color_border": "sample string 14",
"color_button": "sample string 15",
"color_font": "sample string 16",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "1419ab83-a4c1-45fb-90f0-2e97309e0780",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"tt_doc_sa_cashflow": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"tt_doc_sa_pay": [
{
"$id": "20",
"id_doc_sa": "e22f136d-641c-42d7-ba55-caac4fd4562f",
"id_line": 2,
"id_pay": "0441cca4-fd83-484a-a2b4-35a1577aa536",
"id_money": "4692171e-22d2-4126-acc6-897a88432ef1",
"coefficient": 5.1,
"id_voucher": "b0f22643-87c5-406c-afff-bbef8f078741",
"id_employee": "3f861f01-9f0a-4667-ae59-95c7767339d3",
"amt_tot_md": 6.1,
"amt_tot_mo": 7.1,
"amt_cash_pay": 1.1,
"amt_cash_return": 1.1,
"json_response": "sample string 8",
"id_doc_ref": "2be1f0ec-c215-487b-b113-36018439406d",
"coupon_id": "sample string 9",
"terminal_id": "sample string 10",
"card_name": "sample string 11",
"card_bank": "sample string 12",
"card_number": "sample string 13",
"client_name": "sample string 14",
"money_type": "sample string 15",
"merchant_id": "sample string 16",
"aid": "sample string 17",
"auth_num": "sample string 18",
"authorization": true,
"signature": true,
"contactless": true,
"date_hour_pay": "sample string 19",
"terminal_name": "sample string 20",
"active": true,
"mt_employees": {
"$id": "21",
"id": "eec50bb3-3935-45f4-8143-c6f9dde60972",
"id_mask": "sample string 2",
"first_name": "sample string 3",
"last_name": "sample string 4",
"nickname": "sample string 5",
"external_id": "sample string 6",
"email": "sample string 7",
"mobile": "sample string 8",
"nif": "sample string 9",
"authorization": true,
"id_employee_profile": "215e929e-7f00-4f6b-905d-1ce890bf82c5",
"name_pos": "sample string 12",
"id_image": "04e4e596-3022-42ee-83be-ab3e1c3fc878",
"view_pos": true,
"order": 14,
"color_border": "sample string 15",
"color_button": "sample string 16",
"color_font": "sample string 17",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "2b5f8462-ecde-4619-b2d9-2773074db350",
"commited": true,
"mt_employees_branches": [
{
"$id": "22",
"id_employee": "f10323d6-b78e-42a1-b8f0-880f845f1b92",
"id_branch": "722ff7b8-3e25-40be-8134-f583e79487e0",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "10046ce5-1cc5-4ca6-b007-8fd4b353ef71",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_employees": {
"$ref": "21"
}
},
{
"$ref": "22"
}
],
"mt_employees_profiles": {
"$id": "23",
"id": "a55145df-ee58-48b5-8089-6743613f3923",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "57e9511c-5ed6-40b3-b0ba-6450c2121d62",
"commited": true,
"mt_employees": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"st_users": {
"$ref": "8"
}
},
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"tt_doc_sa_det": [
{
"$id": "24",
"id_doc_sa": "22af33fb-ce67-4721-8196-6431ab8c7ff4",
"id_line": 2,
"id_item_sub": "1986ad28-155d-4ae9-b4c0-3d8f57eefd26",
"qty": 4.1,
"id_list": "73095ca5-050a-4132-a110-912610b7eb68",
"unit_price": 5.1,
"p_dis": 6.1,
"p_chr": 7.1,
"tax": 8.1,
"amt_net": 9.1,
"amt_tax": 10.1,
"amt_dis": 11.1,
"amt_chr": 12.1,
"amt_tot": 13.1,
"id_voucher": "ce471f23-c055-4bd1-9956-641ea7215da3",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "255be2f3-b083-4e82-9637-c1962bdadc4a",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "8595bc17-5961-471b-b2fb-fa340b22677e",
"id_user_upd": "0b5a9c28-eed5-40ac-924f-79b3573787a0",
"active": true,
"mt_employees": {
"$ref": "21"
},
"mt_items_sub": {
"$id": "25",
"id": "8076aadb-2796-4a33-88c2-01291519ddda",
"id_item": "ab246fdd-1b5f-4122-866b-ae262e409aab",
"id_item_type": "d535cbb6-34ba-4265-8ae6-2999fe08ae79",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "1bf018b5-94a1-4c10-9673-2b23acd06d3f",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "8ee66778-3aa0-4326-b9ef-971fb294da32",
"commited": true,
"mt_items": {
"$ref": "6"
},
"mt_items_formula": [
{
"$id": "26",
"id_item_sub": "fa838c5f-b063-4773-9673-d660ea79b7c1",
"id_item": "c187e6a9-b078-424a-9634-04810c3358a2",
"group_id": 3,
"id_unit_ref": "b31e443a-a0e9-4a5a-9abe-aa193df3648f",
"qty_dis": 5,
"mt_items": {
"$ref": "6"
},
"mt_items_sub": {
"$ref": "25"
},
"mt_units_ref": {
"$id": "27",
"id": "4774624d-2615-4456-b180-7458bcdea17c",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "e8e8459a-66a0-4c49-881b-9c830146975f",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "8d4b1afc-80d6-4624-baac-19cae4b66072",
"commited": true,
"mt_units": {
"$id": "28",
"id": "67992b2f-b82d-4ee4-9b89-d79bbc4ce849",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "3b4a36c7-b005-48ce-a043-62e576944ad5",
"commited": true,
"mt_units_ref": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"st_users": {
"$ref": "8"
},
"mt_items": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_items1": [
{
"$ref": "6"
},
{
"$ref": "6"
}
]
},
"st_users": {
"$ref": "8"
},
"mt_items_formula": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
}
},
{
"$ref": "26"
}
],
"mt_items_types": {
"$id": "29",
"id": "66c35613-d6c4-45a3-b67f-55ee3e4b152d",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "c455480c-a9b1-4594-af07-2f1d940edbd2",
"view_pos": true,
"order": 7,
"color_border": "sample string 8",
"color_button": "sample string 9",
"color_font": "sample string 10",
"font_bold": true,
"font_underline": true,
"font_size": 13,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "c7de09b5-4643-42a2-bc38-523e63f85b0c",
"commited": true,
"tt_vouchers_det": [
{
"$id": "30",
"id_voucher": "a6b8160c-9697-476c-a9b0-2df63ed6be0e",
"id_line": "0e2977ae-5ef3-4a91-913b-1b901a40745d",
"id_category": "dc5aca4b-f020-4f08-98fb-72d03dff5a6f",
"id_item": "d02bd648-d7d2-4392-ba1f-769294627cc7",
"id_item_type": "39468aba-f236-4bd3-9f22-50450a6bbfd0",
"price_max": 1.1,
"qty_add": 3.1,
"qty_used": 4.1,
"mt_categories": {
"$ref": "4"
},
"mt_items": {
"$ref": "6"
},
"mt_items_types": {
"$ref": "29"
},
"tt_vouchers": {
"$ref": "1"
}
},
{
"$ref": "30"
}
],
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"mt_items_sub": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_rules": [
{
"$id": "31",
"id": "c0a58b2a-2a40-4577-8288-48e886677255",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:43:34.4255401+01:00",
"date_end": "2026-03-10T09:43:34.4255401+01:00",
"by_amt": true,
"by_pcg": true,
"ap_amount": 1.1,
"ap_percent": 1.1,
"ap_price": 1.1,
"ap_price_min": 1.1,
"ap_price_max": 1.1,
"id_branch": "fe268c17-c657-47d9-965d-00fb0eeacb6c",
"id_pos": "07d886ca-e127-4aa5-bf43-b42f29cba9bb",
"id_list": "5fac053e-abc6-40cb-b185-f8ac87fe839d",
"id_item": "155146a4-6c54-4644-864d-33aa0e10e296",
"id_item_type": "ad6e7aca-cad7-41c9-a9f5-eaf343048aa7",
"id_category": "a06084de-f994-4b14-b9a0-93e5c6e3f8a7",
"by_day_week": true,
"use_mon": true,
"use_tue": true,
"use_wed": true,
"use_thu": true,
"use_fri": true,
"use_sat": true,
"use_sun": true,
"use_hour_ini": "00:00:00.1234567",
"use_hour_end": "00:00:00.1234567",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "0bac6644-23ab-4d2d-9f50-a3d04c676624",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_categories": {
"$ref": "4"
},
"mt_items": {
"$ref": "6"
},
"mt_items_types": {
"$ref": "29"
},
"mt_pos": {
"$ref": "10"
},
"mt_prices_list": {
"$id": "32",
"id": "abead482-35b0-467d-a559-44617cce66da",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "9bc7344d-1710-4501-ae7e-313944101fe7",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "cd1941e5-22bb-46ac-b83e-e777bd15d956",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "91b8f58d-76e6-4af2-9909-0adc9f85d11a",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "33",
"id_pos": "6400bd60-6855-4c42-bd04-1506b8d688f4",
"id_pos_type": "8ff51e02-2cd6-4d04-bdde-6c9458517da5",
"id_price_list": "1f0f7394-e49f-41bb-a339-ff5b2a34673a",
"is_default": true,
"view_mon": true,
"view_tue": true,
"view_wed": true,
"view_thu": true,
"view_fri": true,
"view_sat": true,
"view_sun": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "9492cb8d-e3d2-4296-bf19-df938f978604",
"commited": true,
"mt_pos_view": {
"$id": "34",
"id_pos": "d695ff64-5ca9-4636-b4ef-79125f82b4f1",
"id_pos_type": "b994b9f2-139d-44ae-9774-6721a31b8b46",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "f3aef4a5-aeb2-4a3f-916f-8dfdd5d0205b",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"mt_pos_prices_list": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_pos_types": {
"$id": "35",
"id": "f357ad8f-0fb5-4487-afe2-f7c44a5f971b",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "7fcd14d8-f682-465b-baf5-54a367d550c1",
"commited": true,
"mt_items_featured": [
{
"$id": "36",
"id": "f7a834eb-5d4e-4082-8682-9d887f9e619a",
"id_branch": "87d2a63d-bf4a-490d-a576-9b7f2629c683",
"id_pos_type": "0f18554c-bb69-4501-aea2-32f60c92b691",
"id_pos": "b0368318-6bf0-452b-843f-b24be40b98b2",
"id_item": "757ef953-a668-4b9c-9d71-f1e79504e272",
"date_from": "2026-03-10T09:43:34.4255401+01:00",
"date_end": "2026-03-10T09:43:34.4255401+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "5b716d85-b2ae-4d55-a65f-74bda4f97ff9",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_items": {
"$ref": "6"
},
"mt_pos": {
"$ref": "10"
},
"mt_pos_types": {
"$ref": "35"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "36"
}
],
"mt_pos_doc_print": [
{
"$id": "37",
"id_pos_print": "a3a1a5a4-fa1d-45dc-a6a1-04793dd732e8",
"id_doc": "3f5d90ea-9022-463c-9f08-cabd4c02aaf7",
"id_pos_type": "1e2e5eef-c2d1-4055-9149-18dd22ad7db3",
"id_doc_print": "02887bb6-f577-44aa-ab7e-65409c8e3f29",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "ee6b1c84-3bf0-47d6-aa80-2f8bd13962d2",
"commited": true,
"mt_docs": {
"$ref": "14"
},
"mt_pos_print": {
"$id": "38",
"id": "b99180db-7b62-4238-a607-5ae1ace07d90",
"id_pos": "51b099ad-240e-4a72-b991-66419848e3f7",
"id_mask": "sample string 3",
"name": "sample string 4",
"mode_print": 5,
"port": "sample string 6",
"baud_rate": 1,
"data_bits": 1,
"stop_bit": 1,
"flow_control": 1,
"parity": 1,
"pin_cashdrawer": 1,
"ip_printer": "sample string 7",
"port_ip": 1,
"printer_name": "sample string 8",
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "db5c3c1a-0d1f-485e-8900-aa5c9619e056",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "8"
}
},
"mt_pos_types": {
"$ref": "35"
},
"st_doc_print": {
"$id": "39",
"id": "ce541cd7-d333-4585-a618-3fdac00e42e9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high_row": 5,
"high_doc": 6,
"with_doc": 7,
"to_file": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "40",
"id_doc_print": "3de227d3-c3b8-4292-8b3d-f4b0e07e9c5b",
"id_line": 2,
"text": "sample string 3",
"type_line": "sample string 4",
"type_align": "sample string 5",
"ref_line": 6,
"font_name": "sample string 7",
"font_bold": true,
"font_underline": true,
"font_color": "sample string 10",
"st_doc_print": {
"$ref": "39"
}
},
{
"$ref": "40"
}
]
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "8"
},
"mt_pos_view": [
{
"$ref": "34"
},
{
"$ref": "34"
}
]
},
"st_users": {
"$ref": "8"
}
},
"mt_prices_list": {
"$ref": "32"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "33"
}
],
"mt_prices_items": [
{
"$id": "41",
"id_list": "a9448a11-d240-4369-8608-a297d5936d85",
"id_item_sub": "2fe75f0f-9d0a-4534-95ba-cb85540c3a3d",
"validity_date": "2026-03-10T09:43:34.4255401+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "33a4e8bc-ce14-4b4e-86c8-8f158d1912db",
"commited": true,
"mt_items_sub": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "32"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "41"
}
],
"mt_prices_list1": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_prices_list2": {
"$ref": "32"
},
"mt_prices_list_rules": [
{
"$id": "42",
"id": "12eba89a-70a4-4c4c-8acf-629d38ff5856",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:43:34.4255401+01:00",
"date_end": "2026-03-10T09:43:34.4255401+01:00",
"id_branch": "6606d1d8-1901-454f-9673-83ce9352492d",
"id_pos": "d6c29bf9-ef7d-401e-b27d-c1e801ee9b2b",
"id_list": "50c12fd0-6046-4113-973c-1bc84ef513fa",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4255401+01:00",
"last_update": "2026-03-10T09:43:34.4255401+01:00",
"id_user_upd": "3aeb6ae0-f26d-41b5-a111-f4b3e40b2f49",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_pos": {
"$ref": "10"
},
"mt_prices_list": {
"$ref": "32"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "42"
}
],
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"mt_prices_rules": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"tt_doc_sa_det": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "31"
}
],
"tt_items_customs": [
{
"$id": "43",
"id": "1d04e1bb-f472-429e-a304-e9e917983f10",
"order_id": 2,
"id_item": "38448c5a-86b9-4e9a-89a2-9aef77ae57e3",
"id_item_type": "7c800224-4a21-4048-94dc-bcd4e8334f64",
"name_pos": "sample string 5",
"price": 6.1,
"color_border": "sample string 7",
"color_button": "sample string 8",
"color_font": "sample string 9",
"id_pos_sesion": "cc0f8ff0-bf69-4d30-ad08-88a1d613568b",
"type_item": 11,
"id_voucher_json": "c3a7579f-bcdf-45ca-9512-6ba71f012903",
"count_voucher": 1,
"id_category": "a417e479-84eb-40ad-826d-4c4d0fcf3582",
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "1891eacb-002f-4dc7-8118-1d00d9dd1cf3",
"commited": true,
"mt_items": {
"$ref": "6"
},
"mt_items_types": {
"$ref": "29"
},
"st_users": {
"$ref": "8"
},
"tt_pos_sesion": {
"$id": "44",
"id": "266b302a-b78a-48d7-a361-fe31b29ef0d5",
"nro_sesion": 2,
"id_pos": "2dd8902c-49a2-4e6b-b94e-0976b5d35bce",
"date_tax": "2026-03-10T09:43:34.4412169+01:00",
"date_open": "2026-03-10T09:43:34.4412169+01:00",
"date_close": "2026-03-10T09:43:34.4412169+01:00",
"id_user_open": "7e40ebde-2049-4444-b612-eb6f574170ee",
"id_user_close": "671ebac4-9751-4bc4-87df-4b86b2bc6f03",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"tt_cloakrooms_units": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"tt_items_customs": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_doc_sa_pt": [
{
"$id": "45",
"id": "08af53e9-d826-4d95-9b61-4ea616b93d5f",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "533798c6-e8b5-4db4-b836-b867d74b7653",
"type_pay": 5,
"module": "sample string 6",
"process": true,
"json_cloackrooms": "sample string 8",
"multi_select": 9,
"terminal_name": "sample string 10",
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"tt_pos_sesion": {
"$ref": "44"
}
},
{
"$ref": "45"
}
],
"tt_rooms_units_activity": [
{
"$id": "46",
"id": "5cfd89f4-2d40-452c-9f33-1e5292a1ed67",
"id_room_unit": "70498b08-9f58-4499-9cd9-ea6ce4b32316",
"id_room_list": "22bbde81-a74c-459c-a3c4-7c4f4d6efe27",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T09:43:34.4412169+01:00",
"date_from": "2026-03-10T09:43:34.4412169+01:00",
"date_end": "2026-03-10T09:43:34.4412169+01:00",
"date_open": "2026-03-10T09:43:34.4412169+01:00",
"date_close": "2026-03-10T09:43:34.4412169+01:00",
"id_employee": "45e5739d-f53c-41ec-9ed0-07ade856a51f",
"id_employee_sec": "a4114b7e-2719-486f-ac0f-fdfd851f0516",
"from_reservation": "sample string 4",
"pax": 5,
"language": "sample string 6",
"amt_min": 1.1,
"amt_tot": 1.1,
"amt_pay": 1.1,
"amt_adv_card": 1.1,
"amt_adv_cash": 1.1,
"amt_tips_card": 1.1,
"amt_tips_cash": 1.1,
"id_user_tips": "8d95111b-4c2e-4d41-8b39-d878a7b5b91c",
"comment": "sample string 7",
"id_user_open": "2a727334-74b0-4652-a845-e7c16d7e3cf2",
"id_user_close": "df99fdcc-2486-4435-aabe-d355d6cbe355",
"id_unit_state": "226ddfbd-62c5-4cee-9ef8-da7243475bb6",
"id_pos_sesion": "9bf15510-574a-4ba2-8a01-eb81efe39f20",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T09:43:34.4412169+01:00",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_employees": {
"$ref": "21"
},
"mt_employees1": {
"$ref": "21"
},
"mt_rooms_units": {
"$id": "47",
"id": "e927d61e-c326-4015-b5cf-07a9e8083cce",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "02bb828f-afaf-4f27-9ead-4221d1ce6c0c",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "0bbbd458-c5df-4ca9-9b92-0a84ae213c54",
"locked": true,
"date_locked": "2026-03-10T09:43:34.4412169+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "7ad2f7f3-9160-4f07-8a4e-fdba3c02ff27",
"commited": true,
"mt_rooms": {
"$id": "48",
"id": "3251b9c8-d86b-46cb-96fc-af8ced5a8b0d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "5132e4a0-4085-4b63-87d3-a3969fd342d3",
"name_pos": "sample string 6",
"id_image": "ca8bfc98-f939-4b71-b26c-d28a8fa83ff1",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"font_bold": true,
"font_underline": true,
"font_size": 14,
"id_image_map": "1c415e28-6fa5-4674-b43f-2d404a1d7d97",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "e11105f9-62b0-4772-9b61-7a2566c822dd",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_pos_rooms": [
{
"$id": "49",
"id_pos": "952aa7b7-badd-4679-8512-b813d1fea357",
"id_room": "c6f4b0dc-410b-4267-b257-14ef02b777e6",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "4195f68c-5aa2-4444-ab4e-89d9855107d8",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"mt_rooms": {
"$ref": "48"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "49"
}
],
"st_images": {
"$ref": "3"
},
"st_images1": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"mt_rooms_units": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_rooms_list": [
{
"$id": "50",
"id": "b715a8f7-128a-4a19-a07c-0b9f06c5564c",
"id_room": "053c18c2-749e-4b09-b7b1-127484ba12c2",
"date_in": "2026-03-10T09:43:34.4412169+01:00",
"date_out": "2026-03-10T09:43:34.4412169+01:00",
"id_user_add": "9c3bb8ec-0673-4f2d-b062-3879e92b071c",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_rooms": {
"$ref": "48"
},
"st_users": {
"$ref": "8"
},
"tt_rooms_units_activity": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
{
"$ref": "50"
}
]
},
"mt_rooms_units_types": {
"$id": "51",
"id": "82d05b84-4a8b-4970-ad29-4b383907c310",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "163aad12-cc19-484c-bfab-b1acf3c6853a",
"commited": true,
"mt_rooms_units": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"mt_rooms_units_states_types": [
{
"$id": "52",
"id_room_type": "dcb1c675-bf0e-4961-9aa8-dd343a639adf",
"id_room_state": "049f7104-5560-4ffe-b1c5-003507898e38",
"id_image": "14964afd-ab4d-4609-a67b-6b1edace9608",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "a80d5a29-e370-47b0-b36b-6e2fab5250a5",
"commited": true,
"mt_rooms_units_states": {
"$id": "53",
"id": "e2df756d-3b56-42ea-9e8f-eef0f786447a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "ab94e071-f55d-4d17-82ae-d4bedc721bc4",
"commited": true,
"st_users": {
"$ref": "8"
},
"mt_rooms_units_states_types": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"tt_rooms_units_activity": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"mt_rooms_units_types": {
"$ref": "51"
},
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "52"
}
],
"st_users": {
"$ref": "8"
}
},
"st_users": {
"$ref": "8"
},
"tt_rooms_units_activity": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"mt_rooms_units_states": {
"$ref": "53"
},
"st_users": {
"$ref": "8"
},
"st_users1": {
"$ref": "8"
},
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_pos_sesion": {
"$ref": "44"
},
"tt_rooms_list": {
"$ref": "50"
}
},
{
"$ref": "46"
}
],
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_tips": [
{
"$id": "54",
"id": "364ed3d0-fdcc-45ad-b3dc-054baae81eb1",
"id_pos_sesion": "f63d7cac-4476-42d2-900c-6a0a64215af8",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "22cc7f12-01e3-405f-8e22-9710c1451453",
"id_room_unit_activity": "239c1cd2-c149-4b81-b947-d3257f47bdf0",
"id_doc_sa": "7c9552b7-7010-4153-8a44-f572a284e68d",
"id_pos_type": "6a6b2de0-4498-410f-b883-bf2f50696896",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "ce25a071-4c43-4daf-a2bb-7f0a196cda7e",
"coupon_id": "sample string 7",
"terminal_id": "sample string 8",
"card_name": "sample string 9",
"card_bank": "sample string 10",
"card_number": "sample string 11",
"client_name": "sample string 12",
"money_type": "sample string 13",
"merchant_id": "sample string 14",
"aid": "sample string 15",
"auth_num": "sample string 16",
"authorization": true,
"signature": true,
"contactless": true,
"date_hour_pay": "sample string 17",
"terminal_name": "sample string 18",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "44"
},
"tt_tips_users": [
{
"$id": "55",
"id_tip": "9d8e6da1-8b29-4f34-87dd-aa69cabce23e",
"id_user": "60c08f3d-9851-4d6b-9ce3-9e7836555762",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_users": {
"$ref": "8"
},
"tt_tips": {
"$ref": "54"
}
},
{
"$ref": "55"
}
]
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "8"
},
"st_users1": {
"$ref": "8"
},
"tt_pos_sesion_users": [
{
"$id": "56",
"id_pos_sesion": "8cdd8756-e019-4d9e-b39c-5c50501cbe01",
"id_user": "a3cc6906-bce5-4928-a388-49808ff3f81c",
"date_add": "2026-03-10T09:43:34.4412169+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_users": {
"$ref": "8"
},
"tt_pos_sesion": {
"$ref": "44"
}
},
{
"$ref": "56"
}
]
}
},
{
"$ref": "43"
}
]
},
"mt_items_vouchers": {
"$id": "57",
"id": "c43b6d59-20bb-40c6-9962-f57b1d81c107",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "6bb7dc59-31d0-4ab5-8438-7ca442d29d4e",
"id_doc_print": "3682990b-f6f1-4692-afb6-e1c00fdb1230",
"hour_end": "00:00:00.1234567",
"price_item_sub": true,
"define_validity": true,
"price_ref": true,
"price_min": 11.1,
"supply_apply": 12,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "25"
},
{
"$ref": "25"
}
]
},
"st_users": {
"$ref": "8"
},
"mt_prices_items": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"tt_doc_sa_det": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"mt_prices_list": {
"$ref": "32"
},
"st_users": {
"$ref": "8"
},
"st_users1": {
"$ref": "8"
},
"tt_doc_sa": {
"$ref": "13"
},
"tt_doc_sa_det_stock": [
{
"$id": "58",
"id_doc_sa": "48745eae-7f9b-406d-bb28-ccc1ea7d86e2",
"id_line": 2,
"id_item": "0a59055a-c863-4255-82f7-4a49c6a69e9f",
"qty": 4.1,
"mt_items": {
"$ref": "6"
},
"tt_doc_sa_det": {
"$ref": "24"
}
},
{
"$ref": "58"
}
]
},
{
"$ref": "24"
}
],
"tt_doc_sa_pay": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"tt_vouchers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"tt_vouchers_permisions": [
{
"$id": "59",
"id": "6fedc635-76a5-46a8-9043-968167092dc5",
"date_from": "2026-03-10T09:43:34.4412169+01:00",
"date_end": "2026-03-10T09:43:34.4412169+01:00",
"date_used": "2026-03-10T09:43:34.4412169+01:00",
"id_employee": "4e7f3a3c-3f16-4961-831f-413577aa79f6",
"id_branch": "d21692f8-9f50-4818-b76d-e52a65214c7c",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "51dd6b37-9fa8-4ada-aa86-df6793480c85",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_employees": {
"$ref": "21"
},
"st_users": {
"$ref": "8"
},
"tt_vouchers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
{
"$ref": "59"
}
],
"tt_rooms_units_activity": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "46"
},
{
"$ref": "46"
}
]
},
"mt_money_types": {
"$ref": "16"
},
"mt_payment_types": {
"$ref": "19"
},
"tt_doc_sa": {
"$ref": "13"
},
"tt_vouchers": {
"$ref": "1"
}
},
{
"$ref": "20"
}
],
"tt_vouchers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"st_users": {
"$ref": "8"
},
"mt_money_types": {
"$ref": "16"
},
"tt_doc_sa": {
"$ref": "13"
}
},
{
"$ref": "18"
}
],
"tt_doc_sa_pay": [
{
"$ref": "20"
},
{
"$ref": "20"
}
]
},
"mt_payment_types": {
"$ref": "19"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "15"
}
],
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_num": [
{
"$id": "60",
"id_pos": "0055b1d6-212a-4355-ba63-68539e805465",
"id_doc": "8887d3d3-ab72-4410-9dfc-6dff9cad3f74",
"value": 3,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_docs": {
"$ref": "14"
},
"mt_pos": {
"$ref": "10"
}
},
{
"$ref": "60"
}
],
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_st": [
{
"$id": "61",
"id": "6089a964-f245-41da-9164-e658c6477a49",
"id_pos": "1f5f07f3-a640-4560-8833-eaaa9c2c687b",
"id_doc": "40e1d24f-4bb9-461b-8056-b21712a96c75",
"id_branch": "918e985f-9613-449e-80a4-fd17c585b21d",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:43:34.4412169+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "151a242d-2594-4a36-b24a-131165779ab3",
"id_loc_from": "fb8da26d-b4fc-45e9-9888-7f1c3f80bdb5",
"id_loc_end": "7e4b6fec-433b-4baf-916f-36afbb0beb9b",
"id_user_add": "3465fbd1-8a7f-419f-a922-4f823f3ddcd5",
"id_user_upd": "41e94fa1-14ce-4fd2-9a8b-f36d9671ce26",
"id_pos_sesion": "d13798a3-7074-4d6d-9d2f-de60c06278fc",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T09:43:34.4412169+01:00",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"mt_docs": {
"$ref": "14"
},
"mt_locations": {
"$id": "62",
"id": "7faffe4f-b054-48bc-9cb1-5c28bb07508d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "611fd7bc-b9ca-4d1f-9678-a99205fad9f1",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"id_user_upd": "dfc5930d-a4a2-4ee8-9156-0ccf2fba8939",
"commited": true,
"mt_branches": {
"$ref": "2"
},
"st_users": {
"$ref": "8"
},
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_sa1": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_st": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_doc_st1": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_stock": [
{
"$id": "63",
"id_location": "b7916d60-de7e-4bc2-89b5-b177b44dbd08",
"id_item": "783d66cc-e3ab-435d-b562-6bc269b86d23",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_items": {
"$ref": "6"
},
"mt_locations": {
"$ref": "62"
}
},
{
"$ref": "63"
}
]
},
"mt_locations1": {
"$ref": "62"
},
"mt_pos": {
"$ref": "10"
},
"st_users": {
"$ref": "8"
},
"st_users1": {
"$ref": "8"
},
"tt_doc_st_det": [
{
"$id": "64",
"id_doc_st": "97e7237a-8d62-49a0-932b-9636f334caed",
"id_line": 2,
"id_item": "baca23c3-e708-4afc-91be-831716089ae9",
"comment": "sample string 4",
"qty": 5.1,
"status": 1,
"active": true,
"mt_items": {
"$ref": "6"
},
"tt_doc_st": {
"$ref": "61"
}
},
{
"$ref": "64"
}
],
"tt_doc_st1": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_doc_st2": {
"$ref": "61"
}
},
{
"$ref": "61"
}
]
},
"mt_locations": {
"$ref": "62"
},
"mt_locations1": {
"$ref": "62"
},
"mt_pos": {
"$ref": "10"
},
"st_users": {
"$ref": "8"
},
"st_users1": {
"$ref": "8"
},
"tt_cloakrooms_units": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"tt_doc_sa_det": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"tt_doc_sa_pay": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"tt_doc_sa1": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_sa2": {
"$ref": "13"
},
"tt_pos_sesion": {
"$ref": "44"
},
"tt_rooms_units_activity": {
"$ref": "46"
},
"tt_spool_doc_print": [
{
"$id": "65",
"id": "8ad223e4-2b1e-4197-a4c9-d7b8db183762",
"spool_server": "sample string 2",
"id_doc_sa": "2b916eb4-9ed4-4727-a6d6-780cf809b097",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"printed": true,
"print_on": "2026-03-10T09:43:34.4412169+01:00",
"tt_doc_sa": {
"$ref": "13"
}
},
{
"$ref": "65"
}
]
},
"tt_pos_sesion": {
"$ref": "44"
}
},
{
"$ref": "12"
}
]
},
{
"$ref": "11"
}
],
"mt_items_featured": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"st_users": {
"$ref": "8"
},
"mt_pos_view": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"mt_prices_list_rules": [
{
"$ref": "42"
},
{
"$ref": "42"
}
],
"mt_prices_rules": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"st_doc_num": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"st_pos_license": [
{
"$id": "66",
"id": "f6026185-4570-4f8e-8f1e-d75e21ec1458",
"id_pos": "f20de267-b262-49fe-b8ec-aac409aa4cca",
"mac_address": "sample string 3",
"date_end": "2026-03-10T09:43:34.4412169+01:00",
"key_access": "sample string 5",
"id_user_add": "62e13f73-4105-406a-934c-f58576de78e3",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "66"
}
],
"st_users_pos": [
{
"$id": "67",
"id_user": "eb0955ba-2c5c-41c4-9fac-cb6adf54de94",
"id_pos": "e083fb93-9d70-4be9-8142-a59f1316c1a6",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "67"
}
],
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_pos_connection": [
{
"$id": "68",
"id": "626fc569-6a22-4855-8341-91e0781522a8",
"id_pos": "ddce4e77-6f12-4aa9-b926-b57037c118a8",
"date_add": "2026-03-10T09:43:34.4412169+01:00",
"date_upd": "2026-03-10T09:43:34.4412169+01:00",
"date_out": "2026-03-10T09:43:34.4412169+01:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "10"
}
},
{
"$ref": "68"
}
],
"tt_pos_sesion": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"mt_branches": {
"$ref": "2"
},
"tt_logs": [
{
"$id": "69",
"id": "bdcff1bc-584d-4166-afbb-0e1bc54cb380",
"id_user_add": "0e2920f2-7aa8-4f13-8ae3-8b1620f3dca6",
"id_table": "42c7d257-025d-417a-ab81-4d9dc2835526",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "38769862-c693-467f-b76a-22b9ce4a9e74",
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_pos": {
"$ref": "10"
},
"st_sync_tables": {
"$id": "70",
"id": "e4de7b2b-831c-46a0-aca3-c97bf8421066",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "71",
"id": "52095991-d3ab-4de0-a3ec-907b5ed9f95b",
"id_sync": "7034d36a-93c1-4694-84cf-ff07d9ac4c81",
"json": "sample string 3",
"id_table": "8a455870-c222-43c2-9df3-179e220e0fc3",
"order": 5,
"st_sync_packages": {
"$id": "72",
"id": "86e43f72-f049-46b9-a226-c8dd6a5e51dc",
"id_branch_from": "0e58e05a-dbdd-4a22-abfa-bccc8ba8a56c",
"id_branch_to": "98565fc2-6e58-46aa-9196-9f0a9572b839",
"type": 4,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T09:43:34.4412169+01:00",
"send_on": "2026-03-10T09:43:34.4412169+01:00",
"mt_branches": {
"$ref": "2"
},
"mt_branches1": {
"$ref": "2"
},
"st_sync_packages_det": [
{
"$ref": "71"
},
{
"$ref": "71"
}
]
},
"st_sync_tables": {
"$ref": "70"
}
},
{
"$ref": "71"
}
],
"tt_logs": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "69"
}
],
"st_local_variables": [
{
"$id": "73",
"id": "2d798a18-9109-483d-a606-983925fbb61f",
"id_pos": "84d1b2a7-16df-405e-80fc-c58c914817b6",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_pos": {
"$ref": "10"
}
},
{
"$ref": "73"
}
],
"tt_doc_st": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
},
{
"$ref": "10"
}
],
"st_users": {
"$ref": "8"
}
},
{
"$ref": "9"
}
],
"mt_brands": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_categories": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories_items": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"mt_cloakrooms": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs_payment_money": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"mt_employees": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_employees_profiles": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_items": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_items_featured": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_items_sub": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_items_types": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_locations": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"mt_money_rates": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_money_types": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_payment_types": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_pos": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_pos_prices_list": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"mt_pos_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_pos_view": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"mt_prices_items": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"mt_prices_list": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_prices_list_rules": [
{
"$ref": "42"
},
{
"$ref": "42"
}
],
"mt_prices_rules": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_rooms": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_rooms_units": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"mt_rooms_units_states": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_types": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"mt_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"mt_units_ref": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"st_images": {
"$ref": "3"
},
"st_images1": {
"$ref": "3"
},
"st_permisions": [
{
"$id": "74",
"id": "5029d05b-e78c-4a0e-bb9d-107aa407ac1f",
"id_function": "790d2503-02bc-48c7-9795-9e93308b14a1",
"id_user": "ac05fb68-d523-40d8-b482-5e731f911ac2",
"id_profile": "3059ddf4-51c1-447a-a651-264054a52d64",
"permission": 3,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_users_profiles": {
"$id": "75",
"id": "c851cb41-c728-4d52-bed8-e70e9b283a60",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_permisions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"st_users": [
{
"$ref": "8"
},
{
"$ref": "8"
}
]
},
"st_users": {
"$ref": "8"
},
"st_functions": {
"$id": "76",
"id": "038c685b-d2b8-418a-986b-0664d7991f7d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "ee4d6412-e385-4b1b-b303-239c4a0ac2d4",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "59b26695-d3ad-4fd5-93eb-2cdd625467c9",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"font_bold": true,
"font_underline": true,
"font_size": 16,
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_functions_groups": {
"$id": "77",
"id": "6e47e1b2-34e1-48d6-a9ed-ea13950bd387",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_functions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
},
"st_images": {
"$ref": "3"
},
"st_permisions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
}
},
{
"$ref": "74"
}
],
"st_pos_license": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"st_users_pos": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"st_users_profiles": {
"$ref": "75"
},
"st_users_token": [
{
"$id": "78",
"id": "f88b0f60-eef5-4458-a373-b4d1d9cd7901",
"token_id": "sample string 2",
"id_user": "6d031af6-c873-4b02-ba5d-9b587e9e0e15",
"date_from": "2026-03-10T09:43:34.4412169+01:00",
"date_end": "2026-03-10T09:43:34.4412169+01:00",
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"st_users": {
"$ref": "8"
}
},
{
"$ref": "78"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"tt_doc_sa_det": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"tt_doc_sa_det1": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_sa1": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_st": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_doc_st1": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_items_customs": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_logs": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"tt_pos_sesion": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_pos_sesion1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_rooms_list": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_rooms_units_log": [
{
"$id": "79",
"id": "d08f6f25-cad3-4dde-8d18-7b97d7a05f84",
"id_room_activity": "ef0499ad-a30e-46da-9ca6-7d7dd56e5e01",
"id_pos_sesion": "736338cd-c494-4d5c-8b59-25ab8062f8a9",
"log_text": "sample string 4",
"id_user": "14c80cf6-c98f-4673-9e44-fd9c62779681",
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_users": {
"$ref": "8"
}
},
{
"$ref": "79"
}
],
"tt_tips_users": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_vouchers_permisions": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"tt_vouchers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_docs": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_pos_sesion_users": [
{
"$ref": "56"
},
{
"$ref": "56"
}
]
}
},
"mt_categories_items": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"mt_items_featured": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_items_formula": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_units": {
"$ref": "28"
},
"mt_units1": {
"$ref": "28"
},
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"mt_items_sub": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_rules": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_doc_st_det": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"tt_items_customs": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_stock": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"tt_vouchers_det": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
"st_users": {
"$ref": "8"
}
},
{
"$ref": "5"
}
],
"st_images": {
"$ref": "3"
},
"st_users": {
"$ref": "8"
},
"mt_prices_rules": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"tt_vouchers_det": [
{
"$ref": "30"
},
{
"$ref": "30"
}
]
},
{
"$ref": "4"
}
],
"mt_employees": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_items": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_items_types": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_money_types": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_payment_types": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_prices_list": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_rooms": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_rooms1": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"st_functions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_images_types": {
"$id": "80",
"id": "7f106d09-0e6b-4d31-831d-7675bbc65525",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"st_images": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"mt_docs": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"st_users": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_users1": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_cloakrooms": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
"st_users": {
"$ref": "8"
},
"mt_branches_zones": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_employees_branches": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_items_featured": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_locations": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"mt_periods": [
{
"$id": "81",
"id_branch": "115cd1e2-f934-4f92-9bc8-b131c826b893",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T09:43:34.4412169+01:00",
"date_end": "2026-03-10T09:43:34.4412169+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T09:43:34.4412169+01:00",
"last_update": "2026-03-10T09:43:34.4412169+01:00",
"commited": true,
"mt_branches": {
"$ref": "2"
}
},
{
"$ref": "81"
}
],
"mt_pos": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"mt_prices_list_rules": [
{
"$ref": "42"
},
{
"$ref": "42"
}
],
"mt_prices_rules": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_rooms": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"st_sync_packages": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"st_sync_packages1": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tt_doc_sa": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_st": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_vouchers": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"tt_vouchers_permisions": [
{
"$ref": "59"
},
{
"$ref": "59"
}
]
},
"mt_employees": {
"$ref": "21"
},
"mt_payment_types": {
"$ref": "19"
},
"st_users": {
"$ref": "8"
},
"tt_doc_sa_pay": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"tt_vouchers_det": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_vouchers_permisions": {
"$ref": "59"
}
},
{
"$ref": "1"
}
]