GET api/Mt_Prices_Rules?id_branch={id_branch}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id_branch

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Collection of 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": "1",
    "id": "1c6675a7-9f29-429a-9492-6188b54086e8",
    "id_mask": "sample string 2",
    "name": "sample string 3",
    "description": "sample string 4",
    "date_from": "2026-07-08T10:45:00.4486822+02:00",
    "date_end": "2026-07-08T10:45:00.4486822+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": "8bfd80e4-4a7b-4883-8201-638d1d41457f",
    "id_pos": "5d0b140d-6788-4613-a2d6-bc99c98a17f1",
    "id_list": "bb075927-06d2-4121-a8bc-755fe7d8b582",
    "id_item": "e4acc3c9-5cf9-4708-9df8-9c8d886f0454",
    "id_item_type": "f482ba96-e5a7-4152-ba56-add141c3fd2e",
    "id_category": "f05b1d07-fd82-455b-bee3-01c0dd044248",
    "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-07-08T10:45:00.4486822+02:00",
    "last_update": "2026-07-08T10:45:00.4486822+02:00",
    "id_user_upd": "b534a5b9-aa34-4db6-8cfc-179e4bbb1797",
    "commited": true,
    "mt_branches": {
      "$id": "2",
      "id": "cec13d0f-af92-447a-8c87-5a4f7fad8ff7",
      "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": "3b8221ce-8fbc-476e-aad8-4f018168e328",
      "order": 12,
      "external_id": "sample string 13",
      "sync": true,
      "active": true,
      "created_on": "2026-07-08T10:45:00.4486822+02:00",
      "last_update": "2026-07-08T10:45:00.4486822+02:00",
      "id_user_upd": "f62578b2-329c-4487-910e-95708be68463",
      "commited": true,
      "st_images": {
        "$id": "3",
        "id": "1bc0b3e5-b517-4d56-b992-20a58fbff4f9",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "id_img_type": "cef35347-5802-4ad6-80c3-881457d0b91f",
        "image_file": "sample string 5",
        "extension": "sample string 6",
        "high": 1,
        "width": 1,
        "active": true,
        "created_on": "2026-07-08T10:45:00.4486822+02:00",
        "last_update": "2026-07-08T10:45:00.4486822+02:00",
        "commited": true,
        "mt_branches": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "mt_categories": [
          {
            "$id": "4",
            "id": "7d4c5ccb-5d26-4714-9650-00a477618221",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "id_item_type": "697d6103-26e6-4911-b4c8-1e387841ae17",
            "order_type": 5,
            "name_pos": "sample string 6",
            "id_image": "482ebb9c-9443-48b3-add7-36f7e02520c4",
            "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-07-08T10:45:00.4486822+02:00",
            "last_update": "2026-07-08T10:45:00.4486822+02:00",
            "id_user_upd": "a31fd9de-6b94-42c6-a3f1-bd67d9a06ba2",
            "commited": true,
            "mt_categories_items": [
              {
                "$id": "5",
                "id_category": "3c7f28f5-3a32-4a32-801a-9cd79b13657d",
                "id_item": "22e6be0d-f792-494b-8d99-a13d1ea19885",
                "is_default": true,
                "active": true,
                "created_on": "2026-07-08T10:45:00.4486822+02:00",
                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                "id_user_upd": "b9778b84-c04a-4f3b-8299-6acf1cc12185",
                "commited": true,
                "mt_categories": {
                  "$ref": "4"
                },
                "mt_items": {
                  "$id": "6",
                  "id": "61a1df67-4a81-4622-a829-d11119c62abb",
                  "id_mask": "sample string 2",
                  "name": "sample string 3",
                  "description": "sample string 4",
                  "id_unit": "a5af35a7-a9d3-4a8a-847b-4f4b8aac96fd",
                  "id_unit_sec": "1d2dfa1c-cb5e-4838-9481-739f153cd90a",
                  "id_brand": "e7d31553-536a-4e2f-b0d2-c0a424da7490",
                  "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": "409cf798-6ac9-4565-b5c9-198d9e5e91df",
                  "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-07-08T10:45:00.4486822+02:00",
                  "last_update": "2026-07-08T10:45:00.4486822+02:00",
                  "id_user_upd": "59de0330-2cf2-44d3-9437-f5d581b13ccf",
                  "commited": true,
                  "mt_brands": {
                    "$id": "7",
                    "id": "2780250c-6d43-4c77-a59f-029fa799d2a5",
                    "id_mask": "sample string 2",
                    "name": "sample string 3",
                    "active": true,
                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                    "id_user_upd": "a7e75df7-d16d-4425-9666-6d3cba4f3caf",
                    "commited": true,
                    "mt_items": [
                      {
                        "$ref": "6"
                      },
                      {
                        "$ref": "6"
                      }
                    ],
                    "st_users": {
                      "$id": "8",
                      "id": "6e9cdec0-38e5-42f7-8706-bedd50591896",
                      "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": "9663098e-e77f-48ce-b457-77382b136cab",
                      "view_messages": true,
                      "id_image_photo": "351d3006-0ae0-4265-ac19-eb805119a8f2",
                      "reserved": true,
                      "pos_access": true,
                      "back_access": true,
                      "name_pos": "sample string 13",
                      "id_image": "820d4c8f-9b09-48c7-8b8f-70b3ed753a7b",
                      "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-07-08T10:45:00.4486822+02:00",
                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                      "commited": true,
                      "mt_branches": [
                        {
                          "$ref": "2"
                        },
                        {
                          "$ref": "2"
                        }
                      ],
                      "mt_branches_zones": [
                        {
                          "$id": "9",
                          "id": "a22dccf5-5f02-46e4-b9e0-272646c880a9",
                          "id_mask": "sample string 2",
                          "name": "sample string 3",
                          "description": "sample string 4",
                          "id_branch": "f017cc48-95a9-4c74-ad79-0e2fafb8cc38",
                          "active": true,
                          "created_on": "2026-07-08T10:45:00.4486822+02:00",
                          "last_update": "2026-07-08T10:45:00.4486822+02:00",
                          "id_user_upd": "aa879a28-c9a7-4bf4-aeee-968fc832a6e6",
                          "commited": true,
                          "mt_branches": {
                            "$ref": "2"
                          },
                          "mt_pos": [
                            {
                              "$id": "10",
                              "id": "d0201d3f-f0b3-4c12-90f5-3aeec85223fa",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "description": "sample string 4",
                              "id_branch": "fabe525c-1d15-4667-802c-dd8d25a557d4",
                              "id_zone": "835f7ce7-d434-40ba-a05a-b40ee45b0662",
                              "user_required": true,
                              "active": true,
                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                              "id_user_upd": "e05e6628-7c96-42d4-9ae9-ea5c607a35f4",
                              "commited": true,
                              "mt_branches_zones": {
                                "$ref": "9"
                              },
                              "mt_cloakrooms": [
                                {
                                  "$id": "11",
                                  "id": "16a6cb70-6270-489d-a169-da3079a39fb6",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "id_pos": "47ebc567-407f-4230-bbb6-d33871cddc4c",
                                  "unit_ini": 5,
                                  "unit_end": 6,
                                  "name_pos": "sample string 7",
                                  "id_image": "a2f8c0a3-d3c7-4438-a765-339c11e30ef9",
                                  "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-07-08T10:45:00.4486822+02:00",
                                  "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                  "id_user_upd": "ed10671c-467e-477b-a65d-19ab0b4a2b27",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "10"
                                  },
                                  "st_images": {
                                    "$ref": "3"
                                  },
                                  "st_users": {
                                    "$ref": "8"
                                  },
                                  "tt_cloakrooms_units": [
                                    {
                                      "$id": "12",
                                      "id": "ed6d8d5f-adb7-4281-9a8d-a63fc2a2e0f0",
                                      "id_cloakroom": "87e53bb5-5f64-47be-9935-d22e1f5c9d8a",
                                      "id_pos_sesion": "f044eeee-5300-4542-ae07-806bb0611669",
                                      "unit_id": 4,
                                      "date_open": "2026-07-08T10:45:00.4486822+02:00",
                                      "date_close": "2026-07-08T10:45:00.4486822+02:00",
                                      "id_doc_sa": "46184f02-dd8b-4e7a-a2ce-52b7af43eb9c",
                                      "commited": true,
                                      "mt_cloakrooms": {
                                        "$ref": "11"
                                      },
                                      "tt_doc_sa": {
                                        "$id": "13",
                                        "id": "e4464da0-3c47-49d1-afaa-a24fa2c797df",
                                        "id_pos": "836eb503-9830-4c16-834e-2848c6bd5c34",
                                        "id_doc": "59e9495c-280b-4855-94cf-63ad7812f93d",
                                        "id_branch": "4536de99-f645-464a-85f3-00804f57f146",
                                        "nro_doc": "sample string 5",
                                        "date_doc": "2026-07-08T10:45:00.4486822+02:00",
                                        "date_tax": "2026-07-08T10:45:00.4486822+02:00",
                                        "hour_doc": "00:00:00.1234567",
                                        "block": true,
                                        "id_ref": "fea42e4d-1fd7-42e6-a7c6-f420fe0f8330",
                                        "id_relationship": "c1dd38a1-1701-46be-a488-fe39834f2902",
                                        "id_loc_from": "868d5476-209f-49a7-9aa8-12d277f31710",
                                        "id_loc_end": "3041fd55-1763-4ab2-9a2b-4b53ff5a4c55",
                                        "id_user_add": "b7c3729f-5535-4150-a0e7-fc86e5b96536",
                                        "id_user_upd": "73ada6d1-5621-489b-9644-7a49f61bfaf9",
                                        "comment": "sample string 12",
                                        "id_pos_sesion": "aaa4d052-842e-45ab-873a-d68de18d574f",
                                        "id_room_unit": "1eb4da05-d18b-4ff7-a30e-2963cd408e57",
                                        "ref_locator": "sample string 13",
                                        "ref_zone_aut": "sample string 14",
                                        "id_pos_type": "b0df114f-340f-4ec7-b394-3d257541df41",
                                        "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-07-08T10:45:00.4486822+02:00",
                                        "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                        "commited": true,
                                        "created_by": 1,
                                        "doc_print": true,
                                        "mt_branches": {
                                          "$ref": "2"
                                        },
                                        "mt_docs": {
                                          "$id": "14",
                                          "id": "9acebcd9-37d3-42d9-8c6e-69a12bf2de49",
                                          "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": "012417f4-5838-43fa-a2ae-8a8c6a0ee62b",
                                          "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-07-08T10:45:00.4486822+02:00",
                                          "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                          "id_user_upd": "07b32de3-b344-48d8-8dbc-939e22e8626e",
                                          "commited": true,
                                          "mt_docs_payment_money": [
                                            {
                                              "$id": "15",
                                              "id_doc": "ae6faddb-93b3-4ac8-a37e-1371bb98d2ff",
                                              "id_pay": "aa44cf6c-6a03-443c-809d-62be492cd12d",
                                              "id_money": "20668364-351e-40ce-9bfd-501d7af3156e",
                                              "active": true,
                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                              "id_user_upd": "a1796edf-0215-4eae-abbc-7527343b1a40",
                                              "commited": true,
                                              "mt_docs": {
                                                "$ref": "14"
                                              },
                                              "mt_money_types": {
                                                "$id": "16",
                                                "id": "3de94cee-a67c-4806-acf8-0761ee1fc545",
                                                "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": "60bfda40-2c84-4656-9714-f188e7d1aba3",
                                                "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-07-08T10:45:00.4486822+02:00",
                                                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                "id_user_upd": "3923b5d3-d9dd-4c97-9aa0-c7f02fc70461",
                                                "commited": true,
                                                "mt_docs_payment_money": [
                                                  {
                                                    "$ref": "15"
                                                  },
                                                  {
                                                    "$ref": "15"
                                                  }
                                                ],
                                                "mt_money_rates": [
                                                  {
                                                    "$id": "17",
                                                    "id_money_1": "dad29ced-9eb5-49d3-932c-0abc475b41bf",
                                                    "id_money_2": "bb4cb0b3-cfc5-4ad5-a3dd-32b03225044c",
                                                    "date_from": "2026-07-08T10:45:00.4486822+02:00",
                                                    "coefficient": 4.1,
                                                    "active": true,
                                                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                    "id_user_upd": "3bb2b92b-909b-44ca-87b4-35974664bb49",
                                                    "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": "83d966cc-0c9c-4258-a793-826bcf756cb2",
                                                    "id_pay": "4277fbcb-2199-4d51-bb9e-8640a0021d8f",
                                                    "id_money": "c45ea73e-6ebb-4f4d-a280-b805c5ad8181",
                                                    "date_cashflow": "2026-07-08T10:45:00.4486822+02:00",
                                                    "coefficient": 5.1,
                                                    "id_user_add": "e7f9f36e-1b0e-4f79-ade8-fc23b76dce16",
                                                    "amt_tot_md": 7.1,
                                                    "amt_tot_mo": 8.1,
                                                    "mt_payment_types": {
                                                      "$id": "19",
                                                      "id": "a8b1e526-b8e8-4f0c-b8e9-231fd2b69e09",
                                                      "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": "47273578-eec9-40c2-9761-9083275662be",
                                                      "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-07-08T10:45:00.4486822+02:00",
                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                      "id_user_upd": "595122dc-a68d-43c0-bd7d-6cab06683b74",
                                                      "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": "308ec884-aa6a-4ca5-8bd2-e8d008597272",
                                                          "id_line": 2,
                                                          "id_pay": "a21bb466-f8e8-4474-9bbb-8a6d4897e824",
                                                          "id_money": "77b1bfc2-7208-45bf-9e1e-6ac6ea11293c",
                                                          "coefficient": 5.1,
                                                          "id_voucher": "e32304e4-b67b-4eb2-96c9-e6562f6e78c3",
                                                          "id_employee": "ca5172ea-85ec-4b2b-a246-c1920c69bfe1",
                                                          "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": "9d6c340e-ad20-41ac-8b47-fa204be0afb0",
                                                          "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": "9bd11a7e-204f-46ac-a831-f43ded141b31",
                                                            "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": "11a31fbc-5df2-42e2-b1df-0fae3938b975",
                                                            "name_pos": "sample string 12",
                                                            "id_image": "84ca5ab5-f13e-4045-a49a-19375646e880",
                                                            "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-07-08T10:45:00.4486822+02:00",
                                                            "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                            "id_user_upd": "bf2f1a4b-a48a-44f8-8f5c-b19272aaad3d",
                                                            "commited": true,
                                                            "mt_employees_branches": [
                                                              {
                                                                "$id": "22",
                                                                "id_employee": "f0b9a722-b5a0-495c-8c37-c35d08ac84b9",
                                                                "id_branch": "1e7ba8c9-b997-4db7-95c2-e08a3a8c4849",
                                                                "active": true,
                                                                "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                "id_user_upd": "636b5a6e-0792-4535-8b05-a3e08624f7d5",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "2"
                                                                },
                                                                "mt_employees": {
                                                                  "$ref": "21"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "22"
                                                              }
                                                            ],
                                                            "mt_employees_profiles": {
                                                              "$id": "23",
                                                              "id": "99f291f1-11be-4e26-baba-bb4e79833e6a",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "description": "sample string 4",
                                                              "authorized": true,
                                                              "active": true,
                                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                              "id_user_upd": "a7adadbc-701f-4fba-80d6-61ed8612d69b",
                                                              "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": "20f8a852-5b4a-44fe-b507-b0edc5d0be46",
                                                                "id_line": 2,
                                                                "id_item_sub": "e0072838-8c64-4c38-8305-7bed57e3d131",
                                                                "qty": 4.1,
                                                                "id_list": "412fe70d-8942-4775-b6c0-a9c3f59a2892",
                                                                "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": "b7d3c89d-e084-419b-b0e2-57abb4ed08d6",
                                                                "is_used": true,
                                                                "qty_vou": 1.1,
                                                                "amt_vou": 1.1,
                                                                "comment": "sample string 15",
                                                                "ref_det": "sample string 16",
                                                                "id_employee": "4290ab05-d894-4cce-9b0e-3b7336ccdfeb",
                                                                "name_generic": "sample string 17",
                                                                "type_ope": 1,
                                                                "id_user_add": "6aa2d87b-8c1c-445f-b4b0-4f1ca741605e",
                                                                "id_user_upd": "9c7ee6e9-9ba1-4adf-a8c9-33c058f1a90f",
                                                                "active": true,
                                                                "mt_employees": {
                                                                  "$ref": "21"
                                                                },
                                                                "mt_items_sub": {
                                                                  "$id": "25",
                                                                  "id": "750f6645-dcf7-43d0-badb-1b8f29826277",
                                                                  "id_item": "c2bbd40a-6825-44a9-94c1-3a7be77d93ea",
                                                                  "id_item_type": "dedfb22b-40c7-4e1f-a86a-3426ae381abb",
                                                                  "is_default": true,
                                                                  "barcode": "sample string 5",
                                                                  "voucher_apply": true,
                                                                  "id_voucher_json": "bb0da528-c3d9-40f0-8a74-700369d09278",
                                                                  "count_voucher": 1,
                                                                  "id_voucher_type": 1,
                                                                  "active": true,
                                                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                  "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                  "id_user_upd": "4b26176d-5f81-4c74-aca0-1bdd80d3a056",
                                                                  "commited": true,
                                                                  "mt_items": {
                                                                    "$ref": "6"
                                                                  },
                                                                  "mt_items_formula": [
                                                                    {
                                                                      "$id": "26",
                                                                      "id_item_sub": "087c41de-49b3-4306-a447-95563b80adc3",
                                                                      "id_item": "8702a227-97c4-45c2-be46-02434aed7718",
                                                                      "group_id": 3,
                                                                      "id_unit_ref": "0a8e24e1-7003-44f3-8865-0be43c055b4e",
                                                                      "qty_dis": 5,
                                                                      "mt_items": {
                                                                        "$ref": "6"
                                                                      },
                                                                      "mt_items_sub": {
                                                                        "$ref": "25"
                                                                      },
                                                                      "mt_units_ref": {
                                                                        "$id": "27",
                                                                        "id": "d8ec33db-abfc-4b0a-bf4c-c4d49031a542",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "coefficient": 4.1,
                                                                        "id_unit": "2acd454e-40ef-4ae5-a30a-d4d1cb5c6666",
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                        "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                        "id_user_upd": "5f0184dc-90d9-402f-8ea7-32e4765ab09d",
                                                                        "commited": true,
                                                                        "mt_units": {
                                                                          "$id": "28",
                                                                          "id": "7f011ab4-9b08-4646-b5b1-1679289e35e7",
                                                                          "id_mask": "sample string 2",
                                                                          "name": "sample string 3",
                                                                          "active": true,
                                                                          "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "id_user_upd": "36100b37-6523-4622-86f4-e7cf49bee7a1",
                                                                          "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": "52cadd0c-9a0e-44c6-971c-210940317fd0",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "name_short": "sample string 4",
                                                                    "name_pos": "sample string 5",
                                                                    "id_image": "11d751f0-1211-4d4a-8e3b-8a8e71667c83",
                                                                    "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-07-08T10:45:00.4486822+02:00",
                                                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                    "id_user_upd": "d8d8969c-5ef2-49cf-a8d8-551267ba9046",
                                                                    "commited": true,
                                                                    "tt_vouchers_det": [
                                                                      {
                                                                        "$id": "30",
                                                                        "id_voucher": "c6481d8d-bfb3-47b4-aa97-9a61bbd402f6",
                                                                        "id_line": "fbec3053-ef2b-4a6d-b7f8-348e42e2b304",
                                                                        "id_category": "6fdaffe2-b617-4f21-b0e0-567bdd6af48f",
                                                                        "id_item": "46cda83b-c3f6-4e3e-b1d9-046033ccab7b",
                                                                        "id_item_type": "92721142-74d7-4e5d-b8e2-b05a01037e00",
                                                                        "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": "aa1ddfa5-6be2-4d7c-854f-125e39baa5ac",
                                                                          "id_voucher": 2,
                                                                          "locator_voucher": "sample string 3",
                                                                          "qr_code": "sample string 4",
                                                                          "date_from": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "date_used": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "date_sesion": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "id_employee": "21975001-9c14-4721-ad53-85e4da8b21a1",
                                                                          "id_branch": "47bcb7bc-a05d-440e-9b62-ac5ebac4e315",
                                                                          "id_voucher_permision": "f7bdd81e-8e64-4b00-b274-a7760e5d4440",
                                                                          "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": "0775b581-fb58-4c88-b693-663b464c084b",
                                                                          "id_user_add": "01f26eb4-77bc-4a69-8f03-4c98fbed8580",
                                                                          "id_doc_sa": "402a5dba-fa86-4e31-96a8-02b25e6c81a5",
                                                                          "id_item_sub": "5505370e-4753-4c84-8cb3-cd775d784f7a",
                                                                          "id_pos_sesion": "08d0e0b1-50d7-4499-aeaa-45f1a2dd432a",
                                                                          "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-07-08T10:45:00.4486822+02:00",
                                                                          "last_update": "2026-07-08T10:45:00.4486822+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": "5a53b733-dbd1-4411-a70a-c5eb68c67940",
                                                                            "date_from": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "date_used": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "id_employee": "d70035a7-1d1c-4707-8f26-d32c36db8e5d",
                                                                            "id_branch": "dbfd9943-5e7a-4915-a2ec-36633c7993fb",
                                                                            "count": 6,
                                                                            "count_used": 1,
                                                                            "unlimited": true,
                                                                            "id_user_add": "b4bef0f5-9935-4f4c-bf3b-c93548d77c0f",
                                                                            "is_entry": true,
                                                                            "is_consume": true,
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "last_update": "2026-07-08T10:45:00.4486822+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": "1c09bed2-d738-40bd-9790-1e2d86c010a4",
                                                                        "order_id": 2,
                                                                        "id_item": "ecce1fdb-d22b-45cc-a23a-8a1d05ed96ec",
                                                                        "id_item_type": "959e566b-f03a-4e08-9e7a-4420777d850b",
                                                                        "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": "e12a5634-9abf-4fba-a928-f1ecc2187eac",
                                                                        "type_item": 11,
                                                                        "id_voucher_json": "9efddd04-1a12-4a54-9d91-f706bd0abb47",
                                                                        "count_voucher": 1,
                                                                        "id_category": "7a74e7c0-be5d-480e-a5d2-6a2f1b517ffb",
                                                                        "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                        "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                        "id_user_upd": "c2616691-9bfa-4d58-b0ad-216b2c5c8dfa",
                                                                        "commited": true,
                                                                        "mt_items": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_items_types": {
                                                                          "$ref": "29"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "8"
                                                                        },
                                                                        "tt_pos_sesion": {
                                                                          "$id": "34",
                                                                          "id": "043ad40f-1f19-4416-a63e-051a86f27c5a",
                                                                          "nro_sesion": 2,
                                                                          "id_pos": "e718415d-bffd-40b1-a45c-a04c497f4eb8",
                                                                          "date_tax": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "date_open": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "date_close": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "id_user_open": "39c2a503-e812-4ae0-b567-90a130466dae",
                                                                          "id_user_close": "4dcfad71-0312-46f4-8166-66344f1f77fe",
                                                                          "nro_z": 1,
                                                                          "amt_tot": 1.1,
                                                                          "locator_event": "sample string 6",
                                                                          "status_pos": 7,
                                                                          "training_sesion": true,
                                                                          "active": true,
                                                                          "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                          "last_update": "2026-07-08T10:45:00.4486822+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": "e4673987-c901-4a50-ae6c-7e10131ff7c5",
                                                                              "json_object": "sample string 2",
                                                                              "json_pays": "sample string 3",
                                                                              "id_pos_sesion": "9169e585-5655-490d-bfc9-88bb97815710",
                                                                              "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-07-08T10:45:00.4486822+02:00",
                                                                              "tt_pos_sesion": {
                                                                                "$ref": "34"
                                                                              }
                                                                            },
                                                                            {
                                                                              "$ref": "35"
                                                                            }
                                                                          ],
                                                                          "tt_rooms_units_activity": [
                                                                            {
                                                                              "$id": "36",
                                                                              "id": "64462cd0-b5a3-43c4-adb6-4f403074ab42",
                                                                              "id_room_unit": "caa14d3d-c25f-42e9-b7b0-e3a8af52655f",
                                                                              "id_room_list": "11867c81-35cd-46a5-b966-e6bebcaf41b1",
                                                                              "nro_res_ext": "sample string 3",
                                                                              "date_reserved": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "date_from": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "date_open": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "date_close": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "id_employee": "2fd5fcbf-4219-4c2e-bc8f-af0b3586b94e",
                                                                              "id_employee_sec": "b9167b59-f250-4a62-a4a7-89d34f0a3be0",
                                                                              "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": "d207e15f-a2ca-4269-91c0-da83117febe6",
                                                                              "comment": "sample string 7",
                                                                              "id_user_open": "7ddd2b1d-aaba-40cf-81f6-a5add4bb6188",
                                                                              "id_user_close": "6f610687-a8b1-4525-825d-4eeb2baf8334",
                                                                              "id_unit_state": "bdc12135-32be-47d8-8d78-218c7e055634",
                                                                              "id_pos_sesion": "6fb60382-ded5-4775-b4c9-1915d4e4a26e",
                                                                              "vip": true,
                                                                              "paid": true,
                                                                              "send": true,
                                                                              "send_date": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "commited": true,
                                                                              "mt_employees": {
                                                                                "$ref": "21"
                                                                              },
                                                                              "mt_employees1": {
                                                                                "$ref": "21"
                                                                              },
                                                                              "mt_rooms_units": {
                                                                                "$id": "37",
                                                                                "id": "e890dabb-981e-43d2-a2d2-9e5980b125eb",
                                                                                "id_mask": "sample string 2",
                                                                                "name": "sample string 3",
                                                                                "name_label": "sample string 4",
                                                                                "name_zone": "sample string 5",
                                                                                "order": 6,
                                                                                "id_room": "358beb0c-6f29-4680-958a-84732d5f7c1a",
                                                                                "pax": 8,
                                                                                "pos_x": 9,
                                                                                "pos_y": 10,
                                                                                "size_w": 1,
                                                                                "size_h": 1,
                                                                                "in_map": true,
                                                                                "reserved_on": true,
                                                                                "id_room_type": "a31ac75f-7f9d-4fd4-9643-840744334860",
                                                                                "locked": true,
                                                                                "date_locked": "2026-07-08T10:45:00.4486822+02:00",
                                                                                "comment_locked": "sample string 15",
                                                                                "active": true,
                                                                                "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                "id_user_upd": "42c546de-0c49-46a8-9130-6b8b36c53d35",
                                                                                "commited": true,
                                                                                "mt_rooms": {
                                                                                  "$id": "38",
                                                                                  "id": "57d2e3a5-cd2d-4a82-afca-3cf86ee7ef5d",
                                                                                  "id_mask": "sample string 2",
                                                                                  "name": "sample string 3",
                                                                                  "description": "sample string 4",
                                                                                  "id_branch": "36b8f501-16c0-418d-a658-e611478f2df7",
                                                                                  "name_pos": "sample string 6",
                                                                                  "id_image": "f2ae14ec-693e-496b-a3d0-331dce02e1bc",
                                                                                  "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": "de734c71-7231-4ec4-9c90-1cdaafac0d67",
                                                                                  "refresh_status": true,
                                                                                  "active": true,
                                                                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                  "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                  "id_user_upd": "e7954dec-d83a-4312-b56b-ab6f242841b6",
                                                                                  "commited": true,
                                                                                  "mt_branches": {
                                                                                    "$ref": "2"
                                                                                  },
                                                                                  "mt_pos_rooms": [
                                                                                    {
                                                                                      "$id": "39",
                                                                                      "id_pos": "66953250-9545-4222-bbf6-050336fcce7b",
                                                                                      "id_room": "4399750d-72ab-40b6-b802-010bd80f1f95",
                                                                                      "active": true,
                                                                                      "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "id_user_upd": "a656089a-9bb4-4bc4-ad16-6f724d7b18d7",
                                                                                      "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": "2fc89d49-527c-4df4-8354-605ee5ccaa7f",
                                                                                      "id_room": "2cf6236e-0ca0-43cb-ab4c-a0e306b06418",
                                                                                      "date_in": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "date_out": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "id_user_add": "dbc16098-6091-48db-b9eb-c0cdf224eed6",
                                                                                      "from_reservation": "sample string 5",
                                                                                      "pax": 6,
                                                                                      "status": 7,
                                                                                      "comment": "sample string 8",
                                                                                      "active": true,
                                                                                      "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "last_update": "2026-07-08T10:45:00.4486822+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": "7121ad83-b886-4d68-beaf-6d6b2b9c05d7",
                                                                                  "id_mask": "sample string 2",
                                                                                  "name": "sample string 3",
                                                                                  "description": "sample string 4",
                                                                                  "high": 5,
                                                                                  "width": 6,
                                                                                  "active": true,
                                                                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                  "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                  "id_user_upd": "7830719f-ad88-4f04-af71-c87d8b2e5acc",
                                                                                  "commited": true,
                                                                                  "mt_rooms_units": [
                                                                                    {
                                                                                      "$ref": "37"
                                                                                    },
                                                                                    {
                                                                                      "$ref": "37"
                                                                                    }
                                                                                  ],
                                                                                  "mt_rooms_units_states_types": [
                                                                                    {
                                                                                      "$id": "42",
                                                                                      "id_room_type": "1988ee34-c005-481f-8f4a-4ea104d5f04e",
                                                                                      "id_room_state": "fdfc8eaf-2aea-4012-a421-e4a08e4e8e29",
                                                                                      "id_image": "54bebd9f-9f23-49b1-a635-c8d222fb1a6b",
                                                                                      "color_font": "sample string 4",
                                                                                      "font_bold": true,
                                                                                      "font_underline": true,
                                                                                      "font_size": 7,
                                                                                      "active": true,
                                                                                      "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "id_user_upd": "7d38b021-806b-4cd7-8fbb-2dca4e623e23",
                                                                                      "commited": true,
                                                                                      "mt_rooms_units_states": {
                                                                                        "$id": "43",
                                                                                        "id": "e5f45573-c884-4b1d-a783-7fdcc81e4131",
                                                                                        "id_mask": "sample string 2",
                                                                                        "name": "sample string 3",
                                                                                        "description": "sample string 4",
                                                                                        "color": "sample string 5",
                                                                                        "active": true,
                                                                                        "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                        "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                        "id_user_upd": "a1e32859-ceda-4f0e-bfa7-3fa512b8a65d",
                                                                                        "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": "88225331-2f9c-47b2-931b-b1429e18d166",
                                                                              "id_pos_sesion": "f6f42e7f-b30b-464e-887e-708a25e44dd4",
                                                                              "amt_card": 1.1,
                                                                              "amt_cash": 1.1,
                                                                              "id_user": "41716fbe-4c78-4322-a31f-d789ca8d3079",
                                                                              "id_room_unit_activity": "372de108-dd8d-40e8-b319-5e6234044113",
                                                                              "id_doc_sa": "9207b716-acff-49c2-8769-2e7d65808151",
                                                                              "id_pos_type": "e28e5c45-54c7-49e9-9333-da528b74f507",
                                                                              "block": true,
                                                                              "comment": "sample string 5",
                                                                              "json_response": "sample string 6",
                                                                              "id_doc_ref": "ef0dd8ad-807b-4bb6-9fb0-80286447c8af",
                                                                              "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-07-08T10:45:00.4486822+02:00",
                                                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "commited": true,
                                                                              "tt_pos_sesion": {
                                                                                "$ref": "34"
                                                                              },
                                                                              "tt_tips_users": [
                                                                                {
                                                                                  "$id": "45",
                                                                                  "id_tip": "83b07e13-a0df-414f-91ee-86cb0d3dcdf6",
                                                                                  "id_user": "490486a7-0fa0-4b2b-bfa6-56d4ffc90c8b",
                                                                                  "amt_card": 1.1,
                                                                                  "amt_cash": 1.1,
                                                                                  "type_share": 3,
                                                                                  "active": true,
                                                                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                  "last_update": "2026-07-08T10:45:00.4486822+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": "cc67838c-020b-4ab9-91d1-31366be83308",
                                                                              "id_user": "a7de6ff7-9b3b-4a12-ae30-ef0e0cbbe789",
                                                                              "date_add": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "distribution_index": 1.1,
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "last_update": "2026-07-08T10:45:00.4486822+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": "c929840e-eede-4728-8918-7a5008bd11b5",
                                                                              "id_user": "14eb9dd6-cc4f-47b5-81e6-203c1b251eca",
                                                                              "id_user_profile": "8567f089-6aa1-41d3-a638-b250d2516df7",
                                                                              "locator": "sample string 4",
                                                                              "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "id_pos_sesion": "8d3c923e-98a7-4e29-9ae0-645dcc1311e3",
                                                                              "date_login": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "date_logout": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "terminal_id": "sample string 6",
                                                                              "terminal_type": "sample string 7",
                                                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "commited": true,
                                                                              "st_users": {
                                                                                "$ref": "8"
                                                                              },
                                                                              "st_users_profiles": {
                                                                                "$id": "48",
                                                                                "id": "07ca2a9e-b422-4a5e-a002-3207b9e0e0be",
                                                                                "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-07-08T10:45:00.4486822+02:00",
                                                                                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                "commited": true,
                                                                                "st_permisions": [
                                                                                  {
                                                                                    "$id": "49",
                                                                                    "id": "fb8c94d9-74da-4dcf-9772-784f3db35b3d",
                                                                                    "id_function": "984b6ba8-4b23-4ff3-b03f-7888fb3164ea",
                                                                                    "id_user": "1dca8151-6349-4d2d-9fc7-129873795cc5",
                                                                                    "id_profile": "c9f07a5f-40bb-477f-adca-423a2f6f504c",
                                                                                    "permission": 3,
                                                                                    "active": true,
                                                                                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "commited": true,
                                                                                    "st_users_profiles": {
                                                                                      "$ref": "48"
                                                                                    },
                                                                                    "st_users": {
                                                                                      "$ref": "8"
                                                                                    },
                                                                                    "st_functions": {
                                                                                      "$id": "50",
                                                                                      "id": "8ffdecb2-8d36-4f55-b5bc-cc97010aba92",
                                                                                      "id_mask": "sample string 2",
                                                                                      "name": "sample string 3",
                                                                                      "description": "sample string 4",
                                                                                      "level_id": 5,
                                                                                      "id_group": "cfcdab75-843e-485a-9b86-5be15b645c98",
                                                                                      "name_event": "sample string 7",
                                                                                      "name_pos": "sample string 8",
                                                                                      "id_image": "e84c4493-bf34-4695-9b65-cebdab7e00f2",
                                                                                      "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-07-08T10:45:00.4486822+02:00",
                                                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "commited": true,
                                                                                      "st_functions_groups": {
                                                                                        "$id": "51",
                                                                                        "id": "9dde8fa3-d94d-4d28-92df-8292e1a05f93",
                                                                                        "id_mask": "sample string 2",
                                                                                        "name": "sample string 3",
                                                                                        "description": "sample string 4",
                                                                                        "active": true,
                                                                                        "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                        "last_update": "2026-07-08T10:45:00.4486822+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": "7deeba50-7892-47aa-8bdc-afbc58dce86c",
                                                                              "id_user": "6f6da84a-4830-4fd8-b3fd-8c8f76d46b53",
                                                                              "date_add": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "destiny_type": 4,
                                                                              "id_key": "9f6dd255-c868-45b6-83bf-f4d960a0891b",
                                                                              "message": "sample string 6",
                                                                              "message_view": true,
                                                                              "date_view": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "id_pos_sesion": "30a163c8-6d08-4690-a094-a2f7f94977de",
                                                                              "terminal_add": "sample string 9",
                                                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "commited": true,
                                                                              "st_users": {
                                                                                "$ref": "8"
                                                                              },
                                                                              "tt_pos_sesion": {
                                                                                "$ref": "34"
                                                                              }
                                                                            },
                                                                            {
                                                                              "$ref": "52"
                                                                            }
                                                                          ]
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "33"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "mt_items_vouchers": {
                                                                    "$id": "53",
                                                                    "id": "e91da4b2-9fec-4b39-93e8-c6982cd47b35",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "json": "sample string 5",
                                                                    "id_pay_type": "e4f29767-0a5d-42a1-acba-544b20d64b2c",
                                                                    "id_doc_print": "3610982a-5c8c-4722-99f6-0986bfac8c3d",
                                                                    "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-07-08T10:45:00.4486822+02:00",
                                                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                    "commited": true,
                                                                    "mt_items_sub": [
                                                                      {
                                                                        "$ref": "25"
                                                                      },
                                                                      {
                                                                        "$ref": "25"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "8"
                                                                  },
                                                                  "mt_prices_items": [
                                                                    {
                                                                      "$id": "54",
                                                                      "id_list": "1dcb391d-a30a-4393-987a-c2d650f67cf0",
                                                                      "id_item_sub": "fc5117dd-57fa-4b4b-8a2e-4c92a445f64f",
                                                                      "validity_date": "2026-07-08T10:45:00.4486822+02:00",
                                                                      "price": 4.1,
                                                                      "active": true,
                                                                      "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                      "id_user_upd": "7cd93a57-0470-48aa-a016-cf78ba79cc69",
                                                                      "commited": true,
                                                                      "mt_items_sub": {
                                                                        "$ref": "25"
                                                                      },
                                                                      "mt_prices_list": {
                                                                        "$id": "55",
                                                                        "id": "c12307f3-5dcf-43cd-a83f-89a40f0e105e",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "id_ref": "681c7ac5-6c32-4c65-8afc-e7a6639bfe81",
                                                                        "tax_included": true,
                                                                        "switch_select": true,
                                                                        "item_type_default": 7,
                                                                        "name_pos": "sample string 8",
                                                                        "id_image": "43d3366c-e9d5-43dd-a7f7-3c1f69cb3f9e",
                                                                        "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-07-08T10:45:00.4486822+02:00",
                                                                        "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                        "id_user_upd": "09487648-4430-4f7f-9133-335e2e745bb6",
                                                                        "commited": true,
                                                                        "mt_pos_prices_list": [
                                                                          {
                                                                            "$id": "56",
                                                                            "id_pos": "8b2ce3f9-b38b-47e0-b31e-dc08e454ec7e",
                                                                            "id_pos_type": "67c4136c-91c5-4390-8789-8c49710e3af7",
                                                                            "id_price_list": "ceb956c1-d8bc-4e78-a175-fd24f5b00e95",
                                                                            "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-07-08T10:45:00.4486822+02:00",
                                                                            "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "id_user_upd": "d909575a-773a-4ea8-8bcf-10b8f9a0c3fa",
                                                                            "commited": true,
                                                                            "mt_pos_view": {
                                                                              "$id": "57",
                                                                              "id_pos": "e07d84c2-2c91-4dc7-b687-a27c694f4a24",
                                                                              "id_pos_type": "ae7c6396-9b6d-41ab-928a-054b7621d42a",
                                                                              "is_default": true,
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                              "id_user_upd": "157eb008-509d-4c27-a61a-dc47d05ca2b3",
                                                                              "commited": true,
                                                                              "mt_pos": {
                                                                                "$ref": "10"
                                                                              },
                                                                              "mt_pos_prices_list": [
                                                                                {
                                                                                  "$ref": "56"
                                                                                },
                                                                                {
                                                                                  "$ref": "56"
                                                                                }
                                                                              ],
                                                                              "mt_pos_types": {
                                                                                "$id": "58",
                                                                                "id": "d9f045f3-a794-4a1e-9792-a681bb6c8135",
                                                                                "id_mask": "sample string 2",
                                                                                "name": "sample string 3",
                                                                                "is_module": true,
                                                                                "order": 5,
                                                                                "active": true,
                                                                                "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                "id_user_upd": "7d1fa2af-df85-4f7d-a9b7-d9319f89e373",
                                                                                "commited": true,
                                                                                "mt_items_featured": [
                                                                                  {
                                                                                    "$id": "59",
                                                                                    "id": "bdf3b7e5-a3a2-4d83-ad13-7d9e72b9f603",
                                                                                    "id_branch": "2c8400b3-ee1e-47db-a754-d59e7495e0e3",
                                                                                    "id_pos_type": "bd6745ca-f8f8-4b2e-8469-9d244d4ee57e",
                                                                                    "id_pos": "e488afe7-30c1-4328-970f-ad0b54d80b75",
                                                                                    "id_item": "93692933-bfb0-42a4-87eb-6fd03a284392",
                                                                                    "date_from": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "image_id": 4,
                                                                                    "active": true,
                                                                                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "id_user_upd": "320de9e2-aaf6-4009-9e44-0825f6651d1c",
                                                                                    "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": "9bb792eb-4486-472d-9cef-dac6f64400b7",
                                                                                    "id_doc": "27994f53-b879-4b55-bdc8-21c5439c9ffc",
                                                                                    "id_pos_type": "cff37c1b-ce4b-437b-8147-f99299e41caa",
                                                                                    "id_doc_print": "8e623184-a6cf-41b2-8694-3d7e48e00647",
                                                                                    "copies": 5,
                                                                                    "print_mode": 6,
                                                                                    "active": true,
                                                                                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                    "id_user_upd": "398708bb-f22a-41c7-9521-9c9eee61c962",
                                                                                    "commited": true,
                                                                                    "mt_docs": {
                                                                                      "$ref": "14"
                                                                                    },
                                                                                    "mt_pos_print": {
                                                                                      "$id": "61",
                                                                                      "id": "74a30e85-3959-4439-86ca-1ba00a58a41e",
                                                                                      "id_pos": "f8db1e36-bf58-4170-91c9-20151fc05bd4",
                                                                                      "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-07-08T10:45:00.4486822+02:00",
                                                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "id_user_upd": "6f85b3ed-6c56-4d0f-8ef3-9a3f821cfa49",
                                                                                      "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": "e6398eb9-27fa-4901-bb53-5cda40f48add",
                                                                                      "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-07-08T10:45:00.4486822+02:00",
                                                                                      "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                                      "commited": true,
                                                                                      "mt_pos_doc_print": [
                                                                                        {
                                                                                          "$ref": "60"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "60"
                                                                                        }
                                                                                      ],
                                                                                      "st_doc_print_det": [
                                                                                        {
                                                                                          "$id": "63",
                                                                                          "id_doc_print": "24ee9086-ff1b-436e-bfa7-7ce141385052",
                                                                                          "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": "0b0ca93b-8a6e-4b71-a556-4829d7ae5bbe",
                                                                            "id_mask": "sample string 2",
                                                                            "name": "sample string 3",
                                                                            "description": "sample string 4",
                                                                            "date_from": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "id_branch": "6006e6b1-eb75-4dbd-9c31-16259a628eac",
                                                                            "id_pos": "e0ebef8a-1213-4abc-b95b-683856ccd03c",
                                                                            "id_list": "45a692ea-8186-4bea-af43-b75483fc4530",
                                                                            "view_list": true,
                                                                            "is_default": true,
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                                            "id_user_upd": "92e1dd39-88cb-4626-82ee-144a98bc5580",
                                                                            "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": "ebab3b0e-88f5-40f5-9419-3bb032bbbb7d",
                                                                    "id_line": 2,
                                                                    "id_item": "ae440e65-0a0a-4b09-8089-884ba92f4d15",
                                                                    "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": "431b126c-ab63-4afb-9968-c866107f46f4",
                                              "id_doc": "a5df90bd-498a-4021-91c8-c975f61bb542",
                                              "value": 3,
                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                              "last_update": "2026-07-08T10:45:00.4486822+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": "e6d17311-af55-4f96-ad66-e9bf359a3989",
                                              "id_pos": "57df2603-2ce1-42d4-91e9-2e385e439beb",
                                              "id_doc": "cd033f20-3037-422b-a2c9-391627e8450e",
                                              "id_branch": "68618ce3-1c6d-4f79-bbb1-ef3d5897a7be",
                                              "nro_doc": "sample string 5",
                                              "date_doc": "2026-07-08T10:45:00.4486822+02:00",
                                              "block": true,
                                              "nro_original": "sample string 8",
                                              "id_ref": "2470e0cb-1ac6-4202-a498-a17c2ec5043b",
                                              "id_loc_from": "43100d2b-7eb5-4e1c-b308-5d04d5e59704",
                                              "id_loc_end": "a6c6d1a8-cc45-4711-ba2e-228aef5c172b",
                                              "id_user_add": "cbf0e3ad-214f-408f-9e28-b368e298cbed",
                                              "id_user_upd": "4300606c-082b-4868-9b27-ef26e2c81c9e",
                                              "id_pos_sesion": "d0381585-ef94-450e-b565-051bc844587e",
                                              "comment": "sample string 12",
                                              "status": 1,
                                              "is_send": true,
                                              "date_send": "2026-07-08T10:45:00.4486822+02:00",
                                              "active": true,
                                              "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                              "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                              "commited": true,
                                              "mt_branches": {
                                                "$ref": "2"
                                              },
                                              "mt_docs": {
                                                "$ref": "14"
                                              },
                                              "mt_locations": {
                                                "$id": "68",
                                                "id": "6aca70c1-7cf3-477d-88a9-5566f2f34802",
                                                "id_mask": "sample string 2",
                                                "name": "sample string 3",
                                                "description": "sample string 4",
                                                "reserved": true,
                                                "id_branch": "53fb7725-3594-417a-89e6-58211af8a291",
                                                "active": true,
                                                "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                                "id_user_upd": "beb74fcd-9793-4c13-bdd6-ca6d2a025311",
                                                "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": "a09d79ab-df53-4b60-b5e1-06cca7f986cd",
                                                    "id_item": "2d6a0e17-fd2f-4ead-bb0c-9cb4e0314431",
                                                    "stock_ideal": 3.1,
                                                    "stock_min": 4.1,
                                                    "stock_max": 5.1,
                                                    "stock": 6.1,
                                                    "active": true,
                                                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                                    "last_update": "2026-07-08T10:45:00.4486822+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": "0fe96e51-698f-4fc8-bc94-d61e78e0d711",
                                                  "id_line": 2,
                                                  "id_item": "42fcf9a2-8e46-4f67-98dd-0b7fe36f6761",
                                                  "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": "19bbabeb-c9ca-4d40-bf44-f38c9ac9c124",
                                            "spool_server": "sample string 2",
                                            "id_doc_sa": "13bf3ac6-0dd7-4f69-b9b5-11194948fdb6",
                                            "spool_printer": "sample string 4",
                                            "count": 5,
                                            "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                            "printed": true,
                                            "print_on": "2026-07-08T10:45:00.4486822+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": "70d9597a-de6d-47d3-afef-2b5e00b6fb87",
                                  "id_pos": "3fc0b95e-dc25-4250-911a-20778f81467f",
                                  "mac_address": "sample string 3",
                                  "date_end": "2026-07-08T10:45:00.4486822+02:00",
                                  "key_access": "sample string 5",
                                  "id_user_add": "99e73823-ed6d-43bc-b758-0b7f8ffa35dc",
                                  "active": true,
                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                  "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "10"
                                  },
                                  "st_users": {
                                    "$ref": "8"
                                  }
                                },
                                {
                                  "$ref": "72"
                                }
                              ],
                              "st_users_pos": [
                                {
                                  "$id": "73",
                                  "id_user": "39a67cc1-681a-4228-81f8-5b63d9c56c73",
                                  "id_pos": "b38143e9-a8d4-4e43-81cc-2a39456ae50d",
                                  "pass_required": true,
                                  "active": true,
                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                  "last_update": "2026-07-08T10:45:00.4486822+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": "8bfc0004-f8bd-4351-af3b-09b3571208ac",
                                  "id_pos": "8a5acee6-00f7-4c6c-822f-b5d4a4e8df0c",
                                  "date_add": "2026-07-08T10:45:00.4486822+02:00",
                                  "date_upd": "2026-07-08T10:45:00.4486822+02:00",
                                  "date_out": "2026-07-08T10:45:00.4486822+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": "34603492-6d82-4034-be0a-61c5dc459e0e",
                                  "id_user_add": "310c528c-3658-4f45-915f-8a675239db69",
                                  "id_table": "b78ae600-356d-4979-8693-060e91e88764",
                                  "message_log": "sample string 3",
                                  "json_object": "sample string 4",
                                  "log_type": "sample string 5",
                                  "id_pos": "a4bf4aa6-f909-47ad-9ecc-00bdc47af1ac",
                                  "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "10"
                                  },
                                  "st_sync_tables": {
                                    "$id": "76",
                                    "id": "68d78fdf-c0c6-485e-829a-63dea747eabd",
                                    "level": 2,
                                    "order": 3,
                                    "name": "sample string 4",
                                    "log_ins": true,
                                    "log_upd": true,
                                    "packet_forward": true,
                                    "active": true,
                                    "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                    "last_update": "2026-07-08T10:45:00.4486822+02:00",
                                    "commited": true,
                                    "st_sync_packages_det": [
                                      {
                                        "$id": "77",
                                        "id": "8cf80105-21aa-4620-b6bb-725d6d9452ec",
                                        "id_sync": "9be965a4-e5e9-47a1-96e0-6c1aecb107a2",
                                        "json": "sample string 3",
                                        "id_table": "57383de6-8092-47df-b65b-5683901a2164",
                                        "order": 5,
                                        "st_sync_packages": {
                                          "$id": "78",
                                          "id": "eec38863-55e6-4e19-a1cc-af33203d3d0c",
                                          "id_branch_from": "4141e699-bd83-45b4-98cb-b6f11a39c535",
                                          "id_branch_to": "bbb9d8db-5115-4732-b2da-b4537d52a153",
                                          "type": 4,
                                          "created_on": "2026-07-08T10:45:00.4486822+02:00",
                                          "order": 6,
                                          "status": 7,
                                          "log_info": "sample string 8",
                                          "sync_on": "2026-07-08T10:45:00.4486822+02:00",
                                          "send_on": "2026-07-08T10:45:00.4486822+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": "e907b102-1fbe-4df5-bb6f-689e92c73274",
                                  "id_pos": "6b2c9ead-5591-4497-bc33-230436a75b40",
                                  "name": "sample string 3",
                                  "description": "sample string 4",
                                  "value": "sample string 5",
                                  "type": "sample string 6",
                                  "last_update": "2026-07-08T10:45:00.4486822+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": "a03bc14b-1778-49d3-8723-583d05dbc454",
                          "token_id": "sample string 2",
                          "id_user": "03a236c9-1d8e-4275-a7c7-3713c934ed81",
                          "date_from": "2026-07-08T10:45:00.4486822+02:00",
                          "date_end": "2026-07-08T10:45:00.4486822+02:00",
                          "created_on": "2026-07-08T10:45:00.4486822+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": "55c12d7e-e4d6-4680-8de0-616b0c6f44a6",
                          "id_room_activity": "1ecdef21-4606-4f8a-8cda-4fa856039b24",
                          "id_pos_sesion": "eaf3577f-6ee0-4626-b933-310d001ad96c",
                          "log_text": "sample string 4",
                          "id_user": "aadb4856-4751-4a95-a22d-f303515dfdf9",
                          "created_on": "2026-07-08T10:45:00.4486822+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": "7f5e1107-80ee-44c5-9471-e54672796e6e",
          "id_mask": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "active": true,
          "created_on": "2026-07-08T10:45:00.4486822+02:00",
          "last_update": "2026-07-08T10:45:00.4486822+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": "bbf83578-ce2b-4e47-938e-1dd3fad5c265",
          "exercise_id": 2,
          "period_id": 3,
          "date_from": "2026-07-08T10:45:00.4486822+02:00",
          "date_end": "2026-07-08T10:45:00.4486822+02:00",
          "state": "sample string 6",
          "created_on": "2026-07-08T10:45:00.4486822+02:00",
          "last_update": "2026-07-08T10:45:00.4486822+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"
    }
  },
  {
    "$ref": "1"
  }
]