GET api/Mt_Items?all_rows={all_rows}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| all_rows | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mt_items| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_mask | string |
Required Max length: 10 |
|
| name | string |
Required Max length: 20 |
|
| description | string |
Max length: 200 |
|
| id_unit | globally unique identifier |
Required |
|
| id_unit_sec | globally unique identifier |
None. |
|
| id_brand | globally unique identifier |
Required |
|
| b_sale | boolean |
Required |
|
| b_stock | boolean |
Required |
|
| b_price | boolean |
Required |
|
| b_unique | boolean |
Required |
|
| b_exclude_control | boolean |
Required |
|
| tax | decimal number |
Required |
|
| change_price | boolean |
Required |
|
| force_printing | boolean |
Required |
|
| is_ticket | boolean |
Required |
|
| is_supply | boolean |
Required |
|
| define_price | boolean |
Required |
|
| is_multi_sub | boolean |
Required |
|
| external_id | string |
Max length: 100 |
|
| name_pos | string |
Max length: 20 |
|
| name_print | string |
Max length: 20 |
|
| id_image | globally unique identifier |
None. |
|
| view_pos | boolean |
Required |
|
| order | integer |
Required |
|
| color_border | string |
Max length: 20 |
|
| color_button | string |
Max length: 20 |
|
| color_font | string |
Max length: 20 |
|
| font_bold | boolean |
Required |
|
| font_underline | boolean |
Required |
|
| font_size | integer |
Required |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| id_user_upd | globally unique identifier |
None. |
|
| commited | boolean |
None. |
|
| mt_brands | mt_brands |
None. |
|
| mt_categories_items | Collection of mt_categories_items |
None. |
|
| mt_items_featured | Collection of mt_items_featured |
None. |
|
| mt_items_formula | Collection of mt_items_formula |
None. |
|
| mt_units | mt_units |
None. |
|
| mt_units1 | mt_units |
None. |
|
| st_images | st_images |
None. |
|
| st_users | st_users |
None. |
|
| mt_items_sub | Collection of mt_items_sub |
None. |
|
| mt_prices_rules | Collection of mt_prices_rules |
None. |
|
| tt_doc_sa_det_stock | Collection of tt_doc_sa_det_stock |
None. |
|
| tt_doc_st_det | Collection of tt_doc_st_det |
None. |
|
| tt_items_customs | Collection of tt_items_customs |
None. |
|
| tt_stock | Collection of tt_stock |
None. |
|
| tt_vouchers_det | Collection of tt_vouchers_det |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "3f3a36b2-6ea0-49e9-871d-9d5b1adb313a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "237dcb56-3c0b-4cc8-a96d-22fe4250bbfc",
"id_unit_sec": "97265cf6-921b-4d31-b274-1a55d42cf8e8",
"id_brand": "3eb0f3c1-6cb5-4ef8-b331-d48eed55ad06",
"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": "44153c76-dab7-4287-adf3-32dfa3575d4d",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "74da4394-4287-484d-b955-d089a823c773",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "8bf54ef5-cc4f-4817-acd4-e722064a79eb",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "f87b81f2-1500-411d-9177-4566c47af4db",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "26b44d79-699f-467a-b956-997b3f1d6c4a",
"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": "d8912460-d6b2-4dd1-9aa1-dcd0490ab439",
"view_messages": true,
"id_image_photo": "1991965c-bb80-45fd-a995-f9a65cf47551",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "edbd0ec7-3b8d-47f7-8a20-9e617a2e23a8",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "3de5ceb3-43f1-4e56-a92b-0689eab09379",
"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": "571d2fa4-64cf-4f20-aa70-8bf3a4275261",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "a694fac7-8e0f-45d0-b5f1-73fafd168cc6",
"commited": true,
"st_images": {
"$id": "5",
"id": "39998402-4026-4edc-acd9-792fe448bc3f",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "3cd50103-5484-4157-9062-d4b8bcb54aff",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "aea28f51-ed52-4e27-ba10-cd70dc9176de",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "f50d56d7-69da-40d3-8201-4c7e6fcf7e7e",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "ef0a0a10-c03b-40a6-b0eb-68aaf296cf47",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "f8d885f7-8320-420b-b6eb-f23c6caf881e",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "d6939608-aa52-4272-a08d-87a12cc44c11",
"id_item": "91e3841b-d73d-4242-a59e-c21ad57462da",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "3b8a034b-4c33-45e6-bffb-21b1408f8815",
"commited": true,
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "7"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$id": "8",
"id": "797039ac-4c87-4a14-ab6f-48e6c49436cd",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+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": "eca40604-7678-41ba-870d-ac7e2d892d68",
"id_pos": "9ce6adc4-feba-410c-a6b9-4f3358e0b8cc",
"id_list": "c9a4ad9c-a4de-4fad-adeb-0d7373009583",
"id_item": "addfb4ee-dfce-4923-9cb3-d289d1ca36e9",
"id_item_type": "d6a9b2f5-8693-4268-82dd-889b919a392d",
"id_category": "e92721e4-06c8-40da-b169-136704e310fd",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "9dadebea-689d-4f89-b59b-b362288157e9",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "fe9dd499-05d0-4030-91af-98e632f942b8",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "b0c8c128-7da0-4f92-982c-452a2ffeaff1",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "bbce1956-a967-40db-bc66-55be4eae7102",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "b98d7282-03a9-47d0-902a-43c4054b1406",
"id_line": "1016c1ab-b1b5-469b-a486-bfc0132ca8cd",
"id_category": "007f8f46-63cf-4bd0-982b-efeafc524b87",
"id_item": "526380e6-6643-450a-8392-88e1555eb6fc",
"id_item_type": "68222679-40bc-4eba-a2bb-b1b9c5230e03",
"price_max": 1.1,
"qty_add": 3.1,
"qty_used": 4.1,
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$ref": "9"
},
"tt_vouchers": {
"$id": "11",
"id": "c90f8b0c-6dc8-43e6-a59d-e0829c5bad03",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"date_used": "2026-03-10T09:39:30.0889971+01:00",
"date_sesion": "2026-03-10T09:39:30.0889971+01:00",
"id_employee": "b1f4fcc8-dac0-4de3-ab2f-68ef89e5c999",
"id_branch": "334d56c8-085c-4609-a8f6-879c361177a7",
"id_voucher_permision": "4da7eb82-49f0-42f1-8282-390e6c1294cb",
"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": "3e563033-33a6-46dd-a473-cde81fb6e5b2",
"id_user_add": "b2ddc133-fb25-4932-96f7-3249db43b81c",
"id_doc_sa": "3f933cde-6a67-47f0-8a11-941329484d3e",
"id_item_sub": "09840950-71b2-4e1b-920f-f90ebca9984e",
"id_pos_sesion": "c4c79cde-bac0-4fff-b46b-d1a145e9728c",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "72fbe50a-f028-415b-ab5f-ca6344c4317e",
"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": "26273035-f361-4d60-b538-f8c9138ed8d5",
"name_pos": "sample string 12",
"id_image": "b2a2a85f-0265-4c75-8c51-ef5412db4312",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "77d00153-cde5-4ef8-a82d-d3f46c3e6796",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "b03ddba2-406b-4d3d-92f7-8dc4de9a3021",
"id_branch": "a011396a-afe2-4ea3-bcfc-6dac9801c796",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "4bd0febf-ea50-4679-8bd6-62e6ec65d429",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "37491775-aea2-421b-8a86-a7bf96f56563",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "0a6b24f0-61a0-4e69-9837-33465c38a020",
"commited": true,
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"st_users": {
"$ref": "3"
}
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_det": [
{
"$id": "15",
"id_doc_sa": "6c4546ad-542e-43bd-8a68-f9f584a15870",
"id_line": 2,
"id_item_sub": "664c3165-7b68-4553-a24a-535403b7856f",
"qty": 4.1,
"id_list": "d6ae95ea-ef10-4acf-9fff-d4117985d30b",
"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": "07b7516b-6c9d-4b56-9a54-a4b4fb2aaa18",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "0304d93f-31e8-4b29-a2e2-c3dc41f9d0de",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "22e852cb-574f-4702-a605-b6ce3a7d20d5",
"id_user_upd": "1289db9b-858a-4473-acd7-3046575dca43",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "efcfa37f-1369-4b3b-a320-d2f0d5112c9f",
"id_item": "f45f5b95-27ba-40a9-9557-96ad23f1eb7c",
"id_item_type": "f25dfcd3-2160-4276-b38b-1e0e7b07593c",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "b332352b-6138-4404-8a4d-283e98511990",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "d9c650f6-3adc-4492-b66c-a4fd0a9b7fe1",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "64e02ef6-52d2-4dd7-9699-b0d9fa0c0179",
"id_item": "92424a6d-319f-4b97-9fd8-a0ad6d0691c5",
"group_id": 3,
"id_unit_ref": "d15a14ef-f0d0-4238-acd1-08940022e66a",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "f8347842-f6b2-46d9-9b84-2f0e117ef5aa",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "96ec8b97-df26-40e2-b933-e6af5b342c0e",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "94aa6c24-3bbe-4e44-b148-3c01838c74af",
"commited": true,
"mt_units": {
"$id": "19",
"id": "642802fb-b30e-4363-817a-ffb292693163",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "c56db091-fb53-4871-8203-74c49f091d2d",
"commited": true,
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_users": {
"$ref": "3"
},
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items1": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
}
},
{
"$ref": "17"
}
],
"mt_items_types": {
"$ref": "9"
},
"mt_items_vouchers": {
"$id": "20",
"id": "d22c08e7-8fe1-44c2-91f6-c8fd4284f4f0",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "c4afdb35-e04c-4b13-b8b6-d9226c0d9b62",
"id_doc_print": "984802fd-8977-4d45-8590-be1aff299b77",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "ebba94f5-ce57-4a80-998f-dfd5acce16af",
"id_item_sub": "11492401-c4db-4e23-b57c-790bb38b5a22",
"validity_date": "2026-03-10T09:39:30.0889971+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "ec705713-9ded-444d-b276-26386b1802f9",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "ef7e7532-07d4-4327-91d1-669792d17bda",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "5b8a4649-ac35-4a3d-ae21-95dd675039c7",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "d70d7039-534c-4e69-8fdd-b4d8dc724ef8",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "72c400f7-4191-4dc4-86e3-e1783a2cb693",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "15a8f127-6967-4ff1-be7d-0512c031b1d2",
"id_pos_type": "18ee9c67-b267-4ebc-9583-d1f5cc19c9ac",
"id_price_list": "71e3a2a6-9e5d-4d4f-aa12-4fadeb44f372",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "b14fcf75-23e4-44cb-879e-fb6d8c60bbc5",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "9c328bdd-c688-4a5a-9202-2bcc5afdf5d7",
"id_pos_type": "a6a1c015-52a2-4e46-9946-f0740cc8f1c1",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "1ef9a863-a2df-4668-98c3-cd79c224267f",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "a5dff613-fcec-417c-8c94-b704cba46209",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "4e60a5f7-69d7-4eaa-aa68-8d892ebaece0",
"id_zone": "29b2fa58-70a8-417b-8a18-fe6b02e9d383",
"user_required": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "0b5f44e7-3f3e-4fd1-abcc-1b77e76d371a",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "56ae5128-15fb-49c3-8ece-52276fc4c840",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "52ae8f32-cb3a-4738-9321-4940e5fb77c0",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "667e0eb7-c185-46c3-ad72-d58953ae7174",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "a65dc500-9724-401f-859a-63042799928d",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "4f9b4d5b-13cf-4b90-a644-a1e378707462",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "8ef21b54-99af-467a-b16f-2bad87dff6ec",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "b45bb34e-aacf-487a-b1bb-d61afbc73424",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "5e1c1408-87a4-4abb-8b8e-c5e628f6f077",
"id_cloakroom": "19855204-6760-4ef0-8628-d638a41896dc",
"id_pos_sesion": "482c5b48-2bc3-42e4-9120-66214ed9ebcf",
"unit_id": 4,
"date_open": "2026-03-10T09:39:30.0889971+01:00",
"date_close": "2026-03-10T09:39:30.0889971+01:00",
"id_doc_sa": "050c84f0-2703-43ef-91c8-10c5c67c1ac1",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "945b329c-5947-4d19-9700-9103995187b2",
"id_pos": "f8fb17c2-f494-4ec1-b849-fc000389fd5d",
"id_doc": "3bac6ae3-abcc-48cb-9977-7562c76e7715",
"id_branch": "316a1e2b-bef1-4570-acf7-11e550c50116",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:39:30.0889971+01:00",
"date_tax": "2026-03-10T09:39:30.0889971+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "b0c842b9-5553-498d-b915-d18466e25125",
"id_relationship": "af7146c3-dc03-4a34-8eb3-0c77e9bae8bd",
"id_loc_from": "a3644149-26ea-4bfd-9ad6-715fcb0f3804",
"id_loc_end": "8f7cbbcf-9570-4320-a3d1-ed2110b13efa",
"id_user_add": "0939f8b6-7fed-40e1-8d0b-6bfa5ca74f9e",
"id_user_upd": "0dc0929f-0972-4244-9261-81a8afc67e50",
"comment": "sample string 12",
"id_pos_sesion": "546348e1-fd42-4864-92c5-f263208b1fdd",
"id_room_unit": "6a52dcae-3f44-4ed3-b0ea-1f7e3d128f77",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "ae3c6960-276a-44f9-8abc-2029b9bba687",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "3c6fe012-eb3a-4673-934d-75a3ebbbfbe3",
"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": "7cfaef1c-6477-4ae7-81b0-4d10e8e68a5e",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "dafe7c4b-1af5-4efa-a51a-9c0018c20a0a",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "a4be7eff-08e3-488e-9901-e1077c70a79e",
"id_pay": "0b32d8c5-9cbb-4405-bfe4-cb30d178c7cf",
"id_money": "51784ed2-9c81-4565-912b-8b8939a95844",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "81f6a32b-e61e-4681-bb0e-cd694a88d576",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "43a9f46b-8569-4db6-b2af-1eb03a0edaa4",
"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": "38d45d97-8c3b-4dca-97d3-ad5a767c5f65",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "83fca054-2c43-4168-b099-a6dcbbbc2057",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "4a8589ab-4172-4239-8b96-bdc7f2a69032",
"id_money_2": "d7e876f0-5b0e-4f20-9ada-63264a06ff45",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "591516ae-5577-4bb8-af56-9313220f8c46",
"commited": true,
"mt_money_types": {
"$ref": "32"
},
"mt_money_types1": {
"$ref": "32"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "33"
}
],
"mt_money_rates1": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_cashflow": [
{
"$id": "34",
"id_doc_sa": "ef519bae-bd5f-4143-8240-8912cafb158b",
"id_pay": "1fd72bcc-5ff0-42c1-9a91-65a8b49713d2",
"id_money": "44822ce8-6252-42bf-88b4-4f996ba9fb55",
"date_cashflow": "2026-03-10T09:39:30.0889971+01:00",
"coefficient": 5.1,
"id_user_add": "66896493-32d2-430f-83ea-d82d941bdb94",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "d0c89a3e-c9ab-478b-a749-3f360888f8e8",
"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": "e37bd954-113d-4ed9-bb5f-f27e6fa1e6e0",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "9b5665ab-2edd-4875-ab04-b1907b08946f",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_pay": [
{
"$id": "36",
"id_doc_sa": "c8f37369-977a-4f41-ac36-6ae11264db68",
"id_line": 2,
"id_pay": "2f868dc0-62a6-4871-8aee-ae0441786194",
"id_money": "a3aaa1a4-4efe-4606-a010-83f9fe29baab",
"coefficient": 5.1,
"id_voucher": "0b058882-fbef-4ee0-8532-debae0b42689",
"id_employee": "07343022-2ecf-4eb5-816c-3d974611f041",
"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": "9fd3ab25-e090-4c19-83d2-ef7d1d37c5ec",
"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": {
"$ref": "12"
},
"mt_money_types": {
"$ref": "32"
},
"mt_payment_types": {
"$ref": "35"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_vouchers": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_money_types": {
"$ref": "32"
},
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "34"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "31"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_pos_doc_print": [
{
"$id": "37",
"id_pos_print": "524e549e-c4b1-4473-a333-8054d780ac7b",
"id_doc": "4daf2c8a-c4ea-4f52-8324-5dc864ecdb7e",
"id_pos_type": "156cace8-4941-4476-b194-2ec7316fc23f",
"id_doc_print": "6bc5f77a-de1b-44c4-b3ea-2f60ec171580",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "30f2b683-8f4d-4926-95e7-9a252061f123",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "6df92113-483d-42df-ac17-e39e0c091515",
"id_pos": "1d30d478-3205-4383-8fd3-40831689827b",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "d719648c-6e66-4112-9d0a-c8fcfe312e27",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "4a4899aa-a8ac-47bf-82c8-634c077e2427",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "f9479f79-6830-49ad-b513-a47b4d6e2735",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "2356e5db-f2df-4711-bd4f-b15a958401e2",
"id_branch": "0b92f7f5-7ef7-49b7-a342-b54d838b68dd",
"id_pos_type": "644ee110-17b5-4408-b1c1-ed8d8b65bafd",
"id_pos": "6aef709a-db0b-4e5b-a63f-7b5cbbf31bf9",
"id_item": "8197e93a-8135-4b74-bc39-19a01d72c08f",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "9cac18c0-857d-4ba1-8fcf-b4eab5d94f23",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_items": {
"$ref": "1"
},
"mt_pos": {
"$ref": "25"
},
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "40"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"st_doc_print": {
"$id": "41",
"id": "38a758cb-5c98-4142-a773-0074f2469295",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "1e592450-fa6b-4d55-9be3-8841f9293b52",
"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": "41"
}
},
{
"$ref": "42"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "37"
}
],
"st_doc_num": [
{
"$id": "43",
"id_pos": "b1dd773b-46c1-4a23-ab97-f665965c7f8f",
"id_doc": "6d4fb14d-f9d4-47a6-8b0e-77b5cbe0487c",
"value": 3,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "43"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$id": "44",
"id": "f0f1de33-0df2-4e33-bb83-22da78f4bd4d",
"id_pos": "c6f245bf-ef2a-4c3d-a34a-de6f4b06205b",
"id_doc": "b68e082c-2bdc-4fc4-aad0-be27cbb5bb3c",
"id_branch": "57e5a4e5-40e6-4225-a6c8-99a22eb49aae",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:39:30.0889971+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "c89c5b0d-c82a-4ce9-ad73-75738a42d07b",
"id_loc_from": "1983582a-7ce0-4aa8-b23d-f806550b4463",
"id_loc_end": "12eec164-32bf-4880-8342-de0b4ce1f6db",
"id_user_add": "740cdfff-96c7-4920-af65-9a431a1ffdd2",
"id_user_upd": "de0f0dea-6778-45dc-ba73-ea94b63abc75",
"id_pos_sesion": "47cd0c29-2b67-41db-b128-cbe2d27efed2",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T09:39:30.0889971+01:00",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "9a142578-d0df-4c7b-91f1-89be0ec83185",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "d17e99ca-6cbd-429e-a5d6-20c7243ce313",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "aaf4cd91-ebac-48b0-84eb-f188f7e4b89b",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_stock": [
{
"$id": "46",
"id_location": "b242b9fc-70b3-4672-a4cd-617b360fb8af",
"id_item": "389a4123-a53b-4d62-9e78-271e24947705",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_locations": {
"$ref": "45"
}
},
{
"$ref": "46"
}
]
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_st_det": [
{
"$id": "47",
"id_doc_st": "1432a0f4-5c3a-408e-b16a-3512ac730add",
"id_line": 2,
"id_item": "2a6e3ef9-b3b6-4188-9ef5-067cc3dafb5c",
"comment": "sample string 4",
"qty": 5.1,
"status": 1,
"active": true,
"mt_items": {
"$ref": "1"
},
"tt_doc_st": {
"$ref": "44"
}
},
{
"$ref": "47"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st2": {
"$ref": "44"
}
},
{
"$ref": "44"
}
]
},
"mt_locations": {
"$ref": "45"
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa2": {
"$ref": "29"
},
"tt_pos_sesion": {
"$id": "48",
"id": "9223b47f-3857-47fa-8fc6-d0ee32ae49cf",
"nro_sesion": 2,
"id_pos": "d83a4954-537d-42a0-9a2d-fcacfdd2bd1d",
"date_tax": "2026-03-10T09:39:30.0889971+01:00",
"date_open": "2026-03-10T09:39:30.0889971+01:00",
"date_close": "2026-03-10T09:39:30.0889971+01:00",
"id_user_open": "332d2e1c-1c16-4512-8698-ebb3b48169eb",
"id_user_close": "814adbe8-714e-475e-8dc3-e1c4f479b084",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "be8e37f3-0276-419e-9a01-ccf43d5376e2",
"order_id": 2,
"id_item": "26acd90a-d576-4a56-9809-609d89a527db",
"id_item_type": "a1ec5e81-c8d4-4474-8131-6eddb1f0582f",
"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": "d7759a26-e7e5-41d1-8706-930736bc0155",
"type_item": 11,
"id_voucher_json": "1c2ecb3a-e26f-4d21-92ab-9a0ea144c16c",
"count_voucher": 1,
"id_category": "c3face15-d6cc-487b-8c52-05b6c83e93b2",
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "fbfc9377-41b5-41c3-af31-a36da4f74c52",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$ref": "9"
},
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "49"
}
],
"tt_doc_sa_pt": [
{
"$id": "50",
"id": "56bffbe5-624c-4d39-9a10-15342ce174c8",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "17961c57-8ce4-41ff-9888-bd0c21338e47",
"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:39:30.0889971+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "19e2ad43-462f-4daa-99ba-6236fe123686",
"id_room_unit": "12e30d46-cab9-4697-9382-5ae5c58126ff",
"id_room_list": "2742c3e5-df8f-4474-b8ac-36642625d660",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T09:39:30.0889971+01:00",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"date_open": "2026-03-10T09:39:30.0889971+01:00",
"date_close": "2026-03-10T09:39:30.0889971+01:00",
"id_employee": "3557943a-0137-4d67-a9a2-11c164db56c9",
"id_employee_sec": "20e9d337-9a4b-4258-9cca-6aee09cc91f6",
"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": "41c8f585-9bcf-4b34-ad05-e172ff0e71c6",
"comment": "sample string 7",
"id_user_open": "a8c766c6-d77a-4402-8501-51427ea3e52c",
"id_user_close": "4e24720c-caa8-4215-bda9-7a348db45b90",
"id_unit_state": "5d5f69eb-b3b8-46f0-a56e-e828dc319c4a",
"id_pos_sesion": "82efbc48-ed4e-45c8-b6f8-d15e79259cef",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T09:39:30.0889971+01:00",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "8c21eee7-5691-44b4-a801-bbd835a3539f",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "32f2ab39-a05d-4b28-825b-97643b6a1236",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "9248cdf0-59c1-44e3-83d2-00d877e0c839",
"locked": true,
"date_locked": "2026-03-10T09:39:30.0889971+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "b9565810-bb18-44c9-bbcd-9b235b33c738",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "1974cd22-cb4a-4a70-8449-85b7a93b0d1e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "189ee203-a4a6-4e09-b80f-1cda8807e267",
"name_pos": "sample string 6",
"id_image": "8aafc088-cc40-493a-bec1-58161abefbe3",
"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": "ca9a5d00-d1af-4642-95be-067119ea8c98",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "6cfa3a2f-6a5e-4b72-9fb6-130dc39b12d7",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "e3d9b9d1-31da-4eb8-a4f4-8a64748e4050",
"id_room": "04bda016-af53-4ad3-a5a3-485eb5d81015",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "a6e1671c-c788-451c-8448-3222a8494f7b",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "54"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"tt_rooms_list": [
{
"$id": "55",
"id": "85c0472b-a02d-4e58-8cb3-4bbdcb3cb30e",
"id_room": "55b87237-d6a9-4ab4-a638-e5947b1b6885",
"date_in": "2026-03-10T09:39:30.0889971+01:00",
"date_out": "2026-03-10T09:39:30.0889971+01:00",
"id_user_add": "3b2e1710-0826-4b96-9df2-bb9ebbdef4cf",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
{
"$ref": "55"
}
]
},
"mt_rooms_units_types": {
"$id": "56",
"id": "5cb0fbc6-c040-4441-9862-a36f64cf05e1",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "7674fcd7-38d0-4f53-8947-604d30874fd4",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "d7e7a0ca-49a4-4e33-b155-60bc6ceef181",
"id_room_state": "8697efff-f959-4901-b1d0-5fd8ef2c568d",
"id_image": "7cb74818-0f4c-41e4-b98a-539f44904005",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "873f41d3-f82b-4c49-b471-8aed0f99f24c",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "f998fcab-f43c-4e1e-8908-648d4ab333e3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "a87890b7-281c-44ce-8ae6-ebeac2657b8f",
"commited": true,
"st_users": {
"$ref": "3"
},
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_types": {
"$ref": "56"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "57"
}
],
"st_users": {
"$ref": "3"
}
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_states": {
"$ref": "58"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_sesion": {
"$ref": "48"
},
"tt_rooms_list": {
"$ref": "55"
}
},
{
"$ref": "51"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_tips": [
{
"$id": "59",
"id": "abd5f4a0-3bda-4d8a-b588-bcd8da255478",
"id_pos_sesion": "c3af62d6-952d-475f-b23c-44846ba04baf",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "066ebe2b-efbb-4aa8-a506-e870762c6778",
"id_room_unit_activity": "2561fbda-dc51-4c08-a863-6aacd3c0c354",
"id_doc_sa": "a08d15bc-1d77-4ff6-b048-75ea0a734631",
"id_pos_type": "ecbb215d-1428-4fd4-b0e2-7e72fd2cea4d",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "dcf33cf6-cd2c-45e9-8832-52f4ccdaaa7c",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "b7f42e8f-4d40-4f2d-8552-cdb14a665844",
"id_user": "eac205da-5c10-4ae4-9b03-da51857866b0",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_tips": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
{
"$ref": "59"
}
],
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_pos_sesion_users": [
{
"$id": "61",
"id_pos_sesion": "6890a103-d0af-4f40-9282-218591bb3824",
"id_user": "d3ab0008-8897-4f24-8edb-5f854be1482c",
"date_add": "2026-03-10T09:39:30.0889971+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "61"
}
]
},
"tt_rooms_units_activity": {
"$ref": "51"
},
"tt_spool_doc_print": [
{
"$id": "62",
"id": "eb1ec1fa-5518-43dd-a1cd-1c36b214715f",
"spool_server": "sample string 2",
"id_doc_sa": "68b6fc39-02af-44ff-aaec-64148806e776",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"printed": true,
"print_on": "2026-03-10T09:39:30.0889971+01:00",
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "62"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "28"
}
]
},
{
"$ref": "27"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_list_rules": [
{
"$id": "63",
"id": "10c3c59e-b121-499c-89fd-1736e2ef4ea2",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"id_branch": "38a17fd3-858c-4c91-9de7-c1abe2fdcd07",
"id_pos": "93a31eb7-4af1-43ac-be3f-65f60905b9cb",
"id_list": "bc361806-5f15-466c-b04c-6a5982ae28e3",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"id_user_upd": "e134802a-3d11-4787-a607-e76253e0d7b5",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_doc_num": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"st_pos_license": [
{
"$id": "64",
"id": "cc9f93fe-c3a0-4725-8dfd-4bcb3af11dc0",
"id_pos": "817995e1-20fe-4429-9ba7-b0b6b853e274",
"mac_address": "sample string 3",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"key_access": "sample string 5",
"id_user_add": "a5812eff-014d-44ba-95c8-fda42376e6df",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "6b5c4df6-d432-4835-a7e1-4d85c9c24436",
"id_pos": "b307df5f-ce82-4d15-8dfb-e7996c794ef1",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "65"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_connection": [
{
"$id": "66",
"id": "fa15ea2d-2b7e-4434-9ea2-f4a18b612082",
"id_pos": "be351a45-a351-419c-8840-0039a79bec37",
"date_add": "2026-03-10T09:39:30.0889971+01:00",
"date_upd": "2026-03-10T09:39:30.0889971+01:00",
"date_out": "2026-03-10T09:39:30.0889971+01:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "66"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_branches": {
"$ref": "4"
},
"tt_logs": [
{
"$id": "67",
"id": "ba8bc523-94b9-4269-ba21-a79772c8ea36",
"id_user_add": "09f1c87f-23ae-4da0-94ff-cf34bcb22692",
"id_table": "c5610458-be58-476a-b484-8d1bf669e18c",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "274c7930-497f-4c13-a234-a815fe4e8347",
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "d371a00a-7216-446a-a17a-19d4c28d0669",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "a4b34fcb-5cdf-43d6-800b-deb9771ef6ab",
"id_sync": "08ae9287-0b98-4977-82b3-dbb96ac5e409",
"json": "sample string 3",
"id_table": "e3a5f763-ad1c-48ce-aaeb-c5b423453c50",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "bc53b1cb-7347-4141-b748-049bd4768149",
"id_branch_from": "dc4a31dc-b0c3-4ad7-b693-fb0d0a8027a2",
"id_branch_to": "1b288ad2-0499-4630-bc19-efbbd002f9ed",
"type": 4,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T09:39:30.0889971+01:00",
"send_on": "2026-03-10T09:39:30.0889971+01:00",
"mt_branches": {
"$ref": "4"
},
"mt_branches1": {
"$ref": "4"
},
"st_sync_packages_det": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"st_sync_tables": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"tt_logs": [
{
"$ref": "67"
},
{
"$ref": "67"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "67"
}
],
"st_local_variables": [
{
"$id": "71",
"id": "0fad9494-09e0-4ed7-a5b0-d71e9304d617",
"id_pos": "3278b45b-511d-4433-9941-f1e36d641315",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "71"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "23"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list1": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list2": {
"$ref": "22"
},
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "21"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_doc_sa_det_stock": [
{
"$id": "72",
"id_doc_sa": "18fd36ec-1ee4-4187-80e0-09f9ed0de60a",
"id_line": 2,
"id_item": "f71c2e6b-4c10-4081-990f-6493b0c889de",
"qty": 4.1,
"mt_items": {
"$ref": "1"
},
"tt_doc_sa_det": {
"$ref": "15"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$id": "73",
"id": "3995ae93-65cb-4943-8008-9a3b2a8e8477",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"date_used": "2026-03-10T09:39:30.0889971+01:00",
"id_employee": "0d3ee939-1b1c-43ce-bb10-bee95040722b",
"id_branch": "35c7155e-7725-4922-adcc-dc1bfb3c9c5f",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "aba82276-2a04-44f3-b5cd-616ce3d2d182",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
},
"st_users": {
"$ref": "3"
},
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
{
"$ref": "73"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"tt_vouchers_permisions": {
"$ref": "73"
}
}
},
{
"$ref": "10"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "8"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "6"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms1": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_functions": [
{
"$id": "74",
"id": "5fba2e9a-f5d2-480b-a099-3ba972aa4476",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "95c49329-281b-4fa5-9c1e-a60dcf17bc5c",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "58efb053-68d9-4358-978f-fc524efe62b6",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "79ecc5bf-7488-4099-88ff-766353551217",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "7522099e-a17f-4e22-8dcc-4d7eb25f632f",
"id_function": "c0d46f44-a779-4e8b-ab20-b885fd2f6fe6",
"id_user": "aab201ae-1fdb-44ae-bf3e-99428f80a5da",
"id_profile": "26690c00-fca0-4253-ad26-ae312001b3c5",
"permission": 3,
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "73faf6eb-89c2-484f-ab26-07175c107504",
"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:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_permisions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$ref": "74"
}
},
{
"$ref": "76"
}
]
},
{
"$ref": "74"
}
],
"st_images_types": {
"$id": "78",
"id": "44b1371b-4107-4f5e-8c30-0923ad0ca468",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_images": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"st_users1": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_employees_branches": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_periods": [
{
"$id": "79",
"id_branch": "8f7ab5e7-46c3-43c7-8d61-87b925d9d74a",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"last_update": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
}
},
{
"$ref": "79"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"st_sync_packages": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_sync_packages1": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
{
"$ref": "4"
}
],
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_brands": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_categories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_employees_profiles": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_money_rates": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"mt_pos_types": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"mt_rooms_units_types": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_units": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_pos_license": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"st_users_profiles": {
"$ref": "77"
},
"st_users_token": [
{
"$id": "80",
"id": "0d496295-e234-4d47-8199-0cde3cb5ced5",
"token_id": "sample string 2",
"id_user": "bcb748b7-c63b-4f0a-b2f4-00ca334bea5e",
"date_from": "2026-03-10T09:39:30.0889971+01:00",
"date_end": "2026-03-10T09:39:30.0889971+01:00",
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"st_users": {
"$ref": "3"
}
},
{
"$ref": "80"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_det1": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_logs": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_pos_sesion1": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_rooms_list": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_log": [
{
"$id": "81",
"id": "b2704fe7-cb61-44b6-9a71-8fc405b7d48e",
"id_room_activity": "81c0d9aa-6bba-43d6-ad44-533d13968b96",
"id_pos_sesion": "17cfda59-7bd7-44de-af1f-86fa4caec9d5",
"log_text": "sample string 4",
"id_user": "8b5a95b3-9341-4970-ab14-ccca47fb9dac",
"created_on": "2026-03-10T09:39:30.0889971+01:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "81"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
}
},
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_units": {
"$ref": "19"
},
"mt_units1": {
"$ref": "19"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tt_doc_st_det": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_stock": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "1"
}
]