GET api/Mt_Prices_Rules/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

mt_prices_rules
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

id_mask

string

Required

Max length: 10

name

string

Required

Max length: 20

description

string

Max length: 200

date_from

date

Required

date_end

date

Required

by_amt

boolean

Required

by_pcg

boolean

Required

ap_amount

decimal number

None.

ap_percent

decimal number

None.

ap_price

decimal number

None.

ap_price_min

decimal number

None.

ap_price_max

decimal number

None.

id_branch

globally unique identifier

Required

id_pos

globally unique identifier

None.

id_list

globally unique identifier

None.

id_item

globally unique identifier

None.

id_item_type

globally unique identifier

None.

id_category

globally unique identifier

None.

by_day_week

boolean

Required

use_mon

boolean

Required

use_tue

boolean

Required

use_wed

boolean

Required

use_thu

boolean

Required

use_fri

boolean

Required

use_sat

boolean

Required

use_sun

boolean

Required

use_hour_ini

time interval

None.

use_hour_end

time interval

None.

active

boolean

Required

created_on

date

None.

last_update

date

None.

id_user_upd

globally unique identifier

None.

commited

boolean

None.

mt_branches

mt_branches

None.

mt_categories

mt_categories

None.

mt_items

mt_items

None.

mt_items_types

mt_items_types

None.

mt_pos

mt_pos

None.

mt_prices_list

mt_prices_list

None.

st_users

st_users

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "33893f47-f18c-4d6d-9beb-863364870084",
  "id_mask": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "date_from": "2026-05-09T09:38:28.457422+02:00",
  "date_end": "2026-05-09T09:38:28.457422+02: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": "42c1d970-47ff-4892-b530-260f9c02ef1c",
  "id_pos": "7fab1bef-4b88-484a-a063-88b4e73b9def",
  "id_list": "3f778389-6d4f-4d33-9b52-de4bb356231d",
  "id_item": "6ea9a360-e630-4108-b258-012806f14821",
  "id_item_type": "eef52118-e51b-47ac-8bea-b4eec27bfb3f",
  "id_category": "dfa005f2-42bb-43de-9176-ffe00a8a9755",
  "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-05-09T09:38:28.457422+02:00",
  "last_update": "2026-05-09T09:38:28.457422+02:00",
  "id_user_upd": "1d637df2-35dc-461c-aa6f-865ba6ddcb72",
  "commited": true,
  "mt_branches": {
    "$id": "2",
    "id": "9bf4151b-e4b3-4f6a-9a6b-6206db022c75",
    "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": "f1da0753-57d0-4b8b-ba23-2cbdf41c3731",
    "order": 12,
    "external_id": "sample string 13",
    "sync": true,
    "active": true,
    "created_on": "2026-05-09T09:38:28.457422+02:00",
    "last_update": "2026-05-09T09:38:28.457422+02:00",
    "id_user_upd": "d81ce96e-5e06-4802-9e24-773001c87b64",
    "commited": true,
    "st_images": {
      "$id": "3",
      "id": "9fa466c2-5237-4100-a16b-df9c198f9552",
      "id_mask": "sample string 2",
      "name": "sample string 3",
      "id_img_type": "af14f571-6ac6-4940-8a91-7beff48a9ee3",
      "image_file": "sample string 5",
      "extension": "sample string 6",
      "high": 1,
      "width": 1,
      "active": true,
      "created_on": "2026-05-09T09:38:28.457422+02:00",
      "last_update": "2026-05-09T09:38:28.457422+02:00",
      "commited": true,
      "mt_branches": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "mt_categories": [
        {
          "$id": "4",
          "id": "e3622c80-1bff-4f89-ba1f-7ff0d1efeb18",
          "id_mask": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "id_item_type": "a76d9bdd-d92b-44b6-9ba4-13d085f7805f",
          "order_type": 5,
          "name_pos": "sample string 6",
          "id_image": "e06f8b83-a859-4321-ac78-bd3389f4c47c",
          "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-05-09T09:38:28.457422+02:00",
          "last_update": "2026-05-09T09:38:28.457422+02:00",
          "id_user_upd": "d4f8ef2d-0ca7-43d0-90af-ba3b4d615446",
          "commited": true,
          "mt_categories_items": [
            {
              "$id": "5",
              "id_category": "dafb3877-e9b5-4052-b625-76652bd776ed",
              "id_item": "ca9870ed-44cb-42d2-babf-5a7661213abd",
              "is_default": true,
              "active": true,
              "created_on": "2026-05-09T09:38:28.457422+02:00",
              "last_update": "2026-05-09T09:38:28.457422+02:00",
              "id_user_upd": "515f9452-2ab8-4af7-bf5a-3d502eec0762",
              "commited": true,
              "mt_categories": {
                "$ref": "4"
              },
              "mt_items": {
                "$id": "6",
                "id": "3cee315a-d6ea-4acb-a67a-afc1252249d7",
                "id_mask": "sample string 2",
                "name": "sample string 3",
                "description": "sample string 4",
                "id_unit": "fb1ba6b4-8002-4652-a092-e2bab41d26bc",
                "id_unit_sec": "c743a599-8239-422d-a2b6-b43263855713",
                "id_brand": "dc3fb79f-e715-411f-9cde-265bee45a183",
                "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": "fb6391b1-30f0-4273-951e-2dacf28902b6",
                "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-05-09T09:38:28.457422+02:00",
                "last_update": "2026-05-09T09:38:28.457422+02:00",
                "id_user_upd": "c6abf7cc-914c-4e1a-9151-04b794b9d1df",
                "commited": true,
                "mt_brands": {
                  "$id": "7",
                  "id": "812f79ef-db50-49c7-b10c-560fcf0f3d83",
                  "id_mask": "sample string 2",
                  "name": "sample string 3",
                  "active": true,
                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                  "id_user_upd": "78af796d-154f-4487-8188-1cd6de9a507a",
                  "commited": true,
                  "mt_items": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "st_users": {
                    "$id": "8",
                    "id": "d055e305-517e-47a0-99fb-1936a6d2ebe5",
                    "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": "27707199-b990-4a44-b1ce-f027c0047cd0",
                    "view_messages": true,
                    "id_image_photo": "f7c8959c-ef61-472a-a503-c6160b7fbff5",
                    "reserved": true,
                    "pos_access": true,
                    "back_access": true,
                    "name_pos": "sample string 13",
                    "id_image": "cc1412a9-be05-4d60-a9f2-630533918681",
                    "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-05-09T09:38:28.457422+02:00",
                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                    "commited": true,
                    "mt_branches": [
                      {
                        "$ref": "2"
                      },
                      {
                        "$ref": "2"
                      }
                    ],
                    "mt_branches_zones": [
                      {
                        "$id": "9",
                        "id": "31631111-9631-4f34-8cbf-bafc45229866",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "description": "sample string 4",
                        "id_branch": "a2afb704-5a24-4db1-a7cf-d39184ed951b",
                        "active": true,
                        "created_on": "2026-05-09T09:38:28.457422+02:00",
                        "last_update": "2026-05-09T09:38:28.457422+02:00",
                        "id_user_upd": "86181d2f-8e4c-4085-8d17-00eb4077b907",
                        "commited": true,
                        "mt_branches": {
                          "$ref": "2"
                        },
                        "mt_pos": [
                          {
                            "$id": "10",
                            "id": "c1054ac7-7dfa-47f7-ad89-30c076c792ae",
                            "id_mask": "sample string 2",
                            "name": "sample string 3",
                            "description": "sample string 4",
                            "id_branch": "f01d98a5-9fca-43d0-afd5-38bba85fcff6",
                            "id_zone": "e99a2183-1d4a-48f3-b582-6d498f9f83f3",
                            "user_required": true,
                            "active": true,
                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                            "id_user_upd": "2aad38bf-8af9-4559-ba3c-2b11429fafe7",
                            "commited": true,
                            "mt_branches_zones": {
                              "$ref": "9"
                            },
                            "mt_cloakrooms": [
                              {
                                "$id": "11",
                                "id": "4f7da252-2a91-46ac-b5fe-33227f24bc0e",
                                "id_mask": "sample string 2",
                                "name": "sample string 3",
                                "id_pos": "1b56a141-6c54-4374-843b-faa054f2b1cb",
                                "unit_ini": 5,
                                "unit_end": 6,
                                "name_pos": "sample string 7",
                                "id_image": "b38816f0-5867-4d18-b1e7-aac399b36945",
                                "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-05-09T09:38:28.457422+02:00",
                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                "id_user_upd": "0cc5b1e5-7400-4aac-ad52-d206fb2626b0",
                                "commited": true,
                                "mt_pos": {
                                  "$ref": "10"
                                },
                                "st_images": {
                                  "$ref": "3"
                                },
                                "st_users": {
                                  "$ref": "8"
                                },
                                "tt_cloakrooms_units": [
                                  {
                                    "$id": "12",
                                    "id": "98c5fb35-105c-4f45-8ce8-a33960fdc85f",
                                    "id_cloakroom": "b533c8c9-ded4-480f-a5b6-846519db8043",
                                    "id_pos_sesion": "ae78f38d-040a-4344-8063-fa61024ef70b",
                                    "unit_id": 4,
                                    "date_open": "2026-05-09T09:38:28.457422+02:00",
                                    "date_close": "2026-05-09T09:38:28.457422+02:00",
                                    "id_doc_sa": "742ce68c-ba0f-4abf-b461-1d7f60514316",
                                    "commited": true,
                                    "mt_cloakrooms": {
                                      "$ref": "11"
                                    },
                                    "tt_doc_sa": {
                                      "$id": "13",
                                      "id": "439c7feb-8864-4d51-827b-dd6eb8d9c303",
                                      "id_pos": "f395962c-4ad0-419a-b939-86783fe69cc5",
                                      "id_doc": "563b36a8-7b4e-4b9d-851c-9eecb085c79e",
                                      "id_branch": "78632052-3138-488b-acbe-4780153dfd02",
                                      "nro_doc": "sample string 5",
                                      "date_doc": "2026-05-09T09:38:28.457422+02:00",
                                      "date_tax": "2026-05-09T09:38:28.457422+02:00",
                                      "hour_doc": "00:00:00.1234567",
                                      "block": true,
                                      "id_ref": "16fa3cc7-5958-4c70-bbe1-a49c940bb970",
                                      "id_relationship": "9e943217-7794-4f26-a2d7-3a6f8499fd8c",
                                      "id_loc_from": "ffed9979-39d2-4456-8480-bbb6c239f112",
                                      "id_loc_end": "3904cb32-429c-4574-8684-450401dbd6ab",
                                      "id_user_add": "660d3afd-1c5f-432e-9754-3f51f9795c87",
                                      "id_user_upd": "5373eecc-d8be-48a3-b6f0-530eb617ab01",
                                      "comment": "sample string 12",
                                      "id_pos_sesion": "208543ae-658d-4fa5-a139-d67fb6b5b316",
                                      "id_room_unit": "2d5a6859-6189-4003-a0d5-adc84497a2cc",
                                      "ref_locator": "sample string 13",
                                      "ref_zone_aut": "sample string 14",
                                      "id_pos_type": "d2b6a1cc-8e03-4d3b-b515-767629c959bc",
                                      "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-05-09T09:38:28.457422+02:00",
                                      "last_update": "2026-05-09T09:38:28.457422+02:00",
                                      "commited": true,
                                      "created_by": 1,
                                      "doc_print": true,
                                      "mt_branches": {
                                        "$ref": "2"
                                      },
                                      "mt_docs": {
                                        "$id": "14",
                                        "id": "73f43358-41e0-4c5c-8bd2-9014b40657ef",
                                        "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": "f1996078-ad19-4584-85e6-cd7f5e418c83",
                                        "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-05-09T09:38:28.457422+02:00",
                                        "last_update": "2026-05-09T09:38:28.457422+02:00",
                                        "id_user_upd": "79d0d2a2-a568-411b-974d-92f081e8c1f0",
                                        "commited": true,
                                        "mt_docs_payment_money": [
                                          {
                                            "$id": "15",
                                            "id_doc": "080d8d87-2cd1-42ed-b4fe-bcba13926fb0",
                                            "id_pay": "8add5503-d03b-48c2-9c13-ec11f0449b60",
                                            "id_money": "2ce7976f-9a6d-4da4-9a62-a91a2142bd7a",
                                            "active": true,
                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                            "id_user_upd": "24478655-f74f-4605-911f-a2dc90927b5f",
                                            "commited": true,
                                            "mt_docs": {
                                              "$ref": "14"
                                            },
                                            "mt_money_types": {
                                              "$id": "16",
                                              "id": "00b34de0-ebac-468e-9f4e-4adac27c4bee",
                                              "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": "d57206fc-0354-4cd8-b06f-cff7f464ed44",
                                              "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-05-09T09:38:28.457422+02:00",
                                              "last_update": "2026-05-09T09:38:28.457422+02:00",
                                              "id_user_upd": "e22eb3a0-8299-4e59-83dd-65132aa36054",
                                              "commited": true,
                                              "mt_docs_payment_money": [
                                                {
                                                  "$ref": "15"
                                                },
                                                {
                                                  "$ref": "15"
                                                }
                                              ],
                                              "mt_money_rates": [
                                                {
                                                  "$id": "17",
                                                  "id_money_1": "0513c9f0-a0c1-4931-9836-64eef5d92c47",
                                                  "id_money_2": "67f2dbd8-76a0-4811-af78-3f45d25960c7",
                                                  "date_from": "2026-05-09T09:38:28.457422+02:00",
                                                  "coefficient": 4.1,
                                                  "active": true,
                                                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                  "id_user_upd": "77d8e481-44ba-427f-a154-8da75ef6442d",
                                                  "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": "fcf8ee40-e572-4bcc-9bc1-a82f51f6ec9e",
                                                  "id_pay": "3fb8742b-276c-4f25-8175-b166eea39abe",
                                                  "id_money": "74238079-08c9-4678-a1a4-ad755926e5d0",
                                                  "date_cashflow": "2026-05-09T09:38:28.457422+02:00",
                                                  "coefficient": 5.1,
                                                  "id_user_add": "34be4a36-61fe-4436-9a33-c7162284d1ae",
                                                  "amt_tot_md": 7.1,
                                                  "amt_tot_mo": 8.1,
                                                  "mt_payment_types": {
                                                    "$id": "19",
                                                    "id": "075a865f-2a72-4d35-b775-0e1759f054c8",
                                                    "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": "dcf44ed2-9ad6-47fa-a162-2d2e0e4b2498",
                                                    "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-05-09T09:38:28.457422+02:00",
                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                    "id_user_upd": "c78fc1c8-57da-45f0-bfac-f4eab3056008",
                                                    "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": "187c990a-020c-48d5-b09d-4c2813a015db",
                                                        "id_line": 2,
                                                        "id_pay": "d09e4bea-68fb-4950-9876-4185aef9cae2",
                                                        "id_money": "136e9b47-ff3c-4809-ac6e-334190eac6cb",
                                                        "coefficient": 5.1,
                                                        "id_voucher": "52e99081-86fa-43d2-a2b4-4244e94f555b",
                                                        "id_employee": "1c6245de-e3b7-43d5-92c3-fd0a65af8ecc",
                                                        "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": "ffff8c84-75cc-4f62-880c-a25f8e2e86e0",
                                                        "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": "d421d97b-1792-4342-8f66-030ec563fd91",
                                                          "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": "e3430d89-80f0-4803-b166-35df42460840",
                                                          "name_pos": "sample string 12",
                                                          "id_image": "ac654cea-3f06-42d0-a4b5-8a104c2c5985",
                                                          "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-05-09T09:38:28.457422+02:00",
                                                          "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                          "id_user_upd": "6c2c9d0d-c560-406b-bbaa-d6ea01130028",
                                                          "commited": true,
                                                          "mt_employees_branches": [
                                                            {
                                                              "$id": "22",
                                                              "id_employee": "78fecf70-559f-40a0-a825-56c6febc7c56",
                                                              "id_branch": "c3091cb2-2f67-470b-bfb6-bb1b30cd6012",
                                                              "active": true,
                                                              "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                              "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                              "id_user_upd": "c1fb7045-0b24-4845-bce8-9db6034a3c27",
                                                              "commited": true,
                                                              "mt_branches": {
                                                                "$ref": "2"
                                                              },
                                                              "mt_employees": {
                                                                "$ref": "21"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "22"
                                                            }
                                                          ],
                                                          "mt_employees_profiles": {
                                                            "$id": "23",
                                                            "id": "6ed7d243-7c72-4fc0-ba93-ba63854dd834",
                                                            "id_mask": "sample string 2",
                                                            "name": "sample string 3",
                                                            "description": "sample string 4",
                                                            "authorized": true,
                                                            "active": true,
                                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                            "id_user_upd": "9ccf077e-afaa-4891-93b8-25c805f57374",
                                                            "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": "9b622f4b-4b1a-4f83-9f7d-d74d5db1006f",
                                                              "id_line": 2,
                                                              "id_item_sub": "55626834-ce80-442b-991f-d3cd1337f30a",
                                                              "qty": 4.1,
                                                              "id_list": "dd103dd5-7531-4cd5-afbb-183a3f456c8c",
                                                              "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": "88211053-15c0-488c-b981-995d714e589a",
                                                              "is_used": true,
                                                              "qty_vou": 1.1,
                                                              "amt_vou": 1.1,
                                                              "comment": "sample string 15",
                                                              "ref_det": "sample string 16",
                                                              "id_employee": "bbd3dfb3-949a-4538-a3d1-86f59dded35c",
                                                              "name_generic": "sample string 17",
                                                              "type_ope": 1,
                                                              "id_user_add": "41542ccc-ec46-40d3-861a-dda9ef4e6d0c",
                                                              "id_user_upd": "e65701f1-30a7-48d6-87d6-6c69232af12a",
                                                              "active": true,
                                                              "mt_employees": {
                                                                "$ref": "21"
                                                              },
                                                              "mt_items_sub": {
                                                                "$id": "25",
                                                                "id": "39d97f8e-9224-4ff4-951c-06f3a8a8d2bf",
                                                                "id_item": "70b221fd-0632-439d-a24c-c9b239d218f2",
                                                                "id_item_type": "a33ffaca-50dd-461a-b48c-1f921f3488b6",
                                                                "is_default": true,
                                                                "barcode": "sample string 5",
                                                                "voucher_apply": true,
                                                                "id_voucher_json": "658855eb-f0db-43c0-a4e7-d6cab8d66585",
                                                                "count_voucher": 1,
                                                                "id_voucher_type": 1,
                                                                "active": true,
                                                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                "id_user_upd": "bd30e8c8-905b-42ae-a8a0-2acb095288da",
                                                                "commited": true,
                                                                "mt_items": {
                                                                  "$ref": "6"
                                                                },
                                                                "mt_items_formula": [
                                                                  {
                                                                    "$id": "26",
                                                                    "id_item_sub": "9a2477b7-4172-4437-9097-0069452a3c9e",
                                                                    "id_item": "2db6297b-101b-46e9-af93-6f340485676f",
                                                                    "group_id": 3,
                                                                    "id_unit_ref": "c2782e84-6c44-41f7-a7c4-b4572b17fcd2",
                                                                    "qty_dis": 5,
                                                                    "mt_items": {
                                                                      "$ref": "6"
                                                                    },
                                                                    "mt_items_sub": {
                                                                      "$ref": "25"
                                                                    },
                                                                    "mt_units_ref": {
                                                                      "$id": "27",
                                                                      "id": "3e2a3f3a-c667-487d-8376-0f67beae6b65",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "coefficient": 4.1,
                                                                      "id_unit": "a8b8e6e1-1c05-4703-a48b-2286ab464706",
                                                                      "active": true,
                                                                      "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                      "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                      "id_user_upd": "5823c038-be12-4c95-b957-92afe917c252",
                                                                      "commited": true,
                                                                      "mt_units": {
                                                                        "$id": "28",
                                                                        "id": "86346ddb-aa1b-4bce-9ea7-c6b14aa6f460",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "active": true,
                                                                        "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                        "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                        "id_user_upd": "38db1d28-9a1b-4788-99a1-9a9cdc04b4e8",
                                                                        "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": "51b94056-d2a7-4afb-ae8e-73ddff05841a",
                                                                  "id_mask": "sample string 2",
                                                                  "name": "sample string 3",
                                                                  "name_short": "sample string 4",
                                                                  "name_pos": "sample string 5",
                                                                  "id_image": "cba8b8d4-95b0-4260-8ca9-8a86b1c4d531",
                                                                  "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-05-09T09:38:28.457422+02:00",
                                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                  "id_user_upd": "9cbcb349-a2ed-4434-9554-a002e7081b08",
                                                                  "commited": true,
                                                                  "tt_vouchers_det": [
                                                                    {
                                                                      "$id": "30",
                                                                      "id_voucher": "bcb93497-dca9-4b46-819a-32ff326ad42e",
                                                                      "id_line": "5dc432aa-5a3e-4731-89b3-624a9d2fd4eb",
                                                                      "id_category": "89c1fe99-b634-4f6c-aa7d-66ed9ec3b9cd",
                                                                      "id_item": "16b38e38-37d5-4feb-914b-d31465814362",
                                                                      "id_item_type": "de31c11f-b146-47d7-a897-632449e387fd",
                                                                      "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": {
                                                                        "$id": "31",
                                                                        "id": "b9526d41-c0f4-4c74-b485-b40d8f5bb02e",
                                                                        "id_voucher": 2,
                                                                        "locator_voucher": "sample string 3",
                                                                        "qr_code": "sample string 4",
                                                                        "date_from": "2026-05-09T09:38:28.457422+02:00",
                                                                        "date_end": "2026-05-09T09:38:28.457422+02:00",
                                                                        "date_used": "2026-05-09T09:38:28.457422+02:00",
                                                                        "date_sesion": "2026-05-09T09:38:28.457422+02:00",
                                                                        "id_employee": "0417d19d-48d6-4924-a1d4-e534c7c3a3e5",
                                                                        "id_branch": "4ecba6ad-6978-4da5-b2b3-f2e91289d71c",
                                                                        "id_voucher_permision": "c85d682d-eb21-4e1f-9cb4-8e52fabe96da",
                                                                        "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": "efde2d3b-c3a7-46af-8f16-e794a7674f2b",
                                                                        "id_user_add": "d19d2055-5aed-4794-bc0b-5071e390f544",
                                                                        "id_doc_sa": "520817a0-14fb-4fdc-83e0-94842aaf2d07",
                                                                        "id_item_sub": "f04edeaa-4ec6-460e-96ee-daf47b0e2c9a",
                                                                        "id_pos_sesion": "4dbcdf96-6f63-4f24-b9ec-dfa8793d19d9",
                                                                        "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-05-09T09:38:28.457422+02:00",
                                                                        "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "2"
                                                                        },
                                                                        "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": {
                                                                          "$id": "32",
                                                                          "id": "79227a33-820c-4a31-84e6-173f0ae17323",
                                                                          "date_from": "2026-05-09T09:38:28.457422+02:00",
                                                                          "date_end": "2026-05-09T09:38:28.457422+02:00",
                                                                          "date_used": "2026-05-09T09:38:28.457422+02:00",
                                                                          "id_employee": "3bd50fcf-ad91-48c7-a08a-ca1bcf66b3af",
                                                                          "id_branch": "157ebcd9-0148-4998-a848-552575d75756",
                                                                          "count": 6,
                                                                          "count_used": 1,
                                                                          "unlimited": true,
                                                                          "id_user_add": "5f8ad6ee-41e0-4424-844a-7f85368aaaec",
                                                                          "is_entry": true,
                                                                          "is_consume": true,
                                                                          "active": true,
                                                                          "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                          "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                          "commited": true,
                                                                          "mt_branches": {
                                                                            "$ref": "2"
                                                                          },
                                                                          "mt_employees": {
                                                                            "$ref": "21"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "8"
                                                                          },
                                                                          "tt_vouchers": [
                                                                            {
                                                                              "$ref": "31"
                                                                            },
                                                                            {
                                                                              "$ref": "31"
                                                                            }
                                                                          ]
                                                                        }
                                                                      }
                                                                    },
                                                                    {
                                                                      "$ref": "30"
                                                                    }
                                                                  ],
                                                                  "st_images": {
                                                                    "$ref": "3"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "8"
                                                                  },
                                                                  "mt_items_sub": [
                                                                    {
                                                                      "$ref": "25"
                                                                    },
                                                                    {
                                                                      "$ref": "25"
                                                                    }
                                                                  ],
                                                                  "mt_prices_rules": [
                                                                    {
                                                                      "$ref": "1"
                                                                    },
                                                                    {
                                                                      "$ref": "1"
                                                                    }
                                                                  ],
                                                                  "tt_items_customs": [
                                                                    {
                                                                      "$id": "33",
                                                                      "id": "a8a8908e-9867-4dd4-9e1c-cb133ddab234",
                                                                      "order_id": 2,
                                                                      "id_item": "dcd3c440-1b4d-4464-88b0-322d2cc73845",
                                                                      "id_item_type": "944ea8f7-b8fc-4b30-baf3-c51abea1d323",
                                                                      "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": "c2a3a2cb-864b-4c56-be81-cdb80d97e975",
                                                                      "type_item": 11,
                                                                      "id_voucher_json": "425c6ebc-f85d-4dad-802a-eb50d4df9dbf",
                                                                      "count_voucher": 1,
                                                                      "id_category": "ab738ab3-519b-484b-a222-be7d62eb4f0a",
                                                                      "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                      "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                      "id_user_upd": "35c28c52-c051-4334-a399-863f7e162672",
                                                                      "commited": true,
                                                                      "mt_items": {
                                                                        "$ref": "6"
                                                                      },
                                                                      "mt_items_types": {
                                                                        "$ref": "29"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "8"
                                                                      },
                                                                      "tt_pos_sesion": {
                                                                        "$id": "34",
                                                                        "id": "29ed7964-bc98-42ec-972b-bb57cc8ae8b1",
                                                                        "nro_sesion": 2,
                                                                        "id_pos": "8d06040d-cccc-4659-b0aa-b099c7753317",
                                                                        "date_tax": "2026-05-09T09:38:28.457422+02:00",
                                                                        "date_open": "2026-05-09T09:38:28.457422+02:00",
                                                                        "date_close": "2026-05-09T09:38:28.457422+02:00",
                                                                        "id_user_open": "348bacd4-edc4-484d-86c9-d4c5c6bf1ec6",
                                                                        "id_user_close": "fcf174c4-b58b-4bf1-b248-d83969f66ae1",
                                                                        "nro_z": 1,
                                                                        "amt_tot": 1.1,
                                                                        "locator_event": "sample string 6",
                                                                        "status_pos": 7,
                                                                        "training_sesion": true,
                                                                        "active": true,
                                                                        "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                        "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                        "commited": true,
                                                                        "mt_pos": {
                                                                          "$ref": "10"
                                                                        },
                                                                        "tt_cloakrooms_units": [
                                                                          {
                                                                            "$ref": "12"
                                                                          },
                                                                          {
                                                                            "$ref": "12"
                                                                          }
                                                                        ],
                                                                        "tt_items_customs": [
                                                                          {
                                                                            "$ref": "33"
                                                                          },
                                                                          {
                                                                            "$ref": "33"
                                                                          }
                                                                        ],
                                                                        "tt_doc_sa_pt": [
                                                                          {
                                                                            "$id": "35",
                                                                            "id": "b9a0284f-f854-4742-805b-79c594ac6af4",
                                                                            "json_object": "sample string 2",
                                                                            "json_pays": "sample string 3",
                                                                            "id_pos_sesion": "b7d44417-9930-4a7b-a774-8174bb3b9f84",
                                                                            "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-05-09T09:38:28.457422+02:00",
                                                                            "tt_pos_sesion": {
                                                                              "$ref": "34"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "35"
                                                                          }
                                                                        ],
                                                                        "tt_rooms_units_activity": [
                                                                          {
                                                                            "$id": "36",
                                                                            "id": "61359723-6315-4ca1-b77b-43d21f5153e9",
                                                                            "id_room_unit": "4119ca51-b1c0-425f-817f-405150eb839f",
                                                                            "id_room_list": "d5becdce-96e9-4273-9406-7b4731d7b011",
                                                                            "nro_res_ext": "sample string 3",
                                                                            "date_reserved": "2026-05-09T09:38:28.457422+02:00",
                                                                            "date_from": "2026-05-09T09:38:28.457422+02:00",
                                                                            "date_end": "2026-05-09T09:38:28.457422+02:00",
                                                                            "date_open": "2026-05-09T09:38:28.457422+02:00",
                                                                            "date_close": "2026-05-09T09:38:28.457422+02:00",
                                                                            "id_employee": "a948a27e-d594-4ccc-9fc5-a91f98dd2d2b",
                                                                            "id_employee_sec": "8285d3e1-a626-4173-b9f0-f5d87f3fb921",
                                                                            "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": "3560444e-2e4f-49d7-8929-cc4dd767b61a",
                                                                            "comment": "sample string 7",
                                                                            "id_user_open": "ec810d2b-c095-461f-898e-fe19f1e5d634",
                                                                            "id_user_close": "0b61df39-e6e4-4c9b-a01f-c3f52693f67d",
                                                                            "id_unit_state": "30846896-676e-414f-a924-c383627a66d9",
                                                                            "id_pos_sesion": "21b251d4-9a3a-4443-a0dc-2e74ff4e5abd",
                                                                            "vip": true,
                                                                            "paid": true,
                                                                            "send": true,
                                                                            "send_date": "2026-05-09T09:38:28.457422+02:00",
                                                                            "active": true,
                                                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                            "commited": true,
                                                                            "mt_employees": {
                                                                              "$ref": "21"
                                                                            },
                                                                            "mt_employees1": {
                                                                              "$ref": "21"
                                                                            },
                                                                            "mt_rooms_units": {
                                                                              "$id": "37",
                                                                              "id": "01b45c0c-735b-4a5e-9a7c-d66d0f9c5537",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "name_label": "sample string 4",
                                                                              "name_zone": "sample string 5",
                                                                              "order": 6,
                                                                              "id_room": "fddda650-7852-4a58-aa88-244ff11cf3cd",
                                                                              "pax": 8,
                                                                              "pos_x": 9,
                                                                              "pos_y": 10,
                                                                              "size_w": 1,
                                                                              "size_h": 1,
                                                                              "in_map": true,
                                                                              "reserved_on": true,
                                                                              "id_room_type": "e6ae61d6-544f-4d20-8d74-71bf076fc4c0",
                                                                              "locked": true,
                                                                              "date_locked": "2026-05-09T09:38:28.457422+02:00",
                                                                              "comment_locked": "sample string 15",
                                                                              "active": true,
                                                                              "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                              "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                              "id_user_upd": "5ac4b926-b679-4379-b181-96fcd762ec00",
                                                                              "commited": true,
                                                                              "mt_rooms": {
                                                                                "$id": "38",
                                                                                "id": "db326173-5740-47aa-892f-e76345605035",
                                                                                "id_mask": "sample string 2",
                                                                                "name": "sample string 3",
                                                                                "description": "sample string 4",
                                                                                "id_branch": "50b58dac-116a-41ec-92b2-535cb9dd3d3c",
                                                                                "name_pos": "sample string 6",
                                                                                "id_image": "9b2988e7-88a2-4edf-aa94-49294043d766",
                                                                                "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": "ffdd804c-42bc-44bc-929f-aff7acc2816b",
                                                                                "refresh_status": true,
                                                                                "active": true,
                                                                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                "id_user_upd": "2c316460-86eb-4d3b-98c7-28376b209dd9",
                                                                                "commited": true,
                                                                                "mt_branches": {
                                                                                  "$ref": "2"
                                                                                },
                                                                                "mt_pos_rooms": [
                                                                                  {
                                                                                    "$id": "39",
                                                                                    "id_pos": "b54c2990-10d4-4cc0-b45a-1b51ed3d16ce",
                                                                                    "id_room": "bc1c3d7d-2d41-4b7a-a280-bc450409a76d",
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "id_user_upd": "452df1d0-13f1-4a37-b86a-c6cc026f889d",
                                                                                    "commited": true,
                                                                                    "mt_pos": {
                                                                                      "$ref": "10"
                                                                                    },
                                                                                    "mt_rooms": {
                                                                                      "$ref": "38"
                                                                                    },
                                                                                    "st_users": {
                                                                                      "$ref": "8"
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "$ref": "39"
                                                                                  }
                                                                                ],
                                                                                "st_images": {
                                                                                  "$ref": "3"
                                                                                },
                                                                                "st_images1": {
                                                                                  "$ref": "3"
                                                                                },
                                                                                "st_users": {
                                                                                  "$ref": "8"
                                                                                },
                                                                                "mt_rooms_units": [
                                                                                  {
                                                                                    "$ref": "37"
                                                                                  },
                                                                                  {
                                                                                    "$ref": "37"
                                                                                  }
                                                                                ],
                                                                                "tt_rooms_list": [
                                                                                  {
                                                                                    "$id": "40",
                                                                                    "id": "ba822227-ffda-4611-bffd-6849fe5d1c2b",
                                                                                    "id_room": "9769c5f5-f271-472f-bb40-f887e31cd364",
                                                                                    "date_in": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "date_out": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "id_user_add": "c9fce3b4-b1fd-4bfc-a411-f298ec681829",
                                                                                    "from_reservation": "sample string 5",
                                                                                    "pax": 6,
                                                                                    "status": 7,
                                                                                    "comment": "sample string 8",
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "commited": true,
                                                                                    "mt_rooms": {
                                                                                      "$ref": "38"
                                                                                    },
                                                                                    "st_users": {
                                                                                      "$ref": "8"
                                                                                    },
                                                                                    "tt_rooms_units_activity": [
                                                                                      {
                                                                                        "$ref": "36"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "36"
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  {
                                                                                    "$ref": "40"
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "mt_rooms_units_types": {
                                                                                "$id": "41",
                                                                                "id": "5f18051c-dec5-4fe6-ba7b-8332821f47d2",
                                                                                "id_mask": "sample string 2",
                                                                                "name": "sample string 3",
                                                                                "description": "sample string 4",
                                                                                "high": 5,
                                                                                "width": 6,
                                                                                "active": true,
                                                                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                "id_user_upd": "3a799ce0-63bd-4498-87ef-fa1882417e5f",
                                                                                "commited": true,
                                                                                "mt_rooms_units": [
                                                                                  {
                                                                                    "$ref": "37"
                                                                                  },
                                                                                  {
                                                                                    "$ref": "37"
                                                                                  }
                                                                                ],
                                                                                "mt_rooms_units_states_types": [
                                                                                  {
                                                                                    "$id": "42",
                                                                                    "id_room_type": "6217fe2a-6777-4097-84c0-5b6ea3f23253",
                                                                                    "id_room_state": "8b1dd371-cb33-450b-86a2-2fbb6e093f15",
                                                                                    "id_image": "5e461f82-0902-4ba8-af9e-b72f72b1294c",
                                                                                    "color_font": "sample string 4",
                                                                                    "font_bold": true,
                                                                                    "font_underline": true,
                                                                                    "font_size": 7,
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "id_user_upd": "c6585d5d-2cd9-4283-9768-81d286bf82d7",
                                                                                    "commited": true,
                                                                                    "mt_rooms_units_states": {
                                                                                      "$id": "43",
                                                                                      "id": "21064ee5-1fed-40c6-b08c-beabc89c66a7",
                                                                                      "id_mask": "sample string 2",
                                                                                      "name": "sample string 3",
                                                                                      "description": "sample string 4",
                                                                                      "color": "sample string 5",
                                                                                      "active": true,
                                                                                      "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                      "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                      "id_user_upd": "4234bffa-818a-498b-b5d5-315e60fa4ed5",
                                                                                      "commited": true,
                                                                                      "st_users": {
                                                                                        "$ref": "8"
                                                                                      },
                                                                                      "mt_rooms_units_states_types": [
                                                                                        {
                                                                                          "$ref": "42"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "42"
                                                                                        }
                                                                                      ],
                                                                                      "tt_rooms_units_activity": [
                                                                                        {
                                                                                          "$ref": "36"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "36"
                                                                                        }
                                                                                      ]
                                                                                    },
                                                                                    "mt_rooms_units_types": {
                                                                                      "$ref": "41"
                                                                                    },
                                                                                    "st_images": {
                                                                                      "$ref": "3"
                                                                                    },
                                                                                    "st_users": {
                                                                                      "$ref": "8"
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "$ref": "42"
                                                                                  }
                                                                                ],
                                                                                "st_users": {
                                                                                  "$ref": "8"
                                                                                }
                                                                              },
                                                                              "st_users": {
                                                                                "$ref": "8"
                                                                              },
                                                                              "tt_rooms_units_activity": [
                                                                                {
                                                                                  "$ref": "36"
                                                                                },
                                                                                {
                                                                                  "$ref": "36"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "mt_rooms_units_states": {
                                                                              "$ref": "43"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "8"
                                                                            },
                                                                            "st_users1": {
                                                                              "$ref": "8"
                                                                            },
                                                                            "tt_doc_sa": [
                                                                              {
                                                                                "$ref": "13"
                                                                              },
                                                                              {
                                                                                "$ref": "13"
                                                                              }
                                                                            ],
                                                                            "tt_pos_sesion": {
                                                                              "$ref": "34"
                                                                            },
                                                                            "tt_rooms_list": {
                                                                              "$ref": "40"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "36"
                                                                          }
                                                                        ],
                                                                        "st_users": {
                                                                          "$ref": "8"
                                                                        },
                                                                        "st_users1": {
                                                                          "$ref": "8"
                                                                        },
                                                                        "tt_tips": [
                                                                          {
                                                                            "$id": "44",
                                                                            "id": "d2d8d1e0-7e78-413a-9ca1-fbf9a80f6399",
                                                                            "id_pos_sesion": "98dd8014-003e-4c9f-aaa2-c966e1fe3f67",
                                                                            "amt_card": 1.1,
                                                                            "amt_cash": 1.1,
                                                                            "id_user": "c70d3915-836c-45d0-90d8-3404507cc6da",
                                                                            "id_room_unit_activity": "29d9b8e3-0904-4042-882a-bcbcb24d4e17",
                                                                            "id_doc_sa": "aa46f9a5-2e4f-40e8-b338-9524d1cc49fa",
                                                                            "id_pos_type": "8c6a2e12-ee72-47fd-b630-de3f48f77a90",
                                                                            "block": true,
                                                                            "comment": "sample string 5",
                                                                            "json_response": "sample string 6",
                                                                            "id_doc_ref": "411803de-9fc9-4f59-a734-9526550d4286",
                                                                            "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-05-09T09:38:28.457422+02:00",
                                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                            "commited": true,
                                                                            "tt_pos_sesion": {
                                                                              "$ref": "34"
                                                                            },
                                                                            "tt_tips_users": [
                                                                              {
                                                                                "$id": "45",
                                                                                "id_tip": "d4501164-8785-4872-8b29-6f1eb5236a92",
                                                                                "id_user": "809756e6-4b7d-4d3c-a7cc-b6c2656d2bce",
                                                                                "amt_card": 1.1,
                                                                                "amt_cash": 1.1,
                                                                                "type_share": 3,
                                                                                "active": true,
                                                                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                "commited": true,
                                                                                "st_users": {
                                                                                  "$ref": "8"
                                                                                },
                                                                                "tt_tips": {
                                                                                  "$ref": "44"
                                                                                }
                                                                              },
                                                                              {
                                                                                "$ref": "45"
                                                                              }
                                                                            ]
                                                                          },
                                                                          {
                                                                            "$ref": "44"
                                                                          }
                                                                        ],
                                                                        "tt_pos_sesion_users": [
                                                                          {
                                                                            "$id": "46",
                                                                            "id_pos_sesion": "65fc8d66-cee3-4be5-a553-308a6b7d9c40",
                                                                            "id_user": "4dd4cfc0-cab3-4fc6-a7d7-54f68104dc5a",
                                                                            "date_add": "2026-05-09T09:38:28.457422+02:00",
                                                                            "distribution_index": 1.1,
                                                                            "active": true,
                                                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                            "commited": true,
                                                                            "st_users": {
                                                                              "$ref": "8"
                                                                            },
                                                                            "tt_pos_sesion": {
                                                                              "$ref": "34"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "46"
                                                                          }
                                                                        ],
                                                                        "tt_doc_sa": [
                                                                          {
                                                                            "$ref": "13"
                                                                          },
                                                                          {
                                                                            "$ref": "13"
                                                                          }
                                                                        ],
                                                                        "tt_cmd_connection": [
                                                                          {
                                                                            "$id": "47",
                                                                            "id": "b7978553-fedf-4150-b529-bf19742ef668",
                                                                            "id_user": "61d20b8c-0319-4273-894a-44418818725f",
                                                                            "id_user_profile": "88fd9542-c5aa-477a-b957-c5672fa81ec6",
                                                                            "locator": "sample string 4",
                                                                            "date_end": "2026-05-09T09:38:28.457422+02:00",
                                                                            "id_pos_sesion": "38160410-557f-46fd-a772-36b783e0f641",
                                                                            "date_login": "2026-05-09T09:38:28.457422+02:00",
                                                                            "date_logout": "2026-05-09T09:38:28.457422+02:00",
                                                                            "terminal_id": "sample string 6",
                                                                            "terminal_type": "sample string 7",
                                                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                            "commited": true,
                                                                            "st_users": {
                                                                              "$ref": "8"
                                                                            },
                                                                            "st_users_profiles": {
                                                                              "$id": "48",
                                                                              "id": "c1ad0122-abaa-4827-8611-aa101af9bac9",
                                                                              "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,
                                                                              "is_view_all": true,
                                                                              "active": true,
                                                                              "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                              "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                              "commited": true,
                                                                              "st_permisions": [
                                                                                {
                                                                                  "$id": "49",
                                                                                  "id": "54f12aa9-fe12-4a10-a921-4d9242efe0ba",
                                                                                  "id_function": "3424a726-513d-4637-accc-7876b6d5fa61",
                                                                                  "id_user": "baf0cdfc-1da4-409e-818f-f157145eccd5",
                                                                                  "id_profile": "b16ec416-67dc-40fd-8845-9b4d586ce8c4",
                                                                                  "permission": 3,
                                                                                  "active": true,
                                                                                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "commited": true,
                                                                                  "st_users_profiles": {
                                                                                    "$ref": "48"
                                                                                  },
                                                                                  "st_users": {
                                                                                    "$ref": "8"
                                                                                  },
                                                                                  "st_functions": {
                                                                                    "$id": "50",
                                                                                    "id": "9a998639-2f39-4f5a-9261-4c1df02b820f",
                                                                                    "id_mask": "sample string 2",
                                                                                    "name": "sample string 3",
                                                                                    "description": "sample string 4",
                                                                                    "level_id": 5,
                                                                                    "id_group": "ad4a564d-8307-4f76-ac40-6bb90ac21d9f",
                                                                                    "name_event": "sample string 7",
                                                                                    "name_pos": "sample string 8",
                                                                                    "id_image": "ac47afd2-cbbf-4317-a6d9-4c5b109c5aef",
                                                                                    "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-05-09T09:38:28.457422+02:00",
                                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "commited": true,
                                                                                    "st_functions_groups": {
                                                                                      "$id": "51",
                                                                                      "id": "e1130ac8-98ea-4652-8d1d-ee61eb1f0d4f",
                                                                                      "id_mask": "sample string 2",
                                                                                      "name": "sample string 3",
                                                                                      "description": "sample string 4",
                                                                                      "active": true,
                                                                                      "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                      "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                      "commited": true,
                                                                                      "st_functions": [
                                                                                        {
                                                                                          "$ref": "50"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "50"
                                                                                        }
                                                                                      ]
                                                                                    },
                                                                                    "st_images": {
                                                                                      "$ref": "3"
                                                                                    },
                                                                                    "st_permisions": [
                                                                                      {
                                                                                        "$ref": "49"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "49"
                                                                                      }
                                                                                    ]
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "$ref": "49"
                                                                                }
                                                                              ],
                                                                              "st_users": [
                                                                                {
                                                                                  "$ref": "8"
                                                                                },
                                                                                {
                                                                                  "$ref": "8"
                                                                                }
                                                                              ],
                                                                              "tt_cmd_connection": [
                                                                                {
                                                                                  "$ref": "47"
                                                                                },
                                                                                {
                                                                                  "$ref": "47"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "tt_pos_sesion": {
                                                                              "$ref": "34"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "47"
                                                                          }
                                                                        ],
                                                                        "tt_cmd_messages": [
                                                                          {
                                                                            "$id": "52",
                                                                            "id": "049399f9-ec7d-4694-b7fa-05cb172bc535",
                                                                            "id_user": "0d4b2783-81c4-4fb6-9083-f3ecbf990a51",
                                                                            "date_add": "2026-05-09T09:38:28.457422+02:00",
                                                                            "destiny_type": 4,
                                                                            "id_key": "8543b4f7-d031-4237-bc97-73c0ec3ad466",
                                                                            "message": "sample string 6",
                                                                            "message_view": true,
                                                                            "date_view": "2026-05-09T09:38:28.457422+02:00",
                                                                            "id_pos_sesion": "8b08738d-ca31-4381-82af-dccc4c7aaf9a",
                                                                            "terminal_add": "sample string 9",
                                                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                            "commited": true,
                                                                            "st_users": {
                                                                              "$ref": "8"
                                                                            },
                                                                            "tt_pos_sesion": {
                                                                              "$ref": "34"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "52"
                                                                          }
                                                                        ]
                                                                      }
                                                                    },
                                                                    {
                                                                      "$ref": "33"
                                                                    }
                                                                  ]
                                                                },
                                                                "mt_items_vouchers": {
                                                                  "$id": "53",
                                                                  "id": "82279962-33dd-42db-9071-e01499f8a444",
                                                                  "id_mask": "sample string 2",
                                                                  "name": "sample string 3",
                                                                  "description": "sample string 4",
                                                                  "json": "sample string 5",
                                                                  "id_pay_type": "5ec29ed1-5f0e-4d5f-ab3e-61268e9a2c58",
                                                                  "id_doc_print": "dbc9b8bd-302c-4926-98ff-61b873c77026",
                                                                  "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-05-09T09:38:28.457422+02:00",
                                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                  "commited": true,
                                                                  "mt_items_sub": [
                                                                    {
                                                                      "$ref": "25"
                                                                    },
                                                                    {
                                                                      "$ref": "25"
                                                                    }
                                                                  ]
                                                                },
                                                                "st_users": {
                                                                  "$ref": "8"
                                                                },
                                                                "mt_prices_items": [
                                                                  {
                                                                    "$id": "54",
                                                                    "id_list": "4b368dc1-114a-4fcd-bb7c-4e5818a80d77",
                                                                    "id_item_sub": "15a758c7-e1ad-4d69-9ac4-e4eac56beb37",
                                                                    "validity_date": "2026-05-09T09:38:28.457422+02:00",
                                                                    "price": 4.1,
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                    "id_user_upd": "883212aa-69a5-47b8-8cc1-86b269abfef0",
                                                                    "commited": true,
                                                                    "mt_items_sub": {
                                                                      "$ref": "25"
                                                                    },
                                                                    "mt_prices_list": {
                                                                      "$id": "55",
                                                                      "id": "dfa75194-533f-4369-b049-88fc37dcf728",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "id_ref": "b10e07bb-10d6-4c3a-b92b-85d5357a04c8",
                                                                      "tax_included": true,
                                                                      "switch_select": true,
                                                                      "item_type_default": 7,
                                                                      "name_pos": "sample string 8",
                                                                      "id_image": "64616610-2de0-4d1e-8cd7-95e8774ed632",
                                                                      "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-05-09T09:38:28.457422+02:00",
                                                                      "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                      "id_user_upd": "7a4e5ed6-e017-4bf0-98c3-d7155d81458d",
                                                                      "commited": true,
                                                                      "mt_pos_prices_list": [
                                                                        {
                                                                          "$id": "56",
                                                                          "id_pos": "b6844419-319b-48f7-9e4c-37c889798ede",
                                                                          "id_pos_type": "2e76a5bd-356b-4bd4-89ff-f08d5efe8fbf",
                                                                          "id_price_list": "4cdc1624-571f-45ca-84cc-a01ae8ac5496",
                                                                          "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-05-09T09:38:28.457422+02:00",
                                                                          "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                          "id_user_upd": "058995b3-a25d-4ae6-b8ad-d336e722dc9f",
                                                                          "commited": true,
                                                                          "mt_pos_view": {
                                                                            "$id": "57",
                                                                            "id_pos": "7f4da067-912c-4ae4-8461-4ba076d0c5f2",
                                                                            "id_pos_type": "5d61e367-7b72-4252-9adf-efcbf645949f",
                                                                            "is_default": true,
                                                                            "active": true,
                                                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                            "id_user_upd": "6ae5338f-d805-4a0e-966d-2270160699b0",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "10"
                                                                            },
                                                                            "mt_pos_prices_list": [
                                                                              {
                                                                                "$ref": "56"
                                                                              },
                                                                              {
                                                                                "$ref": "56"
                                                                              }
                                                                            ],
                                                                            "mt_pos_types": {
                                                                              "$id": "58",
                                                                              "id": "1970c62e-21bc-4099-8765-60f782bcdd76",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "is_module": true,
                                                                              "order": 5,
                                                                              "active": true,
                                                                              "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                              "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                              "id_user_upd": "d1ae8f3a-db7e-49de-bb64-2fe361f36bb6",
                                                                              "commited": true,
                                                                              "mt_items_featured": [
                                                                                {
                                                                                  "$id": "59",
                                                                                  "id": "f9bef469-540a-495b-8843-0eb9073a1236",
                                                                                  "id_branch": "71e69397-f520-45a3-b60e-7ba64822f2eb",
                                                                                  "id_pos_type": "5c1d84c5-72b4-4c58-879a-ec1829c93c81",
                                                                                  "id_pos": "74b61105-cb9c-4b7a-8698-9c1e6d34a3cd",
                                                                                  "id_item": "0763aaaf-692b-449a-ba04-f5d2b04415d5",
                                                                                  "date_from": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "date_end": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "image_id": 4,
                                                                                  "active": true,
                                                                                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "id_user_upd": "61d35b9d-1366-41e1-a073-2e90f9bc4f07",
                                                                                  "commited": true,
                                                                                  "mt_branches": {
                                                                                    "$ref": "2"
                                                                                  },
                                                                                  "mt_items": {
                                                                                    "$ref": "6"
                                                                                  },
                                                                                  "mt_pos": {
                                                                                    "$ref": "10"
                                                                                  },
                                                                                  "mt_pos_types": {
                                                                                    "$ref": "58"
                                                                                  },
                                                                                  "st_users": {
                                                                                    "$ref": "8"
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "$ref": "59"
                                                                                }
                                                                              ],
                                                                              "mt_pos_doc_print": [
                                                                                {
                                                                                  "$id": "60",
                                                                                  "id_pos_print": "0af28195-1b90-4aef-a115-122293af5ce4",
                                                                                  "id_doc": "8fbb4f87-b667-42ef-992e-3339c352a2e3",
                                                                                  "id_pos_type": "f3af4c8e-d2c4-48b9-a041-566b3a4f989b",
                                                                                  "id_doc_print": "c4eaa0bf-119f-421a-bc69-e5e5fab6a686",
                                                                                  "copies": 5,
                                                                                  "print_mode": 6,
                                                                                  "active": true,
                                                                                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                  "id_user_upd": "c9abe6aa-e890-4234-8257-4314f1fc009a",
                                                                                  "commited": true,
                                                                                  "mt_docs": {
                                                                                    "$ref": "14"
                                                                                  },
                                                                                  "mt_pos_print": {
                                                                                    "$id": "61",
                                                                                    "id": "d92e1ed6-3e4c-4b7c-aa51-7690c0ce43a6",
                                                                                    "id_pos": "af6137be-d010-478e-960d-b10404f741f2",
                                                                                    "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-05-09T09:38:28.457422+02:00",
                                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "id_user_upd": "cb0bfbc9-4be6-4ae8-9c3d-2fe72669d9ec",
                                                                                    "commited": true,
                                                                                    "mt_pos": {
                                                                                      "$ref": "10"
                                                                                    },
                                                                                    "mt_pos_doc_print": [
                                                                                      {
                                                                                        "$ref": "60"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "60"
                                                                                      }
                                                                                    ],
                                                                                    "st_users": {
                                                                                      "$ref": "8"
                                                                                    }
                                                                                  },
                                                                                  "mt_pos_types": {
                                                                                    "$ref": "58"
                                                                                  },
                                                                                  "st_doc_print": {
                                                                                    "$id": "62",
                                                                                    "id": "b1fd0b6a-157d-489e-9803-7a3b524f00f2",
                                                                                    "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-05-09T09:38:28.457422+02:00",
                                                                                    "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                                    "commited": true,
                                                                                    "mt_pos_doc_print": [
                                                                                      {
                                                                                        "$ref": "60"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "60"
                                                                                      }
                                                                                    ],
                                                                                    "st_doc_print_det": [
                                                                                      {
                                                                                        "$id": "63",
                                                                                        "id_doc_print": "0376e9ee-48f8-488a-8c28-91d668f5db84",
                                                                                        "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": "62"
                                                                                        }
                                                                                      },
                                                                                      {
                                                                                        "$ref": "63"
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "st_users": {
                                                                                    "$ref": "8"
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "$ref": "60"
                                                                                }
                                                                              ],
                                                                              "st_users": {
                                                                                "$ref": "8"
                                                                              },
                                                                              "mt_pos_view": [
                                                                                {
                                                                                  "$ref": "57"
                                                                                },
                                                                                {
                                                                                  "$ref": "57"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "8"
                                                                            }
                                                                          },
                                                                          "mt_prices_list": {
                                                                            "$ref": "55"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "8"
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "56"
                                                                        }
                                                                      ],
                                                                      "mt_prices_items": [
                                                                        {
                                                                          "$ref": "54"
                                                                        },
                                                                        {
                                                                          "$ref": "54"
                                                                        }
                                                                      ],
                                                                      "mt_prices_list1": [
                                                                        {
                                                                          "$ref": "55"
                                                                        },
                                                                        {
                                                                          "$ref": "55"
                                                                        }
                                                                      ],
                                                                      "mt_prices_list2": {
                                                                        "$ref": "55"
                                                                      },
                                                                      "mt_prices_list_rules": [
                                                                        {
                                                                          "$id": "64",
                                                                          "id": "442c6531-b9cb-4acd-8993-82a59746c031",
                                                                          "id_mask": "sample string 2",
                                                                          "name": "sample string 3",
                                                                          "description": "sample string 4",
                                                                          "date_from": "2026-05-09T09:38:28.457422+02:00",
                                                                          "date_end": "2026-05-09T09:38:28.457422+02:00",
                                                                          "id_branch": "b1570576-84af-4a3b-9d57-291ed5b398fb",
                                                                          "id_pos": "1cbfaa33-63ad-4c72-b447-5018d9cbd317",
                                                                          "id_list": "e1774a0d-3cb3-4c6d-a50a-b7b01eaef817",
                                                                          "view_list": true,
                                                                          "is_default": true,
                                                                          "active": true,
                                                                          "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                                          "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                                          "id_user_upd": "99efd1ce-1d3e-4430-a839-ca18fe42de21",
                                                                          "commited": true,
                                                                          "mt_branches": {
                                                                            "$ref": "2"
                                                                          },
                                                                          "mt_pos": {
                                                                            "$ref": "10"
                                                                          },
                                                                          "mt_prices_list": {
                                                                            "$ref": "55"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "8"
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "64"
                                                                        }
                                                                      ],
                                                                      "st_images": {
                                                                        "$ref": "3"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "8"
                                                                      },
                                                                      "mt_prices_rules": [
                                                                        {
                                                                          "$ref": "1"
                                                                        },
                                                                        {
                                                                          "$ref": "1"
                                                                        }
                                                                      ],
                                                                      "tt_doc_sa_det": [
                                                                        {
                                                                          "$ref": "24"
                                                                        },
                                                                        {
                                                                          "$ref": "24"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "8"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "54"
                                                                  }
                                                                ],
                                                                "tt_doc_sa_det": [
                                                                  {
                                                                    "$ref": "24"
                                                                  },
                                                                  {
                                                                    "$ref": "24"
                                                                  }
                                                                ]
                                                              },
                                                              "mt_prices_list": {
                                                                "$ref": "55"
                                                              },
                                                              "st_users": {
                                                                "$ref": "8"
                                                              },
                                                              "st_users1": {
                                                                "$ref": "8"
                                                              },
                                                              "tt_doc_sa": {
                                                                "$ref": "13"
                                                              },
                                                              "tt_doc_sa_det_stock": [
                                                                {
                                                                  "$id": "65",
                                                                  "id_doc_sa": "c22617d2-d163-40da-a455-1ea9ac9383ad",
                                                                  "id_line": 2,
                                                                  "id_item": "8f97a84e-a5ed-4c1f-b70d-e7606e0debbc",
                                                                  "qty": 4.1,
                                                                  "mt_items": {
                                                                    "$ref": "6"
                                                                  },
                                                                  "tt_doc_sa_det": {
                                                                    "$ref": "24"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "65"
                                                                }
                                                              ]
                                                            },
                                                            {
                                                              "$ref": "24"
                                                            }
                                                          ],
                                                          "tt_doc_sa_pay": [
                                                            {
                                                              "$ref": "20"
                                                            },
                                                            {
                                                              "$ref": "20"
                                                            }
                                                          ],
                                                          "tt_vouchers": [
                                                            {
                                                              "$ref": "31"
                                                            },
                                                            {
                                                              "$ref": "31"
                                                            }
                                                          ],
                                                          "tt_vouchers_permisions": [
                                                            {
                                                              "$ref": "32"
                                                            },
                                                            {
                                                              "$ref": "32"
                                                            }
                                                          ],
                                                          "tt_rooms_units_activity": [
                                                            {
                                                              "$ref": "36"
                                                            },
                                                            {
                                                              "$ref": "36"
                                                            }
                                                          ],
                                                          "tt_rooms_units_activity1": [
                                                            {
                                                              "$ref": "36"
                                                            },
                                                            {
                                                              "$ref": "36"
                                                            }
                                                          ]
                                                        },
                                                        "mt_money_types": {
                                                          "$ref": "16"
                                                        },
                                                        "mt_payment_types": {
                                                          "$ref": "19"
                                                        },
                                                        "tt_doc_sa": {
                                                          "$ref": "13"
                                                        },
                                                        "tt_vouchers": {
                                                          "$ref": "31"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "20"
                                                      }
                                                    ],
                                                    "tt_vouchers": [
                                                      {
                                                        "$ref": "31"
                                                      },
                                                      {
                                                        "$ref": "31"
                                                      }
                                                    ]
                                                  },
                                                  "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": "60"
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ],
                                        "st_doc_num": [
                                          {
                                            "$id": "66",
                                            "id_pos": "d5c50af7-4574-457e-8983-e2ed5b3d9f79",
                                            "id_doc": "7c566f6a-0231-4240-ba93-5c9535c4d659",
                                            "value": 3,
                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                            "commited": true,
                                            "mt_docs": {
                                              "$ref": "14"
                                            },
                                            "mt_pos": {
                                              "$ref": "10"
                                            }
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "tt_doc_sa": [
                                          {
                                            "$ref": "13"
                                          },
                                          {
                                            "$ref": "13"
                                          }
                                        ],
                                        "tt_doc_st": [
                                          {
                                            "$id": "67",
                                            "id": "513db00b-68f7-46c2-bc33-8e1de0e3c3bf",
                                            "id_pos": "c4b36894-50d7-443a-9642-e54785490ab5",
                                            "id_doc": "804bb942-b2ad-4655-9185-a0105669e610",
                                            "id_branch": "dd0efce2-69d0-47a9-a7c0-369f1749529b",
                                            "nro_doc": "sample string 5",
                                            "date_doc": "2026-05-09T09:38:28.457422+02:00",
                                            "block": true,
                                            "nro_original": "sample string 8",
                                            "id_ref": "f89de605-754f-404f-9263-c2a41a4e7fca",
                                            "id_loc_from": "b3b8175a-2d82-4d92-8e37-bca628906f63",
                                            "id_loc_end": "1621c35f-31a8-4c28-b5c0-c0239e0fd3ef",
                                            "id_user_add": "f2fe17b2-1666-4f5e-82fa-2c98b3f8a399",
                                            "id_user_upd": "3771692f-a37e-48ca-b355-8cb4c8babe32",
                                            "id_pos_sesion": "200688a2-b2eb-43ad-a49b-da83c3f0d72c",
                                            "comment": "sample string 12",
                                            "status": 1,
                                            "is_send": true,
                                            "date_send": "2026-05-09T09:38:28.457422+02:00",
                                            "active": true,
                                            "created_on": "2026-05-09T09:38:28.457422+02:00",
                                            "last_update": "2026-05-09T09:38:28.457422+02:00",
                                            "commited": true,
                                            "mt_branches": {
                                              "$ref": "2"
                                            },
                                            "mt_docs": {
                                              "$ref": "14"
                                            },
                                            "mt_locations": {
                                              "$id": "68",
                                              "id": "6cd530c6-609a-4405-988a-3de0618427f1",
                                              "id_mask": "sample string 2",
                                              "name": "sample string 3",
                                              "description": "sample string 4",
                                              "reserved": true,
                                              "id_branch": "1ed19792-eeb8-4aa1-b9d8-8759e6224338",
                                              "active": true,
                                              "created_on": "2026-05-09T09:38:28.457422+02:00",
                                              "last_update": "2026-05-09T09:38:28.457422+02:00",
                                              "id_user_upd": "33230d85-51c8-4262-99b8-876b84a87c69",
                                              "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": "67"
                                                },
                                                {
                                                  "$ref": "67"
                                                }
                                              ],
                                              "tt_doc_st1": [
                                                {
                                                  "$ref": "67"
                                                },
                                                {
                                                  "$ref": "67"
                                                }
                                              ],
                                              "tt_stock": [
                                                {
                                                  "$id": "69",
                                                  "id_location": "d2c3e6dd-937a-4790-b1a3-023039ea1b72",
                                                  "id_item": "3c399b2b-a19e-4ac9-950e-42d417ccf820",
                                                  "stock_ideal": 3.1,
                                                  "stock_min": 4.1,
                                                  "stock_max": 5.1,
                                                  "stock": 6.1,
                                                  "active": true,
                                                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                                  "commited": true,
                                                  "mt_items": {
                                                    "$ref": "6"
                                                  },
                                                  "mt_locations": {
                                                    "$ref": "68"
                                                  }
                                                },
                                                {
                                                  "$ref": "69"
                                                }
                                              ]
                                            },
                                            "mt_locations1": {
                                              "$ref": "68"
                                            },
                                            "mt_pos": {
                                              "$ref": "10"
                                            },
                                            "st_users": {
                                              "$ref": "8"
                                            },
                                            "st_users1": {
                                              "$ref": "8"
                                            },
                                            "tt_doc_st_det": [
                                              {
                                                "$id": "70",
                                                "id_doc_st": "5f681566-8f12-4bee-b9e0-686c23f5d3a8",
                                                "id_line": 2,
                                                "id_item": "e6986a20-ba0a-49ad-9538-0f2ed9184fa3",
                                                "comment": "sample string 4",
                                                "qty": 5.1,
                                                "status": 1,
                                                "active": true,
                                                "mt_items": {
                                                  "$ref": "6"
                                                },
                                                "tt_doc_st": {
                                                  "$ref": "67"
                                                }
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ],
                                            "tt_doc_st1": [
                                              {
                                                "$ref": "67"
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "tt_doc_st2": {
                                              "$ref": "67"
                                            }
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ]
                                      },
                                      "mt_locations": {
                                        "$ref": "68"
                                      },
                                      "mt_locations1": {
                                        "$ref": "68"
                                      },
                                      "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": "34"
                                      },
                                      "tt_rooms_units_activity": {
                                        "$ref": "36"
                                      },
                                      "tt_spool_doc_print": [
                                        {
                                          "$id": "71",
                                          "id": "4746edd9-426f-4704-b7b4-053149ef27f3",
                                          "spool_server": "sample string 2",
                                          "id_doc_sa": "22bded6c-9e74-4944-bc4f-240267a1c253",
                                          "spool_printer": "sample string 4",
                                          "count": 5,
                                          "created_on": "2026-05-09T09:38:28.457422+02:00",
                                          "printed": true,
                                          "print_on": "2026-05-09T09:38:28.457422+02:00",
                                          "tt_doc_sa": {
                                            "$ref": "13"
                                          }
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ]
                                    },
                                    "tt_pos_sesion": {
                                      "$ref": "34"
                                    }
                                  },
                                  {
                                    "$ref": "12"
                                  }
                                ]
                              },
                              {
                                "$ref": "11"
                              }
                            ],
                            "mt_items_featured": [
                              {
                                "$ref": "59"
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "mt_pos_print": [
                              {
                                "$ref": "61"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "mt_pos_rooms": [
                              {
                                "$ref": "39"
                              },
                              {
                                "$ref": "39"
                              }
                            ],
                            "st_users": {
                              "$ref": "8"
                            },
                            "mt_pos_view": [
                              {
                                "$ref": "57"
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "mt_prices_list_rules": [
                              {
                                "$ref": "64"
                              },
                              {
                                "$ref": "64"
                              }
                            ],
                            "mt_prices_rules": [
                              {
                                "$ref": "1"
                              },
                              {
                                "$ref": "1"
                              }
                            ],
                            "st_doc_num": [
                              {
                                "$ref": "66"
                              },
                              {
                                "$ref": "66"
                              }
                            ],
                            "st_pos_license": [
                              {
                                "$id": "72",
                                "id": "07e8e82a-f2b2-4f18-a599-aefa7e69cc36",
                                "id_pos": "96cb649a-ee88-4a4c-a03a-643a2a890af9",
                                "mac_address": "sample string 3",
                                "date_end": "2026-05-09T09:38:28.457422+02:00",
                                "key_access": "sample string 5",
                                "id_user_add": "8392b30f-5ecf-4367-9479-d082f647ac7c",
                                "active": true,
                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                "commited": true,
                                "mt_pos": {
                                  "$ref": "10"
                                },
                                "st_users": {
                                  "$ref": "8"
                                }
                              },
                              {
                                "$ref": "72"
                              }
                            ],
                            "st_users_pos": [
                              {
                                "$id": "73",
                                "id_user": "e422de0f-ecba-4a0f-b632-f0bdcd2b3c3c",
                                "id_pos": "7bf59a13-11c8-4f9f-8991-3f58e0c7a5f0",
                                "pass_required": true,
                                "active": true,
                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                "commited": true,
                                "mt_pos": {
                                  "$ref": "10"
                                },
                                "st_users": {
                                  "$ref": "8"
                                }
                              },
                              {
                                "$ref": "73"
                              }
                            ],
                            "tt_doc_sa": [
                              {
                                "$ref": "13"
                              },
                              {
                                "$ref": "13"
                              }
                            ],
                            "tt_pos_connection": [
                              {
                                "$id": "74",
                                "id": "994cd423-abf8-43d3-8292-22e3db5e5822",
                                "id_pos": "de617665-6798-4aff-b5cf-dee772ae11be",
                                "date_add": "2026-05-09T09:38:28.457422+02:00",
                                "date_upd": "2026-05-09T09:38:28.457422+02:00",
                                "date_out": "2026-05-09T09:38:28.457422+02: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": "74"
                              }
                            ],
                            "tt_pos_sesion": [
                              {
                                "$ref": "34"
                              },
                              {
                                "$ref": "34"
                              }
                            ],
                            "mt_branches": {
                              "$ref": "2"
                            },
                            "tt_logs": [
                              {
                                "$id": "75",
                                "id": "d5122f09-31e8-4598-b307-31cfea9dd7d9",
                                "id_user_add": "38690caf-6c2b-4302-8ac8-324c41a2781d",
                                "id_table": "1dd46edd-b9a3-4e48-89ea-98aa5a79bb9d",
                                "message_log": "sample string 3",
                                "json_object": "sample string 4",
                                "log_type": "sample string 5",
                                "id_pos": "4b2afca0-c3b2-4dc6-b652-d86e86616b73",
                                "created_on": "2026-05-09T09:38:28.457422+02:00",
                                "commited": true,
                                "mt_pos": {
                                  "$ref": "10"
                                },
                                "st_sync_tables": {
                                  "$id": "76",
                                  "id": "553e9c51-3e9f-476a-b705-e0c3216f221a",
                                  "level": 2,
                                  "order": 3,
                                  "name": "sample string 4",
                                  "log_ins": true,
                                  "log_upd": true,
                                  "packet_forward": true,
                                  "active": true,
                                  "created_on": "2026-05-09T09:38:28.457422+02:00",
                                  "last_update": "2026-05-09T09:38:28.457422+02:00",
                                  "commited": true,
                                  "st_sync_packages_det": [
                                    {
                                      "$id": "77",
                                      "id": "3f7620bf-477e-44a5-be40-307e8ede0e18",
                                      "id_sync": "54ff4c2f-f72d-434f-93a8-8987330ce301",
                                      "json": "sample string 3",
                                      "id_table": "357ad81d-62ff-4dfb-a6a6-8233c44e31ec",
                                      "order": 5,
                                      "st_sync_packages": {
                                        "$id": "78",
                                        "id": "1def8b8b-b544-4c53-8c8d-2164f4773082",
                                        "id_branch_from": "d827dc6f-56ad-4396-913c-5abd59be4ade",
                                        "id_branch_to": "0b3097c7-1d56-45a6-98b2-9c91da27cf91",
                                        "type": 4,
                                        "created_on": "2026-05-09T09:38:28.457422+02:00",
                                        "order": 6,
                                        "status": 7,
                                        "log_info": "sample string 8",
                                        "sync_on": "2026-05-09T09:38:28.457422+02:00",
                                        "send_on": "2026-05-09T09:38:28.457422+02:00",
                                        "mt_branches": {
                                          "$ref": "2"
                                        },
                                        "mt_branches1": {
                                          "$ref": "2"
                                        },
                                        "st_sync_packages_det": [
                                          {
                                            "$ref": "77"
                                          },
                                          {
                                            "$ref": "77"
                                          }
                                        ]
                                      },
                                      "st_sync_tables": {
                                        "$ref": "76"
                                      }
                                    },
                                    {
                                      "$ref": "77"
                                    }
                                  ],
                                  "tt_logs": [
                                    {
                                      "$ref": "75"
                                    },
                                    {
                                      "$ref": "75"
                                    }
                                  ]
                                },
                                "st_users": {
                                  "$ref": "8"
                                }
                              },
                              {
                                "$ref": "75"
                              }
                            ],
                            "st_local_variables": [
                              {
                                "$id": "79",
                                "id": "b8905f63-3e7d-4b4a-93ac-d85446597803",
                                "id_pos": "ad6ebdee-9011-47ff-831e-f4c56e79c569",
                                "name": "sample string 3",
                                "description": "sample string 4",
                                "value": "sample string 5",
                                "type": "sample string 6",
                                "last_update": "2026-05-09T09:38:28.457422+02:00",
                                "commited": true,
                                "mt_pos": {
                                  "$ref": "10"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ],
                            "tt_doc_st": [
                              {
                                "$ref": "67"
                              },
                              {
                                "$ref": "67"
                              }
                            ]
                          },
                          {
                            "$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_featured": [
                      {
                        "$ref": "59"
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "mt_items_sub": [
                      {
                        "$ref": "25"
                      },
                      {
                        "$ref": "25"
                      }
                    ],
                    "mt_items_types": [
                      {
                        "$ref": "29"
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "mt_locations": [
                      {
                        "$ref": "68"
                      },
                      {
                        "$ref": "68"
                      }
                    ],
                    "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": "60"
                      },
                      {
                        "$ref": "60"
                      }
                    ],
                    "mt_pos_prices_list": [
                      {
                        "$ref": "56"
                      },
                      {
                        "$ref": "56"
                      }
                    ],
                    "mt_pos_print": [
                      {
                        "$ref": "61"
                      },
                      {
                        "$ref": "61"
                      }
                    ],
                    "mt_pos_rooms": [
                      {
                        "$ref": "39"
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "mt_pos_types": [
                      {
                        "$ref": "58"
                      },
                      {
                        "$ref": "58"
                      }
                    ],
                    "mt_pos_view": [
                      {
                        "$ref": "57"
                      },
                      {
                        "$ref": "57"
                      }
                    ],
                    "mt_prices_items": [
                      {
                        "$ref": "54"
                      },
                      {
                        "$ref": "54"
                      }
                    ],
                    "mt_prices_list": [
                      {
                        "$ref": "55"
                      },
                      {
                        "$ref": "55"
                      }
                    ],
                    "mt_prices_list_rules": [
                      {
                        "$ref": "64"
                      },
                      {
                        "$ref": "64"
                      }
                    ],
                    "mt_prices_rules": [
                      {
                        "$ref": "1"
                      },
                      {
                        "$ref": "1"
                      }
                    ],
                    "mt_rooms": [
                      {
                        "$ref": "38"
                      },
                      {
                        "$ref": "38"
                      }
                    ],
                    "mt_rooms_units": [
                      {
                        "$ref": "37"
                      },
                      {
                        "$ref": "37"
                      }
                    ],
                    "mt_rooms_units_states_types": [
                      {
                        "$ref": "42"
                      },
                      {
                        "$ref": "42"
                      }
                    ],
                    "mt_rooms_units_types": [
                      {
                        "$ref": "41"
                      },
                      {
                        "$ref": "41"
                      }
                    ],
                    "mt_units": [
                      {
                        "$ref": "28"
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "mt_units_ref": [
                      {
                        "$ref": "27"
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "st_images": {
                      "$ref": "3"
                    },
                    "st_images1": {
                      "$ref": "3"
                    },
                    "st_permisions": [
                      {
                        "$ref": "49"
                      },
                      {
                        "$ref": "49"
                      }
                    ],
                    "st_pos_license": [
                      {
                        "$ref": "72"
                      },
                      {
                        "$ref": "72"
                      }
                    ],
                    "st_users_pos": [
                      {
                        "$ref": "73"
                      },
                      {
                        "$ref": "73"
                      }
                    ],
                    "st_users_token": [
                      {
                        "$id": "80",
                        "id": "ad8291c0-99dc-41a5-8b20-1af2dab1fecd",
                        "token_id": "sample string 2",
                        "id_user": "6c9efc97-edea-4d19-84b6-f1c94b9282c6",
                        "date_from": "2026-05-09T09:38:28.457422+02:00",
                        "date_end": "2026-05-09T09:38:28.457422+02:00",
                        "created_on": "2026-05-09T09:38:28.457422+02:00",
                        "st_users": {
                          "$ref": "8"
                        }
                      },
                      {
                        "$ref": "80"
                      }
                    ],
                    "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_st": [
                      {
                        "$ref": "67"
                      },
                      {
                        "$ref": "67"
                      }
                    ],
                    "tt_doc_st1": [
                      {
                        "$ref": "67"
                      },
                      {
                        "$ref": "67"
                      }
                    ],
                    "tt_items_customs": [
                      {
                        "$ref": "33"
                      },
                      {
                        "$ref": "33"
                      }
                    ],
                    "tt_logs": [
                      {
                        "$ref": "75"
                      },
                      {
                        "$ref": "75"
                      }
                    ],
                    "tt_pos_sesion": [
                      {
                        "$ref": "34"
                      },
                      {
                        "$ref": "34"
                      }
                    ],
                    "tt_pos_sesion1": [
                      {
                        "$ref": "34"
                      },
                      {
                        "$ref": "34"
                      }
                    ],
                    "tt_rooms_list": [
                      {
                        "$ref": "40"
                      },
                      {
                        "$ref": "40"
                      }
                    ],
                    "tt_rooms_units_activity": [
                      {
                        "$ref": "36"
                      },
                      {
                        "$ref": "36"
                      }
                    ],
                    "tt_rooms_units_activity1": [
                      {
                        "$ref": "36"
                      },
                      {
                        "$ref": "36"
                      }
                    ],
                    "tt_rooms_units_log": [
                      {
                        "$id": "81",
                        "id": "d5201047-db9e-4e2b-8a0c-1da38a757a2d",
                        "id_room_activity": "7d8f2d61-f81a-4908-8432-ee9da53c3643",
                        "id_pos_sesion": "63861982-6b33-4f07-b3a5-fcdb1ebbfc74",
                        "log_text": "sample string 4",
                        "id_user": "7448d0a8-4ec7-47aa-8134-1af4e62d79d4",
                        "created_on": "2026-05-09T09:38:28.457422+02:00",
                        "commited": true,
                        "st_users": {
                          "$ref": "8"
                        }
                      },
                      {
                        "$ref": "81"
                      }
                    ],
                    "tt_tips_users": [
                      {
                        "$ref": "45"
                      },
                      {
                        "$ref": "45"
                      }
                    ],
                    "tt_vouchers_permisions": [
                      {
                        "$ref": "32"
                      },
                      {
                        "$ref": "32"
                      }
                    ],
                    "tt_vouchers": [
                      {
                        "$ref": "31"
                      },
                      {
                        "$ref": "31"
                      }
                    ],
                    "mt_docs": [
                      {
                        "$ref": "14"
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "tt_pos_sesion_users": [
                      {
                        "$ref": "46"
                      },
                      {
                        "$ref": "46"
                      }
                    ],
                    "tt_doc_sa": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "tt_doc_sa1": [
                      {
                        "$ref": "13"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "mt_items": [
                      {
                        "$ref": "6"
                      },
                      {
                        "$ref": "6"
                      }
                    ],
                    "mt_rooms_units_states": [
                      {
                        "$ref": "43"
                      },
                      {
                        "$ref": "43"
                      }
                    ],
                    "st_users_profiles": {
                      "$ref": "48"
                    },
                    "tt_cmd_connection": [
                      {
                        "$ref": "47"
                      },
                      {
                        "$ref": "47"
                      }
                    ],
                    "tt_cmd_messages": [
                      {
                        "$ref": "52"
                      },
                      {
                        "$ref": "52"
                      }
                    ]
                  }
                },
                "mt_categories_items": [
                  {
                    "$ref": "5"
                  },
                  {
                    "$ref": "5"
                  }
                ],
                "mt_items_featured": [
                  {
                    "$ref": "59"
                  },
                  {
                    "$ref": "59"
                  }
                ],
                "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": "1"
                  },
                  {
                    "$ref": "1"
                  }
                ],
                "tt_doc_sa_det_stock": [
                  {
                    "$ref": "65"
                  },
                  {
                    "$ref": "65"
                  }
                ],
                "tt_doc_st_det": [
                  {
                    "$ref": "70"
                  },
                  {
                    "$ref": "70"
                  }
                ],
                "tt_items_customs": [
                  {
                    "$ref": "33"
                  },
                  {
                    "$ref": "33"
                  }
                ],
                "tt_stock": [
                  {
                    "$ref": "69"
                  },
                  {
                    "$ref": "69"
                  }
                ],
                "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": "1"
            },
            {
              "$ref": "1"
            }
          ],
          "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": "55"
        },
        {
          "$ref": "55"
        }
      ],
      "mt_rooms": [
        {
          "$ref": "38"
        },
        {
          "$ref": "38"
        }
      ],
      "mt_rooms1": [
        {
          "$ref": "38"
        },
        {
          "$ref": "38"
        }
      ],
      "mt_rooms_units_states_types": [
        {
          "$ref": "42"
        },
        {
          "$ref": "42"
        }
      ],
      "st_functions": [
        {
          "$ref": "50"
        },
        {
          "$ref": "50"
        }
      ],
      "st_images_types": {
        "$id": "82",
        "id": "cac17fe1-aff5-495b-97e4-dcabc5eb411b",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "active": true,
        "created_on": "2026-05-09T09:38:28.457422+02:00",
        "last_update": "2026-05-09T09:38:28.457422+02: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": "59"
      },
      {
        "$ref": "59"
      }
    ],
    "mt_locations": [
      {
        "$ref": "68"
      },
      {
        "$ref": "68"
      }
    ],
    "mt_periods": [
      {
        "$id": "83",
        "id_branch": "aa944a65-2ebb-406a-8a3c-926282309514",
        "exercise_id": 2,
        "period_id": 3,
        "date_from": "2026-05-09T09:38:28.457422+02:00",
        "date_end": "2026-05-09T09:38:28.457422+02:00",
        "state": "sample string 6",
        "created_on": "2026-05-09T09:38:28.457422+02:00",
        "last_update": "2026-05-09T09:38:28.457422+02:00",
        "commited": true,
        "mt_branches": {
          "$ref": "2"
        }
      },
      {
        "$ref": "83"
      }
    ],
    "mt_pos": [
      {
        "$ref": "10"
      },
      {
        "$ref": "10"
      }
    ],
    "mt_prices_list_rules": [
      {
        "$ref": "64"
      },
      {
        "$ref": "64"
      }
    ],
    "mt_prices_rules": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "mt_rooms": [
      {
        "$ref": "38"
      },
      {
        "$ref": "38"
      }
    ],
    "st_sync_packages": [
      {
        "$ref": "78"
      },
      {
        "$ref": "78"
      }
    ],
    "st_sync_packages1": [
      {
        "$ref": "78"
      },
      {
        "$ref": "78"
      }
    ],
    "tt_doc_sa": [
      {
        "$ref": "13"
      },
      {
        "$ref": "13"
      }
    ],
    "tt_doc_st": [
      {
        "$ref": "67"
      },
      {
        "$ref": "67"
      }
    ],
    "tt_vouchers": [
      {
        "$ref": "31"
      },
      {
        "$ref": "31"
      }
    ],
    "tt_vouchers_permisions": [
      {
        "$ref": "32"
      },
      {
        "$ref": "32"
      }
    ]
  },
  "mt_categories": {
    "$ref": "4"
  },
  "mt_items": {
    "$ref": "6"
  },
  "mt_items_types": {
    "$ref": "29"
  },
  "mt_pos": {
    "$ref": "10"
  },
  "mt_prices_list": {
    "$ref": "55"
  },
  "st_users": {
    "$ref": "8"
  }
}