POST api/Mt_Categories

Request Information

URI Parameters

None.

Body Parameters

mt_categories
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

id_item_type

globally unique identifier

None.

order_type

integer

Required

name_pos

string

Max length: 20

id_image

globally unique identifier

None.

view_pos

boolean

Required

order

integer

Required

order_sec

integer

Required

color_border

string

Max length: 20

color_button

string

Max length: 20

color_font

string

Max length: 20

font_bold

boolean

Required

font_underline

boolean

Required

font_size

integer

Required

big_buttons

boolean

Required

active

boolean

Required

created_on

date

None.

last_update

date

None.

id_user_upd

globally unique identifier

None.

commited

boolean

None.

mt_categories_items

Collection of mt_categories_items

None.

st_images

st_images

None.

st_users

st_users

None.

mt_prices_rules

Collection of mt_prices_rules

None.

tt_vouchers_det

Collection of tt_vouchers_det

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "d6ba9e10-3023-471b-bb54-2cb8c95d255d",
  "id_mask": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "id_item_type": "4d9ef9fb-f0d5-44ba-a9a2-c861ad192e26",
  "order_type": 5,
  "name_pos": "sample string 6",
  "id_image": "3a4bcf8e-96be-4d58-a59a-11edcd9e49a0",
  "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:42:08.5357521+02:00",
  "last_update": "2026-07-08T10:42:08.5357521+02:00",
  "id_user_upd": "0c907bb8-5b4c-4b02-aa13-128b75dd7998",
  "commited": true,
  "mt_categories_items": [
    {
      "$id": "2",
      "id_category": "53f6be7d-e1dc-48e6-bc9a-4ff62a00449f",
      "id_item": "e8775aa2-4822-4bf0-b8e4-459e3d7b90e0",
      "is_default": true,
      "active": true,
      "created_on": "2026-07-08T10:42:08.5357521+02:00",
      "last_update": "2026-07-08T10:42:08.5357521+02:00",
      "id_user_upd": "9de200af-fd71-46c8-b0a2-613efeb1666d",
      "commited": true,
      "mt_categories": {
        "$ref": "1"
      },
      "mt_items": {
        "$id": "3",
        "id": "cd2cf153-3354-44b9-937f-86ffece15b31",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "id_unit": "5954c009-1a10-4b6a-82a6-6fe5d5af176a",
        "id_unit_sec": "0c002e28-a76c-4dbb-8f54-39ca11322909",
        "id_brand": "cdf41f2c-d93f-494c-9440-d486e2a7fbd7",
        "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": "b376bda3-3493-4157-a24c-305865dad0f7",
        "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:42:08.5357521+02:00",
        "last_update": "2026-07-08T10:42:08.5357521+02:00",
        "id_user_upd": "ae9a0dcf-0326-44ba-8a0e-db81030eeb56",
        "commited": true,
        "mt_brands": {
          "$id": "4",
          "id": "e8724945-b4d5-4813-8a1f-7dc0c3084e05",
          "id_mask": "sample string 2",
          "name": "sample string 3",
          "active": true,
          "created_on": "2026-07-08T10:42:08.5357521+02:00",
          "last_update": "2026-07-08T10:42:08.5357521+02:00",
          "id_user_upd": "54650737-584a-43f9-9a67-9c36154cf5e8",
          "commited": true,
          "mt_items": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "st_users": {
            "$id": "5",
            "id": "d93d357c-a212-4dfb-a9b1-498384970d75",
            "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": "649d1957-2703-43c1-a687-d9a976d24ce4",
            "view_messages": true,
            "id_image_photo": "5c8c07fc-d658-4be9-918a-7bd541e53d13",
            "reserved": true,
            "pos_access": true,
            "back_access": true,
            "name_pos": "sample string 13",
            "id_image": "bd2a9068-cd12-4bc1-bf00-35c10544f45e",
            "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:42:08.5357521+02:00",
            "last_update": "2026-07-08T10:42:08.5357521+02:00",
            "commited": true,
            "mt_branches": [
              {
                "$id": "6",
                "id": "110ba89b-5ca1-44da-a979-d9d9b2a27e10",
                "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": "460f43b6-216b-4278-8af4-732e1e64d3b8",
                "order": 12,
                "external_id": "sample string 13",
                "sync": true,
                "active": true,
                "created_on": "2026-07-08T10:42:08.5357521+02:00",
                "last_update": "2026-07-08T10:42:08.5357521+02:00",
                "id_user_upd": "f6910c5d-1640-40db-a04f-9309ab8b07e2",
                "commited": true,
                "st_images": {
                  "$id": "7",
                  "id": "7a4fab18-e26d-4d4b-9ef7-aa69a1dedac6",
                  "id_mask": "sample string 2",
                  "name": "sample string 3",
                  "id_img_type": "e4eaba0d-e48e-41ee-bcd5-1297a8f7b92e",
                  "image_file": "sample string 5",
                  "extension": "sample string 6",
                  "high": 1,
                  "width": 1,
                  "active": true,
                  "created_on": "2026-07-08T10:42:08.5357521+02:00",
                  "last_update": "2026-07-08T10:42:08.5357521+02:00",
                  "commited": true,
                  "mt_branches": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "mt_categories": [
                    {
                      "$ref": "1"
                    },
                    {
                      "$ref": "1"
                    }
                  ],
                  "mt_employees": [
                    {
                      "$id": "8",
                      "id": "ce69864a-70ef-402a-937c-037294606c5e",
                      "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": "4fddb92d-9368-48a2-8b39-67e8635b3383",
                      "name_pos": "sample string 12",
                      "id_image": "c2f842a4-01da-4f95-9526-5de3a0497347",
                      "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:42:08.5357521+02:00",
                      "last_update": "2026-07-08T10:42:08.5357521+02:00",
                      "id_user_upd": "d1b28184-8779-405f-8943-76e13a242a25",
                      "commited": true,
                      "mt_employees_branches": [
                        {
                          "$id": "9",
                          "id_employee": "64b1541e-377a-4e58-97c2-3ae7469779f1",
                          "id_branch": "f24a0582-36ef-4c25-8621-40eec62fb1ea",
                          "active": true,
                          "created_on": "2026-07-08T10:42:08.5357521+02:00",
                          "last_update": "2026-07-08T10:42:08.5357521+02:00",
                          "id_user_upd": "69540ac2-b5ae-4110-bb9e-2c45e9314a30",
                          "commited": true,
                          "mt_branches": {
                            "$ref": "6"
                          },
                          "mt_employees": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "9"
                        }
                      ],
                      "mt_employees_profiles": {
                        "$id": "10",
                        "id": "764823cf-0d29-49a7-af8e-eef05d035bb5",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "description": "sample string 4",
                        "authorized": true,
                        "active": true,
                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                        "id_user_upd": "3584a4e8-5b33-4f64-91ec-f9bd79c61893",
                        "commited": true,
                        "mt_employees": [
                          {
                            "$ref": "8"
                          },
                          {
                            "$ref": "8"
                          }
                        ],
                        "st_users": {
                          "$ref": "5"
                        }
                      },
                      "st_images": {
                        "$ref": "7"
                      },
                      "st_users": {
                        "$ref": "5"
                      },
                      "tt_doc_sa_det": [
                        {
                          "$id": "11",
                          "id_doc_sa": "84fe2307-e175-4c4b-8785-a5f4c141dafd",
                          "id_line": 2,
                          "id_item_sub": "b6ffc1ed-cbad-411c-8351-928242bbebbf",
                          "qty": 4.1,
                          "id_list": "717bf65d-3247-4a69-8c23-8794b2e352d3",
                          "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": "530ca61d-4eb5-4bd7-a453-a3a6c6a047c4",
                          "is_used": true,
                          "qty_vou": 1.1,
                          "amt_vou": 1.1,
                          "comment": "sample string 15",
                          "ref_det": "sample string 16",
                          "id_employee": "099de9fc-17f0-40c7-90b3-45c72ab83d52",
                          "name_generic": "sample string 17",
                          "type_ope": 1,
                          "id_user_add": "90e3ec5a-2412-4125-98bb-282d6b65c665",
                          "id_user_upd": "91becdbc-7978-401e-bc6e-b0884cdfa364",
                          "active": true,
                          "mt_employees": {
                            "$ref": "8"
                          },
                          "mt_items_sub": {
                            "$id": "12",
                            "id": "ad1d3cc6-4f8d-4ae8-840f-4ec40e8f1ba0",
                            "id_item": "a83c1605-231d-4574-a502-82ee8fedcf52",
                            "id_item_type": "9fd676a1-3c63-484a-8be4-85027e0656b9",
                            "is_default": true,
                            "barcode": "sample string 5",
                            "voucher_apply": true,
                            "id_voucher_json": "7b26825c-893f-41cb-b7b1-2db045ed6421",
                            "count_voucher": 1,
                            "id_voucher_type": 1,
                            "active": true,
                            "created_on": "2026-07-08T10:42:08.5357521+02:00",
                            "last_update": "2026-07-08T10:42:08.5357521+02:00",
                            "id_user_upd": "95479b68-4245-45ca-b213-ff4132c8a2ac",
                            "commited": true,
                            "mt_items": {
                              "$ref": "3"
                            },
                            "mt_items_formula": [
                              {
                                "$id": "13",
                                "id_item_sub": "a92e0e80-47ec-4880-8259-d6d2245dc778",
                                "id_item": "537d36f1-58a7-4b55-a733-fc01727c36f2",
                                "group_id": 3,
                                "id_unit_ref": "be7c552f-c986-449d-91ed-4324e45aec39",
                                "qty_dis": 5,
                                "mt_items": {
                                  "$ref": "3"
                                },
                                "mt_items_sub": {
                                  "$ref": "12"
                                },
                                "mt_units_ref": {
                                  "$id": "14",
                                  "id": "0237dd98-7e6d-48f9-89a3-3becf16a1c24",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "coefficient": 4.1,
                                  "id_unit": "2440a95b-e7bd-45ee-8cdf-12e8677d7695",
                                  "active": true,
                                  "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                  "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                  "id_user_upd": "98f9d3b5-c241-4802-a26a-3d6878d9f094",
                                  "commited": true,
                                  "mt_units": {
                                    "$id": "15",
                                    "id": "80863c4e-c559-4646-bda0-c6b0c9f5b0cf",
                                    "id_mask": "sample string 2",
                                    "name": "sample string 3",
                                    "active": true,
                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                    "id_user_upd": "3e673074-bbfa-4ecd-b319-74516ed9ac5e",
                                    "commited": true,
                                    "mt_units_ref": [
                                      {
                                        "$ref": "14"
                                      },
                                      {
                                        "$ref": "14"
                                      }
                                    ],
                                    "st_users": {
                                      "$ref": "5"
                                    },
                                    "mt_items": [
                                      {
                                        "$ref": "3"
                                      },
                                      {
                                        "$ref": "3"
                                      }
                                    ],
                                    "mt_items1": [
                                      {
                                        "$ref": "3"
                                      },
                                      {
                                        "$ref": "3"
                                      }
                                    ]
                                  },
                                  "st_users": {
                                    "$ref": "5"
                                  },
                                  "mt_items_formula": [
                                    {
                                      "$ref": "13"
                                    },
                                    {
                                      "$ref": "13"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "13"
                              }
                            ],
                            "mt_items_types": {
                              "$id": "16",
                              "id": "c86dd46c-1ca9-4061-9805-9cb46a176989",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "name_short": "sample string 4",
                              "name_pos": "sample string 5",
                              "id_image": "80a9abf3-73ca-4175-ab39-45043e73fb78",
                              "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:42:08.5357521+02:00",
                              "last_update": "2026-07-08T10:42:08.5357521+02:00",
                              "id_user_upd": "78a8c90f-4914-46c1-90af-82bf85f56151",
                              "commited": true,
                              "tt_vouchers_det": [
                                {
                                  "$id": "17",
                                  "id_voucher": "c2c5c341-63e2-4b51-ada1-682f98d3d604",
                                  "id_line": "9d8354f2-e8f3-45ae-97d7-1bb0e943faf6",
                                  "id_category": "939fbb13-4a46-4c5a-b031-4f619d2d44f2",
                                  "id_item": "f2a47622-9221-4e26-ab8f-4f3dd9b3efe8",
                                  "id_item_type": "a9ced8e6-67e8-41b7-8163-3da97d726746",
                                  "price_max": 1.1,
                                  "qty_add": 3.1,
                                  "qty_used": 4.1,
                                  "mt_categories": {
                                    "$ref": "1"
                                  },
                                  "mt_items": {
                                    "$ref": "3"
                                  },
                                  "mt_items_types": {
                                    "$ref": "16"
                                  },
                                  "tt_vouchers": {
                                    "$id": "18",
                                    "id": "a871f610-029e-4ea5-9bbd-fe2ab6d4f621",
                                    "id_voucher": 2,
                                    "locator_voucher": "sample string 3",
                                    "qr_code": "sample string 4",
                                    "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                    "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                    "date_used": "2026-07-08T10:42:08.5357521+02:00",
                                    "date_sesion": "2026-07-08T10:42:08.5357521+02:00",
                                    "id_employee": "d7e529e2-e8bf-4e6b-ad1a-03eaff7f5a76",
                                    "id_branch": "8030e5c0-fe78-4646-9b50-364d1b0589cc",
                                    "id_voucher_permision": "a9a8f409-121c-457b-8400-a554dc26754d",
                                    "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": "069dfdd0-8f7b-4167-b373-aa79f6fe1d11",
                                    "id_user_add": "515a2a28-2570-4d66-8bec-e98c5d3f9cb7",
                                    "id_doc_sa": "661b911e-f623-4130-930b-29d557affc51",
                                    "id_item_sub": "4684ff37-5f34-46f0-b5d3-a8d5d3acbb6e",
                                    "id_pos_sesion": "9e58a7dc-192b-4459-b146-fafede46aec1",
                                    "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:42:08.5357521+02:00",
                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                    "commited": true,
                                    "mt_branches": {
                                      "$ref": "6"
                                    },
                                    "mt_employees": {
                                      "$ref": "8"
                                    },
                                    "mt_payment_types": {
                                      "$id": "19",
                                      "id": "1a0cbcf9-d9e3-4074-9385-abac2e22cefd",
                                      "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": "bb3739ec-6219-4947-8efc-e707d6da850b",
                                      "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:42:08.5357521+02:00",
                                      "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                      "id_user_upd": "f47a0f0c-02e3-470d-8909-fd40a95c71a9",
                                      "commited": true,
                                      "mt_docs_payment_money": [
                                        {
                                          "$id": "20",
                                          "id_doc": "c236a7a1-2565-4361-9811-0cce26e733dd",
                                          "id_pay": "e5682648-f14d-4c04-bd9d-fab3820838b2",
                                          "id_money": "c1633909-fa4a-4976-bc35-1c1d86a215fc",
                                          "active": true,
                                          "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                          "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                          "id_user_upd": "f4604555-10cc-45f7-ac6f-578f79a5aa96",
                                          "commited": true,
                                          "mt_docs": {
                                            "$id": "21",
                                            "id": "f1a74347-bfd3-46d5-bb10-73a2e67c774d",
                                            "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": "c9e2a018-fd13-4125-8f91-2a8ddebc5784",
                                            "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:42:08.5357521+02:00",
                                            "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                            "id_user_upd": "83d9ab88-0b46-4efb-9ae1-aa65272aace4",
                                            "commited": true,
                                            "mt_docs_payment_money": [
                                              {
                                                "$ref": "20"
                                              },
                                              {
                                                "$ref": "20"
                                              }
                                            ],
                                            "st_images": {
                                              "$ref": "7"
                                            },
                                            "st_users": {
                                              "$ref": "5"
                                            },
                                            "mt_pos_doc_print": [
                                              {
                                                "$id": "22",
                                                "id_pos_print": "21ea8b09-03b2-47a9-9e5f-bb9471996e20",
                                                "id_doc": "ba454ba7-a7ac-496d-b996-d10449f2244c",
                                                "id_pos_type": "9ef31058-8b9a-41c8-8604-6548600d24fc",
                                                "id_doc_print": "55df827e-f200-4222-a245-fa4f42f9c261",
                                                "copies": 5,
                                                "print_mode": 6,
                                                "active": true,
                                                "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                "id_user_upd": "1550a55b-76a8-4e15-b24b-ae3468929ad6",
                                                "commited": true,
                                                "mt_docs": {
                                                  "$ref": "21"
                                                },
                                                "mt_pos_print": {
                                                  "$id": "23",
                                                  "id": "e052f297-3028-4f6d-a417-738a3bd4d63e",
                                                  "id_pos": "44da2eaa-08be-4d97-b5cf-10d26a4ff1a4",
                                                  "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:42:08.5357521+02:00",
                                                  "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                  "id_user_upd": "54bfec29-7533-4951-b701-1178024a810f",
                                                  "commited": true,
                                                  "mt_pos": {
                                                    "$id": "24",
                                                    "id": "fee6383f-7ca3-4138-8136-78e8e2d93b02",
                                                    "id_mask": "sample string 2",
                                                    "name": "sample string 3",
                                                    "description": "sample string 4",
                                                    "id_branch": "d0e1e23f-6768-4ada-a302-279d02e3d782",
                                                    "id_zone": "84306ede-6ab2-464d-8ce9-39be8446f133",
                                                    "user_required": true,
                                                    "active": true,
                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                    "id_user_upd": "4766c828-2409-4019-aed9-2e7c0e68b091",
                                                    "commited": true,
                                                    "mt_branches_zones": {
                                                      "$id": "25",
                                                      "id": "9f81694f-6fd2-4c10-9924-280b55bbade9",
                                                      "id_mask": "sample string 2",
                                                      "name": "sample string 3",
                                                      "description": "sample string 4",
                                                      "id_branch": "95f4e9c7-ef40-4878-905a-c9edd1ab8d90",
                                                      "active": true,
                                                      "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                      "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                      "id_user_upd": "f148822a-0fb2-4bad-9a59-734081958311",
                                                      "commited": true,
                                                      "mt_branches": {
                                                        "$ref": "6"
                                                      },
                                                      "mt_pos": [
                                                        {
                                                          "$ref": "24"
                                                        },
                                                        {
                                                          "$ref": "24"
                                                        }
                                                      ],
                                                      "st_users": {
                                                        "$ref": "5"
                                                      }
                                                    },
                                                    "mt_cloakrooms": [
                                                      {
                                                        "$id": "26",
                                                        "id": "8e7a3912-4edc-405b-a8ee-5579fd29022d",
                                                        "id_mask": "sample string 2",
                                                        "name": "sample string 3",
                                                        "id_pos": "512be86a-0ae5-4fa0-bfb6-f5c86276f461",
                                                        "unit_ini": 5,
                                                        "unit_end": 6,
                                                        "name_pos": "sample string 7",
                                                        "id_image": "4409ef66-3f97-4a49-a467-44bc560f7a4e",
                                                        "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:42:08.5357521+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                        "id_user_upd": "f8765016-4dc1-4bf3-ae68-ba95177802d7",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_images": {
                                                          "$ref": "7"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        },
                                                        "tt_cloakrooms_units": [
                                                          {
                                                            "$id": "27",
                                                            "id": "ea0ac267-9208-4d62-87f8-ef110dfb0cb0",
                                                            "id_cloakroom": "df87f55a-d206-464b-8a08-1424ef518664",
                                                            "id_pos_sesion": "933d43fd-d672-4487-8b55-6aa7c6243f4c",
                                                            "unit_id": 4,
                                                            "date_open": "2026-07-08T10:42:08.5357521+02:00",
                                                            "date_close": "2026-07-08T10:42:08.5357521+02:00",
                                                            "id_doc_sa": "b57638e3-f0fd-4df0-82d3-a67a6977850a",
                                                            "commited": true,
                                                            "mt_cloakrooms": {
                                                              "$ref": "26"
                                                            },
                                                            "tt_doc_sa": {
                                                              "$id": "28",
                                                              "id": "312f175d-7320-498c-be51-11e71d3f068e",
                                                              "id_pos": "f7910420-b624-4bd0-bbe5-772b0c4eda68",
                                                              "id_doc": "c4703648-4fe6-4211-93eb-33fcf96abd91",
                                                              "id_branch": "1018f0d6-753b-4c32-819b-92002a9402cc",
                                                              "nro_doc": "sample string 5",
                                                              "date_doc": "2026-07-08T10:42:08.5357521+02:00",
                                                              "date_tax": "2026-07-08T10:42:08.5357521+02:00",
                                                              "hour_doc": "00:00:00.1234567",
                                                              "block": true,
                                                              "id_ref": "e6b3ea57-4f2b-462f-bffd-0f684d003312",
                                                              "id_relationship": "0732c9b4-7f99-4df8-ba96-231646d4b294",
                                                              "id_loc_from": "dc01789e-cfbc-494b-8501-ce607997c512",
                                                              "id_loc_end": "703dd9e1-ccfd-4d38-88d4-e9a13160cc02",
                                                              "id_user_add": "99e1c6f8-d26a-439a-b381-8c1aeaf8aa00",
                                                              "id_user_upd": "af8519de-437e-4998-a852-620d3041d7e2",
                                                              "comment": "sample string 12",
                                                              "id_pos_sesion": "8c844fd8-4aeb-456f-9715-da680adbe145",
                                                              "id_room_unit": "5ab5c469-40cd-43ca-9cf5-72e32859bc51",
                                                              "ref_locator": "sample string 13",
                                                              "ref_zone_aut": "sample string 14",
                                                              "id_pos_type": "c592ddd4-68ff-4fcd-a7ea-0ffaac448324",
                                                              "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:42:08.5357521+02:00",
                                                              "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                              "commited": true,
                                                              "created_by": 1,
                                                              "doc_print": true,
                                                              "mt_branches": {
                                                                "$ref": "6"
                                                              },
                                                              "mt_docs": {
                                                                "$ref": "21"
                                                              },
                                                              "mt_locations": {
                                                                "$id": "29",
                                                                "id": "51ca8a84-180c-4636-a4ac-e744bbb96b82",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "reserved": true,
                                                                "id_branch": "7d36388a-672c-47de-8d10-666d719d36af",
                                                                "active": true,
                                                                "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                "id_user_upd": "b5b49aa0-3436-4ea7-a99c-b945b492ada2",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_users": {
                                                                  "$ref": "5"
                                                                },
                                                                "tt_doc_sa": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_doc_sa1": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_doc_st": [
                                                                  {
                                                                    "$id": "30",
                                                                    "id": "ca519f2c-df22-4c68-be5f-c7a97f209984",
                                                                    "id_pos": "84388d22-034d-4d97-85ef-7b2142328af0",
                                                                    "id_doc": "7ba76e2f-ad63-4413-a42d-b3b9e069f3cc",
                                                                    "id_branch": "893f926f-50d9-4b66-a37d-4ff1235836c3",
                                                                    "nro_doc": "sample string 5",
                                                                    "date_doc": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "block": true,
                                                                    "nro_original": "sample string 8",
                                                                    "id_ref": "af4b78b4-0a4c-43cb-b99d-25e7418c7255",
                                                                    "id_loc_from": "66310067-55f5-4a4b-b5b9-48cd7c4dfe54",
                                                                    "id_loc_end": "1e487c0e-71db-49a2-b326-f6daf59f660d",
                                                                    "id_user_add": "bc322848-687c-4c0b-b5ff-dbd50c7c239e",
                                                                    "id_user_upd": "507a587d-26d6-4766-b462-e45a8b52529c",
                                                                    "id_pos_sesion": "30ae2730-a8bb-407f-a34b-6179690d1b01",
                                                                    "comment": "sample string 12",
                                                                    "status": 1,
                                                                    "is_send": true,
                                                                    "date_send": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "mt_branches": {
                                                                      "$ref": "6"
                                                                    },
                                                                    "mt_docs": {
                                                                      "$ref": "21"
                                                                    },
                                                                    "mt_locations": {
                                                                      "$ref": "29"
                                                                    },
                                                                    "mt_locations1": {
                                                                      "$ref": "29"
                                                                    },
                                                                    "mt_pos": {
                                                                      "$ref": "24"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users1": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_st_det": [
                                                                      {
                                                                        "$id": "31",
                                                                        "id_doc_st": "2617320b-b462-402e-8a05-3c4cd14a8e08",
                                                                        "id_line": 2,
                                                                        "id_item": "9ab693ec-9d4f-4d72-af39-a1898f3f58cb",
                                                                        "comment": "sample string 4",
                                                                        "qty": 5.1,
                                                                        "status": 1,
                                                                        "active": true,
                                                                        "mt_items": {
                                                                          "$ref": "3"
                                                                        },
                                                                        "tt_doc_st": {
                                                                          "$ref": "30"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "31"
                                                                      }
                                                                    ],
                                                                    "tt_doc_st1": [
                                                                      {
                                                                        "$ref": "30"
                                                                      },
                                                                      {
                                                                        "$ref": "30"
                                                                      }
                                                                    ],
                                                                    "tt_doc_st2": {
                                                                      "$ref": "30"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "30"
                                                                  }
                                                                ],
                                                                "tt_doc_st1": [
                                                                  {
                                                                    "$ref": "30"
                                                                  },
                                                                  {
                                                                    "$ref": "30"
                                                                  }
                                                                ],
                                                                "tt_stock": [
                                                                  {
                                                                    "$id": "32",
                                                                    "id_location": "d6df2dad-3fb1-4bc1-9d94-afc5b199edb7",
                                                                    "id_item": "3fa34eb8-eb3d-4723-8091-48c9ebbae943",
                                                                    "stock_ideal": 3.1,
                                                                    "stock_min": 4.1,
                                                                    "stock_max": 5.1,
                                                                    "stock": 6.1,
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_locations": {
                                                                      "$ref": "29"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "32"
                                                                  }
                                                                ]
                                                              },
                                                              "mt_locations1": {
                                                                "$ref": "29"
                                                              },
                                                              "mt_pos": {
                                                                "$ref": "24"
                                                              },
                                                              "st_users": {
                                                                "$ref": "5"
                                                              },
                                                              "st_users1": {
                                                                "$ref": "5"
                                                              },
                                                              "tt_cloakrooms_units": [
                                                                {
                                                                  "$ref": "27"
                                                                },
                                                                {
                                                                  "$ref": "27"
                                                                }
                                                              ],
                                                              "tt_doc_sa_cashflow": [
                                                                {
                                                                  "$id": "33",
                                                                  "id_doc_sa": "0a677e8b-96b8-4969-8dbe-3ef5886002e8",
                                                                  "id_pay": "0bf01e35-885b-4f56-8bf7-513225362cfb",
                                                                  "id_money": "dcb1e2c9-8ecf-40ef-960f-a51485d42edf",
                                                                  "date_cashflow": "2026-07-08T10:42:08.5357521+02:00",
                                                                  "coefficient": 5.1,
                                                                  "id_user_add": "c1819d18-95eb-4299-875b-1fc637994cb1",
                                                                  "amt_tot_md": 7.1,
                                                                  "amt_tot_mo": 8.1,
                                                                  "mt_payment_types": {
                                                                    "$ref": "19"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "5"
                                                                  },
                                                                  "mt_money_types": {
                                                                    "$id": "34",
                                                                    "id": "64d81523-c203-4794-8e23-7ff6fa67b071",
                                                                    "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": "78946935-71a7-423d-a284-3889a1334c68",
                                                                    "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:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "id_user_upd": "b2619836-c5e0-4e51-80e8-521366fd499f",
                                                                    "commited": true,
                                                                    "mt_docs_payment_money": [
                                                                      {
                                                                        "$ref": "20"
                                                                      },
                                                                      {
                                                                        "$ref": "20"
                                                                      }
                                                                    ],
                                                                    "mt_money_rates": [
                                                                      {
                                                                        "$id": "35",
                                                                        "id_money_1": "6e80d696-8ae3-444b-b8a5-d5b4ed24ef68",
                                                                        "id_money_2": "4aa7bb24-d239-41d2-b054-dbcdce37866d",
                                                                        "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "coefficient": 4.1,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_user_upd": "67e7bd49-7da5-41f9-8c8e-c2bd7fc34826",
                                                                        "commited": true,
                                                                        "mt_money_types": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "mt_money_types1": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "35"
                                                                      }
                                                                    ],
                                                                    "mt_money_rates1": [
                                                                      {
                                                                        "$ref": "35"
                                                                      },
                                                                      {
                                                                        "$ref": "35"
                                                                      }
                                                                    ],
                                                                    "st_images": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_sa_cashflow": [
                                                                      {
                                                                        "$ref": "33"
                                                                      },
                                                                      {
                                                                        "$ref": "33"
                                                                      }
                                                                    ],
                                                                    "tt_doc_sa_pay": [
                                                                      {
                                                                        "$id": "36",
                                                                        "id_doc_sa": "6a4b2f6d-ab16-4de6-968c-3bcde618d059",
                                                                        "id_line": 2,
                                                                        "id_pay": "6da860ed-ba36-441a-8b6f-a40215562115",
                                                                        "id_money": "c1d487ba-bca3-4a8d-b14b-4a30a8f0d526",
                                                                        "coefficient": 5.1,
                                                                        "id_voucher": "457d8f0d-d0fb-4e07-a1fe-7a93f63e6fde",
                                                                        "id_employee": "8d585e08-bbc8-4301-bdf7-990219e8ed9f",
                                                                        "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": "7be0e309-58bc-4a07-ba2a-66c65fee25a9",
                                                                        "coupon_id": "sample string 9",
                                                                        "terminal_id": "sample string 10",
                                                                        "card_name": "sample string 11",
                                                                        "card_bank": "sample string 12",
                                                                        "card_number": "sample string 13",
                                                                        "client_name": "sample string 14",
                                                                        "money_type": "sample string 15",
                                                                        "merchant_id": "sample string 16",
                                                                        "aid": "sample string 17",
                                                                        "auth_num": "sample string 18",
                                                                        "authorization": true,
                                                                        "signature": true,
                                                                        "contactless": true,
                                                                        "date_hour_pay": "sample string 19",
                                                                        "terminal_name": "sample string 20",
                                                                        "active": true,
                                                                        "mt_employees": {
                                                                          "$ref": "8"
                                                                        },
                                                                        "mt_money_types": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "mt_payment_types": {
                                                                          "$ref": "19"
                                                                        },
                                                                        "tt_doc_sa": {
                                                                          "$ref": "28"
                                                                        },
                                                                        "tt_vouchers": {
                                                                          "$ref": "18"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "36"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "tt_doc_sa": {
                                                                    "$ref": "28"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "33"
                                                                }
                                                              ],
                                                              "tt_doc_sa_det": [
                                                                {
                                                                  "$ref": "11"
                                                                },
                                                                {
                                                                  "$ref": "11"
                                                                }
                                                              ],
                                                              "tt_doc_sa_pay": [
                                                                {
                                                                  "$ref": "36"
                                                                },
                                                                {
                                                                  "$ref": "36"
                                                                }
                                                              ],
                                                              "tt_doc_sa1": [
                                                                {
                                                                  "$ref": "28"
                                                                },
                                                                {
                                                                  "$ref": "28"
                                                                }
                                                              ],
                                                              "tt_doc_sa2": {
                                                                "$ref": "28"
                                                              },
                                                              "tt_pos_sesion": {
                                                                "$id": "37",
                                                                "id": "fee12072-cf61-488d-9f9e-056e234d5a40",
                                                                "nro_sesion": 2,
                                                                "id_pos": "45b4adfb-a450-46c2-9bd8-5226f40f8363",
                                                                "date_tax": "2026-07-08T10:42:08.5357521+02:00",
                                                                "date_open": "2026-07-08T10:42:08.5357521+02:00",
                                                                "date_close": "2026-07-08T10:42:08.5357521+02:00",
                                                                "id_user_open": "459dffc2-8b6a-4943-84f4-d9850262a462",
                                                                "id_user_close": "18b6faa6-efb2-43a8-9851-157b7507b0e5",
                                                                "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:42:08.5357521+02:00",
                                                                "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                "commited": true,
                                                                "mt_pos": {
                                                                  "$ref": "24"
                                                                },
                                                                "tt_cloakrooms_units": [
                                                                  {
                                                                    "$ref": "27"
                                                                  },
                                                                  {
                                                                    "$ref": "27"
                                                                  }
                                                                ],
                                                                "tt_items_customs": [
                                                                  {
                                                                    "$id": "38",
                                                                    "id": "2f63abe9-aa7d-4f6a-88f8-1973af0ea38b",
                                                                    "order_id": 2,
                                                                    "id_item": "135253fe-3349-4e35-aa5d-d86e83f8f902",
                                                                    "id_item_type": "d833e3ce-8275-482d-9fc7-513d07b32d6c",
                                                                    "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": "6ed97e68-761b-4d34-b742-0c90705a0d88",
                                                                    "type_item": 11,
                                                                    "id_voucher_json": "72dd2ca9-6cbd-4cd5-8eed-da1f0c2b953e",
                                                                    "count_voucher": 1,
                                                                    "id_category": "50e8217b-14ab-4cac-baee-523213470850",
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "id_user_upd": "c165896d-1d0a-421b-929a-fa9bba3b6391",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_items_types": {
                                                                      "$ref": "16"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "38"
                                                                  }
                                                                ],
                                                                "tt_doc_sa_pt": [
                                                                  {
                                                                    "$id": "39",
                                                                    "id": "0bae23d3-0828-456c-b773-be9ca57f0a8d",
                                                                    "json_object": "sample string 2",
                                                                    "json_pays": "sample string 3",
                                                                    "id_pos_sesion": "b3d28fbe-0cb6-40dc-be74-6a30fc5d9836",
                                                                    "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:42:08.5357521+02:00",
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "39"
                                                                  }
                                                                ],
                                                                "tt_rooms_units_activity": [
                                                                  {
                                                                    "$id": "40",
                                                                    "id": "93543d34-0194-42ea-8bf8-0aae6bc3b781",
                                                                    "id_room_unit": "eefded51-546f-48d1-9709-54f284ca697b",
                                                                    "id_room_list": "081bd04d-df52-4e23-98ff-c9e9ffbe9863",
                                                                    "nro_res_ext": "sample string 3",
                                                                    "date_reserved": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "date_open": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "date_close": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "id_employee": "588473c0-4670-4342-a0a6-213844358ae1",
                                                                    "id_employee_sec": "c2dc0f6b-ca49-433f-a6f9-8952e6703ae9",
                                                                    "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": "8f4cc1d6-111f-4022-a77e-d1bff855b9fe",
                                                                    "comment": "sample string 7",
                                                                    "id_user_open": "30661a73-6385-431c-84f8-ba2fb23e3822",
                                                                    "id_user_close": "8f722076-8042-48d1-a5b3-26755d96d980",
                                                                    "id_unit_state": "74d2adf9-3cfe-4689-b3c2-c56265caf1c1",
                                                                    "id_pos_sesion": "85943bee-2981-4c2d-9ff6-98af338f7675",
                                                                    "vip": true,
                                                                    "paid": true,
                                                                    "send": true,
                                                                    "send_date": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "mt_employees": {
                                                                      "$ref": "8"
                                                                    },
                                                                    "mt_employees1": {
                                                                      "$ref": "8"
                                                                    },
                                                                    "mt_rooms_units": {
                                                                      "$id": "41",
                                                                      "id": "dcd39e86-c8dc-40b9-a9ca-7b55927d385e",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "name_label": "sample string 4",
                                                                      "name_zone": "sample string 5",
                                                                      "order": 6,
                                                                      "id_room": "39278480-2eed-44df-b12f-ea864d2ee53e",
                                                                      "pax": 8,
                                                                      "pos_x": 9,
                                                                      "pos_y": 10,
                                                                      "size_w": 1,
                                                                      "size_h": 1,
                                                                      "in_map": true,
                                                                      "reserved_on": true,
                                                                      "id_room_type": "b8047d69-5b7d-44f2-af07-ce002c1bfd66",
                                                                      "locked": true,
                                                                      "date_locked": "2026-07-08T10:42:08.5357521+02:00",
                                                                      "comment_locked": "sample string 15",
                                                                      "active": true,
                                                                      "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                      "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                      "id_user_upd": "b521c299-69ac-4394-8b10-9a43a75f9956",
                                                                      "commited": true,
                                                                      "mt_rooms": {
                                                                        "$id": "42",
                                                                        "id": "c2222178-ad3c-4820-916f-17782b6fe343",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "id_branch": "bcdbed16-197a-45ae-b87a-12b310bf0fc8",
                                                                        "name_pos": "sample string 6",
                                                                        "id_image": "74c4001f-829b-41da-8956-0c0de0005967",
                                                                        "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": "fd80fc10-f65a-4d82-aa8b-965afd368413",
                                                                        "refresh_status": true,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_user_upd": "edd7b902-9a6c-406a-954a-cd6580327cf7",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_pos_rooms": [
                                                                          {
                                                                            "$id": "43",
                                                                            "id_pos": "90852ff7-6820-4463-a841-66df57415f3c",
                                                                            "id_room": "046c5402-a746-401f-8738-34d0f7334420",
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "id_user_upd": "9ea22593-c4c2-47c3-9ce4-72ffa563bf39",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "24"
                                                                            },
                                                                            "mt_rooms": {
                                                                              "$ref": "42"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "43"
                                                                          }
                                                                        ],
                                                                        "st_images": {
                                                                          "$ref": "7"
                                                                        },
                                                                        "st_images1": {
                                                                          "$ref": "7"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "mt_rooms_units": [
                                                                          {
                                                                            "$ref": "41"
                                                                          },
                                                                          {
                                                                            "$ref": "41"
                                                                          }
                                                                        ],
                                                                        "tt_rooms_list": [
                                                                          {
                                                                            "$id": "44",
                                                                            "id": "9670bf80-4516-4805-90bb-efe65b2f689d",
                                                                            "id_room": "cae0c474-1838-4fd9-ae1f-5dfb9cf1a71e",
                                                                            "date_in": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "date_out": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "id_user_add": "f766ca57-ddb6-4407-a9f0-59c57c53a658",
                                                                            "from_reservation": "sample string 5",
                                                                            "pax": 6,
                                                                            "status": 7,
                                                                            "comment": "sample string 8",
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "commited": true,
                                                                            "mt_rooms": {
                                                                              "$ref": "42"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            },
                                                                            "tt_rooms_units_activity": [
                                                                              {
                                                                                "$ref": "40"
                                                                              },
                                                                              {
                                                                                "$ref": "40"
                                                                              }
                                                                            ]
                                                                          },
                                                                          {
                                                                            "$ref": "44"
                                                                          }
                                                                        ]
                                                                      },
                                                                      "mt_rooms_units_types": {
                                                                        "$id": "45",
                                                                        "id": "d8a1baac-2856-4672-9d07-411c8e3e5039",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "high": 5,
                                                                        "width": 6,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_user_upd": "a0e33435-6b20-4c68-8c29-8177c1e8a47d",
                                                                        "commited": true,
                                                                        "mt_rooms_units": [
                                                                          {
                                                                            "$ref": "41"
                                                                          },
                                                                          {
                                                                            "$ref": "41"
                                                                          }
                                                                        ],
                                                                        "mt_rooms_units_states_types": [
                                                                          {
                                                                            "$id": "46",
                                                                            "id_room_type": "c1c24f43-49b0-4541-9144-0e539f889ce4",
                                                                            "id_room_state": "a41b619e-3fc1-4b0c-a392-58a8e5115819",
                                                                            "id_image": "3fcb8ee5-5c93-48a2-8587-67b1bd27a623",
                                                                            "color_font": "sample string 4",
                                                                            "font_bold": true,
                                                                            "font_underline": true,
                                                                            "font_size": 7,
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "id_user_upd": "32bc357d-96f4-4b7b-ad8e-95d599b56767",
                                                                            "commited": true,
                                                                            "mt_rooms_units_states": {
                                                                              "$id": "47",
                                                                              "id": "70669aaf-7b9d-4000-b1f6-734a0b186e15",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "description": "sample string 4",
                                                                              "color": "sample string 5",
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                              "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                              "id_user_upd": "39f2d901-4825-4642-935e-b1d3f8795087",
                                                                              "commited": true,
                                                                              "st_users": {
                                                                                "$ref": "5"
                                                                              },
                                                                              "mt_rooms_units_states_types": [
                                                                                {
                                                                                  "$ref": "46"
                                                                                },
                                                                                {
                                                                                  "$ref": "46"
                                                                                }
                                                                              ],
                                                                              "tt_rooms_units_activity": [
                                                                                {
                                                                                  "$ref": "40"
                                                                                },
                                                                                {
                                                                                  "$ref": "40"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "mt_rooms_units_types": {
                                                                              "$ref": "45"
                                                                            },
                                                                            "st_images": {
                                                                              "$ref": "7"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "46"
                                                                          }
                                                                        ],
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "5"
                                                                      },
                                                                      "tt_rooms_units_activity": [
                                                                        {
                                                                          "$ref": "40"
                                                                        },
                                                                        {
                                                                          "$ref": "40"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "mt_rooms_units_states": {
                                                                      "$ref": "47"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users1": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_sa": [
                                                                      {
                                                                        "$ref": "28"
                                                                      },
                                                                      {
                                                                        "$ref": "28"
                                                                      }
                                                                    ],
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    },
                                                                    "tt_rooms_list": {
                                                                      "$ref": "44"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "40"
                                                                  }
                                                                ],
                                                                "st_users": {
                                                                  "$ref": "5"
                                                                },
                                                                "st_users1": {
                                                                  "$ref": "5"
                                                                },
                                                                "tt_tips": [
                                                                  {
                                                                    "$id": "48",
                                                                    "id": "3b55e062-72bb-4dcc-8f6a-d5d9053e1522",
                                                                    "id_pos_sesion": "2b78ecfd-9d78-4f21-beb6-2fba7d3350b7",
                                                                    "amt_card": 1.1,
                                                                    "amt_cash": 1.1,
                                                                    "id_user": "b2ba6b7e-6595-41e3-b8f9-430e0d1d795b",
                                                                    "id_room_unit_activity": "8a169b1a-2e7e-42ae-8232-28e4e21c8ab0",
                                                                    "id_doc_sa": "82bf540f-8628-446e-8afc-9bbaa37fba15",
                                                                    "id_pos_type": "92c647bb-3b0c-4fdf-a1e4-79a838eb89fe",
                                                                    "block": true,
                                                                    "comment": "sample string 5",
                                                                    "json_response": "sample string 6",
                                                                    "id_doc_ref": "b125e2ed-7fa9-4890-9f34-5ed4a36b200e",
                                                                    "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:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    },
                                                                    "tt_tips_users": [
                                                                      {
                                                                        "$id": "49",
                                                                        "id_tip": "10911817-45ae-4840-afb7-bac1212101a5",
                                                                        "id_user": "69d4e124-6df1-4be4-a238-a430f02ea60a",
                                                                        "amt_card": 1.1,
                                                                        "amt_cash": 1.1,
                                                                        "type_share": 3,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "commited": true,
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "tt_tips": {
                                                                          "$ref": "48"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "49"
                                                                      }
                                                                    ]
                                                                  },
                                                                  {
                                                                    "$ref": "48"
                                                                  }
                                                                ],
                                                                "tt_pos_sesion_users": [
                                                                  {
                                                                    "$id": "50",
                                                                    "id_pos_sesion": "80804ec4-1992-4cdc-8c89-54bd1e9856df",
                                                                    "id_user": "3994627a-2f24-4b33-b41a-a54b629491c6",
                                                                    "date_add": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "distribution_index": 1.1,
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "tt_doc_sa": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_cmd_connection": [
                                                                  {
                                                                    "$id": "51",
                                                                    "id": "b9758fda-d434-4faf-a185-6c5e7dff14e5",
                                                                    "id_user": "436a2387-75b3-48ac-8c2f-07de776aa614",
                                                                    "id_user_profile": "57c51632-1029-48f1-960b-3273a71b13ae",
                                                                    "locator": "sample string 4",
                                                                    "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "id_pos_sesion": "9613ed9a-c5e3-41b1-afb8-40625727a83c",
                                                                    "date_login": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "date_logout": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "terminal_id": "sample string 6",
                                                                    "terminal_type": "sample string 7",
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users_profiles": {
                                                                      "$id": "52",
                                                                      "id": "48d4f9e6-ec7f-4247-9d88-bd1efce7cf33",
                                                                      "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:42:08.5357521+02:00",
                                                                      "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                      "commited": true,
                                                                      "st_permisions": [
                                                                        {
                                                                          "$id": "53",
                                                                          "id": "6e003f52-9bf7-459e-9388-3ec024052112",
                                                                          "id_function": "2ad70b8e-a1c7-4153-be2c-8d650b0bf8ca",
                                                                          "id_user": "e1ed7f9e-87a6-498f-854c-13e38be34174",
                                                                          "id_profile": "310b8fc7-64e5-4f7a-9b5b-989a583833e1",
                                                                          "permission": 3,
                                                                          "active": true,
                                                                          "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                          "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                          "commited": true,
                                                                          "st_users_profiles": {
                                                                            "$ref": "52"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "5"
                                                                          },
                                                                          "st_functions": {
                                                                            "$id": "54",
                                                                            "id": "4cf557a9-e304-4f9c-87eb-764f11f3d9f9",
                                                                            "id_mask": "sample string 2",
                                                                            "name": "sample string 3",
                                                                            "description": "sample string 4",
                                                                            "level_id": 5,
                                                                            "id_group": "ad1a0385-dbd8-40db-b91e-66b0d1657b30",
                                                                            "name_event": "sample string 7",
                                                                            "name_pos": "sample string 8",
                                                                            "id_image": "912fe5be-76f3-4308-a9b7-cf5d15c83852",
                                                                            "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:42:08.5357521+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                            "commited": true,
                                                                            "st_functions_groups": {
                                                                              "$id": "55",
                                                                              "id": "a872e1be-2b9e-4887-8781-90f70e850613",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "description": "sample string 4",
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                              "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                              "commited": true,
                                                                              "st_functions": [
                                                                                {
                                                                                  "$ref": "54"
                                                                                },
                                                                                {
                                                                                  "$ref": "54"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "st_images": {
                                                                              "$ref": "7"
                                                                            },
                                                                            "st_permisions": [
                                                                              {
                                                                                "$ref": "53"
                                                                              },
                                                                              {
                                                                                "$ref": "53"
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "53"
                                                                        }
                                                                      ],
                                                                      "st_users": [
                                                                        {
                                                                          "$ref": "5"
                                                                        },
                                                                        {
                                                                          "$ref": "5"
                                                                        }
                                                                      ],
                                                                      "tt_cmd_connection": [
                                                                        {
                                                                          "$ref": "51"
                                                                        },
                                                                        {
                                                                          "$ref": "51"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "51"
                                                                  }
                                                                ],
                                                                "tt_cmd_messages": [
                                                                  {
                                                                    "$id": "56",
                                                                    "id": "4ad7248b-7100-4fd8-94a2-5d5fa9ed0942",
                                                                    "id_user": "00c22751-f0aa-475f-b1c9-d9feacb26d68",
                                                                    "date_add": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "destiny_type": 4,
                                                                    "id_key": "c6ad1b3a-7175-4bd3-ac19-f89010c9007d",
                                                                    "message": "sample string 6",
                                                                    "message_view": true,
                                                                    "date_view": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "id_pos_sesion": "efc4779a-1181-4c20-9d66-d5dc5f73902c",
                                                                    "terminal_add": "sample string 9",
                                                                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "56"
                                                                  }
                                                                ]
                                                              },
                                                              "tt_rooms_units_activity": {
                                                                "$ref": "40"
                                                              },
                                                              "tt_spool_doc_print": [
                                                                {
                                                                  "$id": "57",
                                                                  "id": "a6fce081-7540-40b8-aefc-2edd28a6eda9",
                                                                  "spool_server": "sample string 2",
                                                                  "id_doc_sa": "1883e7e8-2915-4dbe-9e97-5783196778b9",
                                                                  "spool_printer": "sample string 4",
                                                                  "count": 5,
                                                                  "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                  "printed": true,
                                                                  "print_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                  "tt_doc_sa": {
                                                                    "$ref": "28"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "57"
                                                                }
                                                              ]
                                                            },
                                                            "tt_pos_sesion": {
                                                              "$ref": "37"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "27"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "26"
                                                      }
                                                    ],
                                                    "mt_items_featured": [
                                                      {
                                                        "$id": "58",
                                                        "id": "c29e7f32-f1d6-4da5-a0ce-d5e7008d0e87",
                                                        "id_branch": "1ffff556-a6f2-4143-a83e-845d8d429839",
                                                        "id_pos_type": "739ccadd-94f7-4d96-af7b-012488bc9326",
                                                        "id_pos": "c3538241-e129-4920-a9de-b8306c2bef0d",
                                                        "id_item": "3a6f832c-e897-421f-8b5e-57229e8b48d9",
                                                        "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                                        "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                                        "image_id": 4,
                                                        "active": true,
                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                        "id_user_upd": "74e5ff82-30b5-4596-a1f3-d67a0999b89d",
                                                        "commited": true,
                                                        "mt_branches": {
                                                          "$ref": "6"
                                                        },
                                                        "mt_items": {
                                                          "$ref": "3"
                                                        },
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "mt_pos_types": {
                                                          "$id": "59",
                                                          "id": "5dc42e65-c901-4804-9113-b884014df8ac",
                                                          "id_mask": "sample string 2",
                                                          "name": "sample string 3",
                                                          "is_module": true,
                                                          "order": 5,
                                                          "active": true,
                                                          "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                          "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                          "id_user_upd": "fe1af0fe-c152-4108-a4f2-c04e81914091",
                                                          "commited": true,
                                                          "mt_items_featured": [
                                                            {
                                                              "$ref": "58"
                                                            },
                                                            {
                                                              "$ref": "58"
                                                            }
                                                          ],
                                                          "mt_pos_doc_print": [
                                                            {
                                                              "$ref": "22"
                                                            },
                                                            {
                                                              "$ref": "22"
                                                            }
                                                          ],
                                                          "st_users": {
                                                            "$ref": "5"
                                                          },
                                                          "mt_pos_view": [
                                                            {
                                                              "$id": "60",
                                                              "id_pos": "2a1e7e0e-9091-4678-a578-16b8caec6afa",
                                                              "id_pos_type": "6f8e7808-1b35-41b2-bfed-e1ea9031c9d5",
                                                              "is_default": true,
                                                              "active": true,
                                                              "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                              "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                              "id_user_upd": "26ec2dca-1629-448c-a4f8-c68ec6a4afdd",
                                                              "commited": true,
                                                              "mt_pos": {
                                                                "$ref": "24"
                                                              },
                                                              "mt_pos_prices_list": [
                                                                {
                                                                  "$id": "61",
                                                                  "id_pos": "b1d555e1-c7f3-4a44-8d71-6d97576d271b",
                                                                  "id_pos_type": "d144dd18-f2d4-4dd9-b674-51b4e6c159ae",
                                                                  "id_price_list": "3aefe69f-2b79-43f2-ae5a-cebd988ef054",
                                                                  "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:42:08.5357521+02:00",
                                                                  "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                  "id_user_upd": "2c54fbd4-1ab1-4c86-8b6d-52ae696874f5",
                                                                  "commited": true,
                                                                  "mt_pos_view": {
                                                                    "$ref": "60"
                                                                  },
                                                                  "mt_prices_list": {
                                                                    "$id": "62",
                                                                    "id": "b6b165c9-c080-431a-92d4-bd1fb5a3b3ec",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "id_ref": "e0956b75-6387-4567-ae13-9581d347cfe1",
                                                                    "tax_included": true,
                                                                    "switch_select": true,
                                                                    "item_type_default": 7,
                                                                    "name_pos": "sample string 8",
                                                                    "id_image": "7260ff26-ff4a-4065-a05f-254f6f735f2a",
                                                                    "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:42:08.5357521+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                    "id_user_upd": "4e6b2a1a-46f1-4712-b0c5-a8d291f3de29",
                                                                    "commited": true,
                                                                    "mt_pos_prices_list": [
                                                                      {
                                                                        "$ref": "61"
                                                                      },
                                                                      {
                                                                        "$ref": "61"
                                                                      }
                                                                    ],
                                                                    "mt_prices_items": [
                                                                      {
                                                                        "$id": "63",
                                                                        "id_list": "12e5d39c-0f9f-4b3e-9f93-8d1d81fa3aa5",
                                                                        "id_item_sub": "6a17b7af-1860-4e11-a7bf-d38f49bb6076",
                                                                        "validity_date": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "price": 4.1,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_user_upd": "d90603a9-cfe8-414d-882b-2d080f53fdfe",
                                                                        "commited": true,
                                                                        "mt_items_sub": {
                                                                          "$ref": "12"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "63"
                                                                      }
                                                                    ],
                                                                    "mt_prices_list1": [
                                                                      {
                                                                        "$ref": "62"
                                                                      },
                                                                      {
                                                                        "$ref": "62"
                                                                      }
                                                                    ],
                                                                    "mt_prices_list2": {
                                                                      "$ref": "62"
                                                                    },
                                                                    "mt_prices_list_rules": [
                                                                      {
                                                                        "$id": "64",
                                                                        "id": "83908e64-dd7c-4ed5-98c8-ee2319cbd9c4",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_branch": "187a8f06-0683-4d35-9056-e0aa360cf9c5",
                                                                        "id_pos": "965f1f6d-9b17-418c-abd9-ab94f513e9a7",
                                                                        "id_list": "6680f259-c178-4fe6-9c16-a02f3a6aff72",
                                                                        "view_list": true,
                                                                        "is_default": true,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_user_upd": "14a8894c-0cf4-4ffe-b276-401f44a792d5",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_pos": {
                                                                          "$ref": "24"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "64"
                                                                      }
                                                                    ],
                                                                    "st_images": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "mt_prices_rules": [
                                                                      {
                                                                        "$id": "65",
                                                                        "id": "f46390a2-cd99-45a2-b91e-86fca89c7229",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "date_end": "2026-07-08T10:42:08.5357521+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": "48229dc3-8067-43ab-83b0-c57c03537773",
                                                                        "id_pos": "a2c285cf-51aa-4cd3-b0c8-579ac1684533",
                                                                        "id_list": "29863bc7-8bf9-46e0-9e14-222c4424bf94",
                                                                        "id_item": "932a2f19-aa39-4be1-9fe3-3e5464cab31c",
                                                                        "id_item_type": "94caf5d5-d5a0-4c68-b470-bce8b3b4e31b",
                                                                        "id_category": "abbca5bb-9906-47aa-a7b3-784c1398c76f",
                                                                        "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:42:08.5357521+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                                        "id_user_upd": "fbb26176-d2b1-4b4e-8217-708e7c85f3ad",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_categories": {
                                                                          "$ref": "1"
                                                                        },
                                                                        "mt_items": {
                                                                          "$ref": "3"
                                                                        },
                                                                        "mt_items_types": {
                                                                          "$ref": "16"
                                                                        },
                                                                        "mt_pos": {
                                                                          "$ref": "24"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "65"
                                                                      }
                                                                    ],
                                                                    "tt_doc_sa_det": [
                                                                      {
                                                                        "$ref": "11"
                                                                      },
                                                                      {
                                                                        "$ref": "11"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "5"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "61"
                                                                }
                                                              ],
                                                              "mt_pos_types": {
                                                                "$ref": "59"
                                                              },
                                                              "st_users": {
                                                                "$ref": "5"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "60"
                                                            }
                                                          ]
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "58"
                                                      }
                                                    ],
                                                    "mt_pos_print": [
                                                      {
                                                        "$ref": "23"
                                                      },
                                                      {
                                                        "$ref": "23"
                                                      }
                                                    ],
                                                    "mt_pos_rooms": [
                                                      {
                                                        "$ref": "43"
                                                      },
                                                      {
                                                        "$ref": "43"
                                                      }
                                                    ],
                                                    "st_users": {
                                                      "$ref": "5"
                                                    },
                                                    "mt_pos_view": [
                                                      {
                                                        "$ref": "60"
                                                      },
                                                      {
                                                        "$ref": "60"
                                                      }
                                                    ],
                                                    "mt_prices_list_rules": [
                                                      {
                                                        "$ref": "64"
                                                      },
                                                      {
                                                        "$ref": "64"
                                                      }
                                                    ],
                                                    "mt_prices_rules": [
                                                      {
                                                        "$ref": "65"
                                                      },
                                                      {
                                                        "$ref": "65"
                                                      }
                                                    ],
                                                    "st_doc_num": [
                                                      {
                                                        "$id": "66",
                                                        "id_pos": "d552f81f-b9b8-4f36-9802-f34bc5904783",
                                                        "id_doc": "d5c1d316-66b5-4cf7-908b-9dd0061cce6e",
                                                        "value": 3,
                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                        "commited": true,
                                                        "mt_docs": {
                                                          "$ref": "21"
                                                        },
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "66"
                                                      }
                                                    ],
                                                    "st_pos_license": [
                                                      {
                                                        "$id": "67",
                                                        "id": "ffb8ee93-2fe3-4792-a269-de7ef703e4fd",
                                                        "id_pos": "4e6f870c-3d67-43cf-9127-d75b00fb3fb2",
                                                        "mac_address": "sample string 3",
                                                        "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                                        "key_access": "sample string 5",
                                                        "id_user_add": "6e02771b-d897-4cbb-8285-5aec5555f6d2",
                                                        "active": true,
                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "67"
                                                      }
                                                    ],
                                                    "st_users_pos": [
                                                      {
                                                        "$id": "68",
                                                        "id_user": "122b54e3-4cc6-48e9-98c9-dd7b69cd6e8d",
                                                        "id_pos": "65e6ef2d-e695-4a11-b45e-83c346b1e814",
                                                        "pass_required": true,
                                                        "active": true,
                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "68"
                                                      }
                                                    ],
                                                    "tt_doc_sa": [
                                                      {
                                                        "$ref": "28"
                                                      },
                                                      {
                                                        "$ref": "28"
                                                      }
                                                    ],
                                                    "tt_pos_connection": [
                                                      {
                                                        "$id": "69",
                                                        "id": "40aefb95-9623-473e-999f-035d660da0b0",
                                                        "id_pos": "88977713-1328-486d-9d5e-2e0dc99574c9",
                                                        "date_add": "2026-07-08T10:42:08.5357521+02:00",
                                                        "date_upd": "2026-07-08T10:42:08.5357521+02:00",
                                                        "date_out": "2026-07-08T10:42:08.5357521+02:00",
                                                        "connection_type": "sample string 3",
                                                        "connection_speed": 1,
                                                        "terminal_name": "sample string 4",
                                                        "version": "sample string 5",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "69"
                                                      }
                                                    ],
                                                    "tt_pos_sesion": [
                                                      {
                                                        "$ref": "37"
                                                      },
                                                      {
                                                        "$ref": "37"
                                                      }
                                                    ],
                                                    "mt_branches": {
                                                      "$ref": "6"
                                                    },
                                                    "tt_logs": [
                                                      {
                                                        "$id": "70",
                                                        "id": "50e5c4b0-f562-4574-be3f-2eb0513dad89",
                                                        "id_user_add": "c0b8f74a-ed40-4a48-852a-95126f50a649",
                                                        "id_table": "f82079fe-afb7-406a-8582-d095a4f83236",
                                                        "message_log": "sample string 3",
                                                        "json_object": "sample string 4",
                                                        "log_type": "sample string 5",
                                                        "id_pos": "329e9363-7875-4173-8a0f-2ca5d038264c",
                                                        "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_sync_tables": {
                                                          "$id": "71",
                                                          "id": "456f8fd9-dce5-409d-a74f-c4fae64ec475",
                                                          "level": 2,
                                                          "order": 3,
                                                          "name": "sample string 4",
                                                          "log_ins": true,
                                                          "log_upd": true,
                                                          "packet_forward": true,
                                                          "active": true,
                                                          "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                          "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                          "commited": true,
                                                          "st_sync_packages_det": [
                                                            {
                                                              "$id": "72",
                                                              "id": "0a7ed794-af38-4d1c-a805-3e5c7c7f2fe3",
                                                              "id_sync": "116a569e-5ab7-4b7e-ab6e-ae37bcd8329d",
                                                              "json": "sample string 3",
                                                              "id_table": "4e848edc-34fe-4bb2-8277-70e04936e516",
                                                              "order": 5,
                                                              "st_sync_packages": {
                                                                "$id": "73",
                                                                "id": "9f1cb6e2-fc14-4d2b-b303-7047ffa0d4d5",
                                                                "id_branch_from": "8fa2923f-9b7f-473f-818e-6d4e8476bde3",
                                                                "id_branch_to": "1c29ab09-4fc1-4669-8451-ea16f6c9358e",
                                                                "type": 4,
                                                                "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                "order": 6,
                                                                "status": 7,
                                                                "log_info": "sample string 8",
                                                                "sync_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                "send_on": "2026-07-08T10:42:08.5357521+02:00",
                                                                "mt_branches": {
                                                                  "$ref": "6"
                                                                },
                                                                "mt_branches1": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_sync_packages_det": [
                                                                  {
                                                                    "$ref": "72"
                                                                  },
                                                                  {
                                                                    "$ref": "72"
                                                                  }
                                                                ]
                                                              },
                                                              "st_sync_tables": {
                                                                "$ref": "71"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "72"
                                                            }
                                                          ],
                                                          "tt_logs": [
                                                            {
                                                              "$ref": "70"
                                                            },
                                                            {
                                                              "$ref": "70"
                                                            }
                                                          ]
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "70"
                                                      }
                                                    ],
                                                    "st_local_variables": [
                                                      {
                                                        "$id": "74",
                                                        "id": "50bdd3a5-e4e8-4ecf-b7fb-740941463659",
                                                        "id_pos": "75a1ae02-fcd7-42f3-bcef-a85003d887d2",
                                                        "name": "sample string 3",
                                                        "description": "sample string 4",
                                                        "value": "sample string 5",
                                                        "type": "sample string 6",
                                                        "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "74"
                                                      }
                                                    ],
                                                    "tt_doc_st": [
                                                      {
                                                        "$ref": "30"
                                                      },
                                                      {
                                                        "$ref": "30"
                                                      }
                                                    ]
                                                  },
                                                  "mt_pos_doc_print": [
                                                    {
                                                      "$ref": "22"
                                                    },
                                                    {
                                                      "$ref": "22"
                                                    }
                                                  ],
                                                  "st_users": {
                                                    "$ref": "5"
                                                  }
                                                },
                                                "mt_pos_types": {
                                                  "$ref": "59"
                                                },
                                                "st_doc_print": {
                                                  "$id": "75",
                                                  "id": "2de72427-4366-4291-b52d-9f7720c5433c",
                                                  "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:42:08.5357521+02:00",
                                                  "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                                  "commited": true,
                                                  "mt_pos_doc_print": [
                                                    {
                                                      "$ref": "22"
                                                    },
                                                    {
                                                      "$ref": "22"
                                                    }
                                                  ],
                                                  "st_doc_print_det": [
                                                    {
                                                      "$id": "76",
                                                      "id_doc_print": "9d3d302c-a332-4746-aefe-f6c80ada9bca",
                                                      "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": "75"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "76"
                                                    }
                                                  ]
                                                },
                                                "st_users": {
                                                  "$ref": "5"
                                                }
                                              },
                                              {
                                                "$ref": "22"
                                              }
                                            ],
                                            "st_doc_num": [
                                              {
                                                "$ref": "66"
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "tt_doc_sa": [
                                              {
                                                "$ref": "28"
                                              },
                                              {
                                                "$ref": "28"
                                              }
                                            ],
                                            "tt_doc_st": [
                                              {
                                                "$ref": "30"
                                              },
                                              {
                                                "$ref": "30"
                                              }
                                            ]
                                          },
                                          "mt_money_types": {
                                            "$ref": "34"
                                          },
                                          "mt_payment_types": {
                                            "$ref": "19"
                                          },
                                          "st_users": {
                                            "$ref": "5"
                                          }
                                        },
                                        {
                                          "$ref": "20"
                                        }
                                      ],
                                      "st_images": {
                                        "$ref": "7"
                                      },
                                      "st_users": {
                                        "$ref": "5"
                                      },
                                      "tt_doc_sa_cashflow": [
                                        {
                                          "$ref": "33"
                                        },
                                        {
                                          "$ref": "33"
                                        }
                                      ],
                                      "tt_doc_sa_pay": [
                                        {
                                          "$ref": "36"
                                        },
                                        {
                                          "$ref": "36"
                                        }
                                      ],
                                      "tt_vouchers": [
                                        {
                                          "$ref": "18"
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ]
                                    },
                                    "st_users": {
                                      "$ref": "5"
                                    },
                                    "tt_doc_sa_pay": [
                                      {
                                        "$ref": "36"
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "tt_vouchers_det": [
                                      {
                                        "$ref": "17"
                                      },
                                      {
                                        "$ref": "17"
                                      }
                                    ],
                                    "tt_vouchers_permisions": {
                                      "$id": "77",
                                      "id": "6675d9b7-b515-43fa-89e9-c2d761d4ec42",
                                      "date_from": "2026-07-08T10:42:08.5357521+02:00",
                                      "date_end": "2026-07-08T10:42:08.5357521+02:00",
                                      "date_used": "2026-07-08T10:42:08.5357521+02:00",
                                      "id_employee": "e4633381-8675-49fd-920d-f2a54efb250e",
                                      "id_branch": "371ae353-6fca-4d6e-808f-88e391658196",
                                      "count": 6,
                                      "count_used": 1,
                                      "unlimited": true,
                                      "id_user_add": "a7699445-5edc-47d6-8d3c-08fe21812b78",
                                      "is_entry": true,
                                      "is_consume": true,
                                      "active": true,
                                      "created_on": "2026-07-08T10:42:08.5357521+02:00",
                                      "last_update": "2026-07-08T10:42:08.5357521+02:00",
                                      "commited": true,
                                      "mt_branches": {
                                        "$ref": "6"
                                      },
                                      "mt_employees": {
                                        "$ref": "8"
                                      },
                                      "st_users": {
                                        "$ref": "5"
                                      },
                                      "tt_vouchers": [
                                        {
                                          "$ref": "18"
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "$ref": "17"
                                }
                              ],
                              "st_images": {
                                "$ref": "7"
                              },
                              "st_users": {
                                "$ref": "5"
                              },
                              "mt_items_sub": [
                                {
                                  "$ref": "12"
                                },
                                {
                                  "$ref": "12"
                                }
                              ],
                              "mt_prices_rules": [
                                {
                                  "$ref": "65"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "tt_items_customs": [
                                {
                                  "$ref": "38"
                                },
                                {
                                  "$ref": "38"
                                }
                              ]
                            },
                            "mt_items_vouchers": {
                              "$id": "78",
                              "id": "7340af08-2bc6-418e-a060-f6557db031ca",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "description": "sample string 4",
                              "json": "sample string 5",
                              "id_pay_type": "acbab2e8-0608-434e-ac91-dd2ff68159a3",
                              "id_doc_print": "fde4fce2-bf62-4490-bd16-a63b0733d824",
                              "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:42:08.5357521+02:00",
                              "last_update": "2026-07-08T10:42:08.5357521+02:00",
                              "commited": true,
                              "mt_items_sub": [
                                {
                                  "$ref": "12"
                                },
                                {
                                  "$ref": "12"
                                }
                              ]
                            },
                            "st_users": {
                              "$ref": "5"
                            },
                            "mt_prices_items": [
                              {
                                "$ref": "63"
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "tt_doc_sa_det": [
                              {
                                "$ref": "11"
                              },
                              {
                                "$ref": "11"
                              }
                            ]
                          },
                          "mt_prices_list": {
                            "$ref": "62"
                          },
                          "st_users": {
                            "$ref": "5"
                          },
                          "st_users1": {
                            "$ref": "5"
                          },
                          "tt_doc_sa": {
                            "$ref": "28"
                          },
                          "tt_doc_sa_det_stock": [
                            {
                              "$id": "79",
                              "id_doc_sa": "eb002f9d-d5a2-435d-ac34-115f3db052da",
                              "id_line": 2,
                              "id_item": "0262e60e-b5bc-4981-bdf8-0ec7b272e274",
                              "qty": 4.1,
                              "mt_items": {
                                "$ref": "3"
                              },
                              "tt_doc_sa_det": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "79"
                            }
                          ]
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "tt_doc_sa_pay": [
                        {
                          "$ref": "36"
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "tt_vouchers": [
                        {
                          "$ref": "18"
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "tt_vouchers_permisions": [
                        {
                          "$ref": "77"
                        },
                        {
                          "$ref": "77"
                        }
                      ],
                      "tt_rooms_units_activity": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "tt_rooms_units_activity1": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ]
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "mt_items": [
                    {
                      "$ref": "3"
                    },
                    {
                      "$ref": "3"
                    }
                  ],
                  "mt_items_types": [
                    {
                      "$ref": "16"
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "mt_money_types": [
                    {
                      "$ref": "34"
                    },
                    {
                      "$ref": "34"
                    }
                  ],
                  "mt_payment_types": [
                    {
                      "$ref": "19"
                    },
                    {
                      "$ref": "19"
                    }
                  ],
                  "mt_prices_list": [
                    {
                      "$ref": "62"
                    },
                    {
                      "$ref": "62"
                    }
                  ],
                  "mt_rooms": [
                    {
                      "$ref": "42"
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "mt_rooms1": [
                    {
                      "$ref": "42"
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "mt_rooms_units_states_types": [
                    {
                      "$ref": "46"
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "st_functions": [
                    {
                      "$ref": "54"
                    },
                    {
                      "$ref": "54"
                    }
                  ],
                  "st_images_types": {
                    "$id": "80",
                    "id": "c4193e9b-602b-460d-aad7-096255c24238",
                    "id_mask": "sample string 2",
                    "name": "sample string 3",
                    "description": "sample string 4",
                    "active": true,
                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                    "commited": true,
                    "st_images": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ]
                  },
                  "mt_docs": [
                    {
                      "$ref": "21"
                    },
                    {
                      "$ref": "21"
                    }
                  ],
                  "st_users": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "st_users1": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "mt_cloakrooms": [
                    {
                      "$ref": "26"
                    },
                    {
                      "$ref": "26"
                    }
                  ]
                },
                "st_users": {
                  "$ref": "5"
                },
                "mt_branches_zones": [
                  {
                    "$ref": "25"
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "mt_employees_branches": [
                  {
                    "$ref": "9"
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "mt_items_featured": [
                  {
                    "$ref": "58"
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "mt_locations": [
                  {
                    "$ref": "29"
                  },
                  {
                    "$ref": "29"
                  }
                ],
                "mt_periods": [
                  {
                    "$id": "81",
                    "id_branch": "23671919-0200-43c5-9e0a-4435ea79da37",
                    "exercise_id": 2,
                    "period_id": 3,
                    "date_from": "2026-07-08T10:42:08.5357521+02:00",
                    "date_end": "2026-07-08T10:42:08.5357521+02:00",
                    "state": "sample string 6",
                    "created_on": "2026-07-08T10:42:08.5357521+02:00",
                    "last_update": "2026-07-08T10:42:08.5357521+02:00",
                    "commited": true,
                    "mt_branches": {
                      "$ref": "6"
                    }
                  },
                  {
                    "$ref": "81"
                  }
                ],
                "mt_pos": [
                  {
                    "$ref": "24"
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "mt_prices_list_rules": [
                  {
                    "$ref": "64"
                  },
                  {
                    "$ref": "64"
                  }
                ],
                "mt_prices_rules": [
                  {
                    "$ref": "65"
                  },
                  {
                    "$ref": "65"
                  }
                ],
                "mt_rooms": [
                  {
                    "$ref": "42"
                  },
                  {
                    "$ref": "42"
                  }
                ],
                "st_sync_packages": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "st_sync_packages1": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "tt_doc_sa": [
                  {
                    "$ref": "28"
                  },
                  {
                    "$ref": "28"
                  }
                ],
                "tt_doc_st": [
                  {
                    "$ref": "30"
                  },
                  {
                    "$ref": "30"
                  }
                ],
                "tt_vouchers": [
                  {
                    "$ref": "18"
                  },
                  {
                    "$ref": "18"
                  }
                ],
                "tt_vouchers_permisions": [
                  {
                    "$ref": "77"
                  },
                  {
                    "$ref": "77"
                  }
                ]
              },
              {
                "$ref": "6"
              }
            ],
            "mt_branches_zones": [
              {
                "$ref": "25"
              },
              {
                "$ref": "25"
              }
            ],
            "mt_brands": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "mt_categories": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ],
            "mt_categories_items": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "mt_cloakrooms": [
              {
                "$ref": "26"
              },
              {
                "$ref": "26"
              }
            ],
            "mt_docs_payment_money": [
              {
                "$ref": "20"
              },
              {
                "$ref": "20"
              }
            ],
            "mt_employees": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "mt_employees_profiles": [
              {
                "$ref": "10"
              },
              {
                "$ref": "10"
              }
            ],
            "mt_items_featured": [
              {
                "$ref": "58"
              },
              {
                "$ref": "58"
              }
            ],
            "mt_items_sub": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "mt_items_types": [
              {
                "$ref": "16"
              },
              {
                "$ref": "16"
              }
            ],
            "mt_locations": [
              {
                "$ref": "29"
              },
              {
                "$ref": "29"
              }
            ],
            "mt_money_rates": [
              {
                "$ref": "35"
              },
              {
                "$ref": "35"
              }
            ],
            "mt_money_types": [
              {
                "$ref": "34"
              },
              {
                "$ref": "34"
              }
            ],
            "mt_payment_types": [
              {
                "$ref": "19"
              },
              {
                "$ref": "19"
              }
            ],
            "mt_pos": [
              {
                "$ref": "24"
              },
              {
                "$ref": "24"
              }
            ],
            "mt_pos_doc_print": [
              {
                "$ref": "22"
              },
              {
                "$ref": "22"
              }
            ],
            "mt_pos_prices_list": [
              {
                "$ref": "61"
              },
              {
                "$ref": "61"
              }
            ],
            "mt_pos_print": [
              {
                "$ref": "23"
              },
              {
                "$ref": "23"
              }
            ],
            "mt_pos_rooms": [
              {
                "$ref": "43"
              },
              {
                "$ref": "43"
              }
            ],
            "mt_pos_types": [
              {
                "$ref": "59"
              },
              {
                "$ref": "59"
              }
            ],
            "mt_pos_view": [
              {
                "$ref": "60"
              },
              {
                "$ref": "60"
              }
            ],
            "mt_prices_items": [
              {
                "$ref": "63"
              },
              {
                "$ref": "63"
              }
            ],
            "mt_prices_list": [
              {
                "$ref": "62"
              },
              {
                "$ref": "62"
              }
            ],
            "mt_prices_list_rules": [
              {
                "$ref": "64"
              },
              {
                "$ref": "64"
              }
            ],
            "mt_prices_rules": [
              {
                "$ref": "65"
              },
              {
                "$ref": "65"
              }
            ],
            "mt_rooms": [
              {
                "$ref": "42"
              },
              {
                "$ref": "42"
              }
            ],
            "mt_rooms_units": [
              {
                "$ref": "41"
              },
              {
                "$ref": "41"
              }
            ],
            "mt_rooms_units_states_types": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ],
            "mt_rooms_units_types": [
              {
                "$ref": "45"
              },
              {
                "$ref": "45"
              }
            ],
            "mt_units": [
              {
                "$ref": "15"
              },
              {
                "$ref": "15"
              }
            ],
            "mt_units_ref": [
              {
                "$ref": "14"
              },
              {
                "$ref": "14"
              }
            ],
            "st_images": {
              "$ref": "7"
            },
            "st_images1": {
              "$ref": "7"
            },
            "st_permisions": [
              {
                "$ref": "53"
              },
              {
                "$ref": "53"
              }
            ],
            "st_pos_license": [
              {
                "$ref": "67"
              },
              {
                "$ref": "67"
              }
            ],
            "st_users_pos": [
              {
                "$ref": "68"
              },
              {
                "$ref": "68"
              }
            ],
            "st_users_token": [
              {
                "$id": "82",
                "id": "5bb1cd55-e2ec-475c-9da3-7d8d54e06c75",
                "token_id": "sample string 2",
                "id_user": "5b52056c-2920-4922-ba5e-a1c878681086",
                "date_from": "2026-07-08T10:42:08.5357521+02:00",
                "date_end": "2026-07-08T10:42:08.5357521+02:00",
                "created_on": "2026-07-08T10:42:08.5357521+02:00",
                "st_users": {
                  "$ref": "5"
                }
              },
              {
                "$ref": "82"
              }
            ],
            "tt_doc_sa_cashflow": [
              {
                "$ref": "33"
              },
              {
                "$ref": "33"
              }
            ],
            "tt_doc_sa_det": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tt_doc_sa_det1": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tt_doc_st": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "tt_doc_st1": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "tt_items_customs": [
              {
                "$ref": "38"
              },
              {
                "$ref": "38"
              }
            ],
            "tt_logs": [
              {
                "$ref": "70"
              },
              {
                "$ref": "70"
              }
            ],
            "tt_pos_sesion": [
              {
                "$ref": "37"
              },
              {
                "$ref": "37"
              }
            ],
            "tt_pos_sesion1": [
              {
                "$ref": "37"
              },
              {
                "$ref": "37"
              }
            ],
            "tt_rooms_list": [
              {
                "$ref": "44"
              },
              {
                "$ref": "44"
              }
            ],
            "tt_rooms_units_activity": [
              {
                "$ref": "40"
              },
              {
                "$ref": "40"
              }
            ],
            "tt_rooms_units_activity1": [
              {
                "$ref": "40"
              },
              {
                "$ref": "40"
              }
            ],
            "tt_rooms_units_log": [
              {
                "$id": "83",
                "id": "c1a2359b-cc33-447c-a05a-c30ba7037668",
                "id_room_activity": "d1aa15ae-d0d5-4240-bfc5-c5c3b115774e",
                "id_pos_sesion": "1ca55e32-c0eb-42c2-80e1-5c9125e2753a",
                "log_text": "sample string 4",
                "id_user": "3f75b7d2-7610-4eee-a0c6-4293fc6dae78",
                "created_on": "2026-07-08T10:42:08.5357521+02:00",
                "commited": true,
                "st_users": {
                  "$ref": "5"
                }
              },
              {
                "$ref": "83"
              }
            ],
            "tt_tips_users": [
              {
                "$ref": "49"
              },
              {
                "$ref": "49"
              }
            ],
            "tt_vouchers_permisions": [
              {
                "$ref": "77"
              },
              {
                "$ref": "77"
              }
            ],
            "tt_vouchers": [
              {
                "$ref": "18"
              },
              {
                "$ref": "18"
              }
            ],
            "mt_docs": [
              {
                "$ref": "21"
              },
              {
                "$ref": "21"
              }
            ],
            "tt_pos_sesion_users": [
              {
                "$ref": "50"
              },
              {
                "$ref": "50"
              }
            ],
            "tt_doc_sa": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ],
            "tt_doc_sa1": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ],
            "mt_items": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "mt_rooms_units_states": [
              {
                "$ref": "47"
              },
              {
                "$ref": "47"
              }
            ],
            "st_users_profiles": {
              "$ref": "52"
            },
            "tt_cmd_connection": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ],
            "tt_cmd_messages": [
              {
                "$ref": "56"
              },
              {
                "$ref": "56"
              }
            ]
          }
        },
        "mt_categories_items": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "mt_items_featured": [
          {
            "$ref": "58"
          },
          {
            "$ref": "58"
          }
        ],
        "mt_items_formula": [
          {
            "$ref": "13"
          },
          {
            "$ref": "13"
          }
        ],
        "mt_units": {
          "$ref": "15"
        },
        "mt_units1": {
          "$ref": "15"
        },
        "st_images": {
          "$ref": "7"
        },
        "st_users": {
          "$ref": "5"
        },
        "mt_items_sub": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ],
        "mt_prices_rules": [
          {
            "$ref": "65"
          },
          {
            "$ref": "65"
          }
        ],
        "tt_doc_sa_det_stock": [
          {
            "$ref": "79"
          },
          {
            "$ref": "79"
          }
        ],
        "tt_doc_st_det": [
          {
            "$ref": "31"
          },
          {
            "$ref": "31"
          }
        ],
        "tt_items_customs": [
          {
            "$ref": "38"
          },
          {
            "$ref": "38"
          }
        ],
        "tt_stock": [
          {
            "$ref": "32"
          },
          {
            "$ref": "32"
          }
        ],
        "tt_vouchers_det": [
          {
            "$ref": "17"
          },
          {
            "$ref": "17"
          }
        ]
      },
      "st_users": {
        "$ref": "5"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "st_images": {
    "$ref": "7"
  },
  "st_users": {
    "$ref": "5"
  },
  "mt_prices_rules": [
    {
      "$ref": "65"
    },
    {
      "$ref": "65"
    }
  ],
  "tt_vouchers_det": [
    {
      "$ref": "17"
    },
    {
      "$ref": "17"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

mt_categories
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

id_item_type

globally unique identifier

None.

order_type

integer

Required

name_pos

string

Max length: 20

id_image

globally unique identifier

None.

view_pos

boolean

Required

order

integer

Required

order_sec

integer

Required

color_border

string

Max length: 20

color_button

string

Max length: 20

color_font

string

Max length: 20

font_bold

boolean

Required

font_underline

boolean

Required

font_size

integer

Required

big_buttons

boolean

Required

active

boolean

Required

created_on

date

None.

last_update

date

None.

id_user_upd

globally unique identifier

None.

commited

boolean

None.

mt_categories_items

Collection of mt_categories_items

None.

st_images

st_images

None.

st_users

st_users

None.

mt_prices_rules

Collection of mt_prices_rules

None.

tt_vouchers_det

Collection of tt_vouchers_det

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "75b3d30f-e4ea-4d93-a212-e2dbcccc49c2",
  "id_mask": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "id_item_type": "ed0cf201-03c0-4dad-9f90-b0a1aa6949eb",
  "order_type": 5,
  "name_pos": "sample string 6",
  "id_image": "b74367c0-8a5a-4136-ab74-ebb5973a0f7d",
  "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:42:08.5538441+02:00",
  "last_update": "2026-07-08T10:42:08.5538441+02:00",
  "id_user_upd": "32bbc652-890a-4c44-9b87-1c9d9170b2a8",
  "commited": true,
  "mt_categories_items": [
    {
      "$id": "2",
      "id_category": "4e418ba5-6373-4c51-bbfc-02f29c8d0e99",
      "id_item": "c250b6ee-701e-4e8c-8f5b-d3775b38908e",
      "is_default": true,
      "active": true,
      "created_on": "2026-07-08T10:42:08.5538441+02:00",
      "last_update": "2026-07-08T10:42:08.5538441+02:00",
      "id_user_upd": "79a7ff0d-69bb-412b-bded-48edc0d61a55",
      "commited": true,
      "mt_categories": {
        "$ref": "1"
      },
      "mt_items": {
        "$id": "3",
        "id": "bb12192d-a748-4d44-b655-32d6035b8b17",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "id_unit": "e921934e-3d69-4d4f-88d7-fe0ad4976226",
        "id_unit_sec": "2b7f079c-c226-42a1-8dc6-6aea9f5d4994",
        "id_brand": "b5eb0458-0a12-4d53-9b80-07662cf9d607",
        "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": "b88133b5-806e-4df7-9eec-842c97154974",
        "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:42:08.5538441+02:00",
        "last_update": "2026-07-08T10:42:08.5538441+02:00",
        "id_user_upd": "a2c4324a-8824-4860-948b-4566cb9ba38e",
        "commited": true,
        "mt_brands": {
          "$id": "4",
          "id": "4ef014cb-a0b9-41fb-ac73-6b6967baca96",
          "id_mask": "sample string 2",
          "name": "sample string 3",
          "active": true,
          "created_on": "2026-07-08T10:42:08.5538441+02:00",
          "last_update": "2026-07-08T10:42:08.5538441+02:00",
          "id_user_upd": "b117a339-516e-4878-bb8e-5255db656adf",
          "commited": true,
          "mt_items": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "st_users": {
            "$id": "5",
            "id": "72ae15df-f0b9-48a5-9873-b6c769c4931a",
            "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": "6e764204-f744-41ff-a110-69d870a15847",
            "view_messages": true,
            "id_image_photo": "877e1a49-3381-4856-a1ca-fcae828c91d7",
            "reserved": true,
            "pos_access": true,
            "back_access": true,
            "name_pos": "sample string 13",
            "id_image": "82c57053-4752-4240-8783-d04f57c39478",
            "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:42:08.5538441+02:00",
            "last_update": "2026-07-08T10:42:08.5538441+02:00",
            "commited": true,
            "mt_branches": [
              {
                "$id": "6",
                "id": "b29bdf94-6f76-4c34-bd76-5ca6a2c55eff",
                "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": "2bfccbc5-5f0a-4e0c-aa54-8658f2553966",
                "order": 12,
                "external_id": "sample string 13",
                "sync": true,
                "active": true,
                "created_on": "2026-07-08T10:42:08.5538441+02:00",
                "last_update": "2026-07-08T10:42:08.5538441+02:00",
                "id_user_upd": "dcfe1d6b-f1c1-421b-9ab2-136058c4e9b7",
                "commited": true,
                "st_images": {
                  "$id": "7",
                  "id": "c8cc6f4b-b81e-4f1c-aa06-75d4ff5c894c",
                  "id_mask": "sample string 2",
                  "name": "sample string 3",
                  "id_img_type": "37fbe12e-6cc8-4850-aee8-20e54672221b",
                  "image_file": "sample string 5",
                  "extension": "sample string 6",
                  "high": 1,
                  "width": 1,
                  "active": true,
                  "created_on": "2026-07-08T10:42:08.5538441+02:00",
                  "last_update": "2026-07-08T10:42:08.5538441+02:00",
                  "commited": true,
                  "mt_branches": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "mt_categories": [
                    {
                      "$ref": "1"
                    },
                    {
                      "$ref": "1"
                    }
                  ],
                  "mt_employees": [
                    {
                      "$id": "8",
                      "id": "87128626-1e62-4bf5-ba8b-31d3e96fa05d",
                      "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": "7c4210cf-3ee9-4ce8-b530-b716cb5b48fa",
                      "name_pos": "sample string 12",
                      "id_image": "e0e880c3-dda9-4e3d-a816-0d91f4ad45d3",
                      "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:42:08.5538441+02:00",
                      "last_update": "2026-07-08T10:42:08.5538441+02:00",
                      "id_user_upd": "967c2211-9d27-4b21-82ad-ad0bd48da6b8",
                      "commited": true,
                      "mt_employees_branches": [
                        {
                          "$id": "9",
                          "id_employee": "6a4a717d-7dac-4f3b-bdcb-e604e6efca6e",
                          "id_branch": "27ee0312-a76e-4d7c-8507-07afc6bec228",
                          "active": true,
                          "created_on": "2026-07-08T10:42:08.5538441+02:00",
                          "last_update": "2026-07-08T10:42:08.5538441+02:00",
                          "id_user_upd": "712264e7-4a54-46de-a560-a65bc53afafa",
                          "commited": true,
                          "mt_branches": {
                            "$ref": "6"
                          },
                          "mt_employees": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "9"
                        }
                      ],
                      "mt_employees_profiles": {
                        "$id": "10",
                        "id": "9b403b4e-263b-457c-a03a-5b75c227b0d5",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "description": "sample string 4",
                        "authorized": true,
                        "active": true,
                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                        "id_user_upd": "7857b506-c757-4516-81a4-907add4d91a9",
                        "commited": true,
                        "mt_employees": [
                          {
                            "$ref": "8"
                          },
                          {
                            "$ref": "8"
                          }
                        ],
                        "st_users": {
                          "$ref": "5"
                        }
                      },
                      "st_images": {
                        "$ref": "7"
                      },
                      "st_users": {
                        "$ref": "5"
                      },
                      "tt_doc_sa_det": [
                        {
                          "$id": "11",
                          "id_doc_sa": "6aeeaaa5-4e74-432a-83f2-64e8201245ad",
                          "id_line": 2,
                          "id_item_sub": "6ed1ed72-32b3-4ff7-badc-c7a4c8ff505e",
                          "qty": 4.1,
                          "id_list": "d55946f1-702a-4531-b862-5d6a4a0af9f3",
                          "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": "c709fe43-9312-4361-95e0-c2ca332116a9",
                          "is_used": true,
                          "qty_vou": 1.1,
                          "amt_vou": 1.1,
                          "comment": "sample string 15",
                          "ref_det": "sample string 16",
                          "id_employee": "aa1f8379-67ea-46ed-972c-14ff249468a1",
                          "name_generic": "sample string 17",
                          "type_ope": 1,
                          "id_user_add": "b211f5c0-4690-44a6-ad71-75183ca8c92f",
                          "id_user_upd": "5e421344-98c8-4455-9485-4926f53272cf",
                          "active": true,
                          "mt_employees": {
                            "$ref": "8"
                          },
                          "mt_items_sub": {
                            "$id": "12",
                            "id": "2b0ef0b7-ba3e-434a-ae64-7a6255a6fa10",
                            "id_item": "994e76d1-0dd4-4721-8ed7-e3a58f520274",
                            "id_item_type": "0330dc94-6597-47f3-a7ed-8e27e8fa6542",
                            "is_default": true,
                            "barcode": "sample string 5",
                            "voucher_apply": true,
                            "id_voucher_json": "0e3e5edb-ac77-4b4e-8ed3-aa16c19efa39",
                            "count_voucher": 1,
                            "id_voucher_type": 1,
                            "active": true,
                            "created_on": "2026-07-08T10:42:08.5538441+02:00",
                            "last_update": "2026-07-08T10:42:08.5538441+02:00",
                            "id_user_upd": "297bdc64-43db-41b3-8ba5-78ebfa58218c",
                            "commited": true,
                            "mt_items": {
                              "$ref": "3"
                            },
                            "mt_items_formula": [
                              {
                                "$id": "13",
                                "id_item_sub": "c2b09969-b7ed-4e02-be5c-9da6f055f5e5",
                                "id_item": "9db00ee7-327f-4472-9c49-6cebb8c18a53",
                                "group_id": 3,
                                "id_unit_ref": "3133eb71-4ddd-428d-9d68-d6dfa99456f8",
                                "qty_dis": 5,
                                "mt_items": {
                                  "$ref": "3"
                                },
                                "mt_items_sub": {
                                  "$ref": "12"
                                },
                                "mt_units_ref": {
                                  "$id": "14",
                                  "id": "a96eee3e-3915-45da-8412-16655258f789",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "coefficient": 4.1,
                                  "id_unit": "8fa307e7-2152-40e4-9a78-9fcd7a56eae8",
                                  "active": true,
                                  "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                  "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                  "id_user_upd": "aca99851-297d-4335-a82f-0d6021e6243a",
                                  "commited": true,
                                  "mt_units": {
                                    "$id": "15",
                                    "id": "7240db27-d623-4591-9a0a-a67c49903974",
                                    "id_mask": "sample string 2",
                                    "name": "sample string 3",
                                    "active": true,
                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                    "id_user_upd": "9cd0677e-0f3d-4ee5-9af4-afd39367ed9a",
                                    "commited": true,
                                    "mt_units_ref": [
                                      {
                                        "$ref": "14"
                                      },
                                      {
                                        "$ref": "14"
                                      }
                                    ],
                                    "st_users": {
                                      "$ref": "5"
                                    },
                                    "mt_items": [
                                      {
                                        "$ref": "3"
                                      },
                                      {
                                        "$ref": "3"
                                      }
                                    ],
                                    "mt_items1": [
                                      {
                                        "$ref": "3"
                                      },
                                      {
                                        "$ref": "3"
                                      }
                                    ]
                                  },
                                  "st_users": {
                                    "$ref": "5"
                                  },
                                  "mt_items_formula": [
                                    {
                                      "$ref": "13"
                                    },
                                    {
                                      "$ref": "13"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "13"
                              }
                            ],
                            "mt_items_types": {
                              "$id": "16",
                              "id": "b1ff5773-b9ed-4e3c-8dc6-ead1ab272843",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "name_short": "sample string 4",
                              "name_pos": "sample string 5",
                              "id_image": "1cca5ec9-12c2-4888-93ed-a7b3fb6240b5",
                              "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:42:08.5538441+02:00",
                              "last_update": "2026-07-08T10:42:08.5538441+02:00",
                              "id_user_upd": "dfcf9bd3-3264-4ee6-af05-909b8820399d",
                              "commited": true,
                              "tt_vouchers_det": [
                                {
                                  "$id": "17",
                                  "id_voucher": "ffc2e52f-bf82-4e5f-9941-0f57ed6c7b4d",
                                  "id_line": "c4bb5c74-bfbe-4df5-8590-a2e65c7aa21e",
                                  "id_category": "a37d5d01-3507-484d-9db2-8883dcda7631",
                                  "id_item": "33960250-9116-4bd3-bfe5-bbbed7b37f6b",
                                  "id_item_type": "c771f64e-5c69-4ff0-80c1-80a10f785ec1",
                                  "price_max": 1.1,
                                  "qty_add": 3.1,
                                  "qty_used": 4.1,
                                  "mt_categories": {
                                    "$ref": "1"
                                  },
                                  "mt_items": {
                                    "$ref": "3"
                                  },
                                  "mt_items_types": {
                                    "$ref": "16"
                                  },
                                  "tt_vouchers": {
                                    "$id": "18",
                                    "id": "6915cfd6-d7bd-4d92-be91-79f8ee289bc8",
                                    "id_voucher": 2,
                                    "locator_voucher": "sample string 3",
                                    "qr_code": "sample string 4",
                                    "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                    "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                    "date_used": "2026-07-08T10:42:08.5538441+02:00",
                                    "date_sesion": "2026-07-08T10:42:08.5538441+02:00",
                                    "id_employee": "1ff4f6dc-8575-419e-a305-c8e51070b983",
                                    "id_branch": "bf93a29a-fea4-4220-bd27-e3ef58b5f071",
                                    "id_voucher_permision": "1cdada0a-1f7f-4bf0-9eda-e107ec8a5824",
                                    "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": "40d9a974-0c29-44ad-ad1e-7e79ff5a3b9e",
                                    "id_user_add": "17b305d4-c0af-4cd1-bdf9-a2348e98fe23",
                                    "id_doc_sa": "2e374735-6bce-4ca8-ac4b-b2a9fc3f9fa0",
                                    "id_item_sub": "02b7bfa4-a818-4a16-ae63-598eb079cbbc",
                                    "id_pos_sesion": "35deb605-5768-486d-9290-260ab442b597",
                                    "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:42:08.5538441+02:00",
                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                    "commited": true,
                                    "mt_branches": {
                                      "$ref": "6"
                                    },
                                    "mt_employees": {
                                      "$ref": "8"
                                    },
                                    "mt_payment_types": {
                                      "$id": "19",
                                      "id": "55f466d5-6911-451b-b725-0bcae3812dff",
                                      "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": "52a4e423-3ad1-4fd7-bcf9-ad2268353364",
                                      "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:42:08.5538441+02:00",
                                      "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                      "id_user_upd": "955219f6-46c2-47fc-8183-285ed31d882d",
                                      "commited": true,
                                      "mt_docs_payment_money": [
                                        {
                                          "$id": "20",
                                          "id_doc": "f14ad57f-c567-4e2a-b64c-a3469340bfda",
                                          "id_pay": "91179ec3-1ec5-432f-b0d6-f94fcbb209f3",
                                          "id_money": "8936af88-0d31-496e-a446-231cf45a23b5",
                                          "active": true,
                                          "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                          "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                          "id_user_upd": "3b484e95-7773-43aa-bd14-a5987df2f442",
                                          "commited": true,
                                          "mt_docs": {
                                            "$id": "21",
                                            "id": "d60cfc02-85f5-498e-a2de-3f46cda24658",
                                            "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": "d9a5a273-f163-4247-9022-c6a0bbbae276",
                                            "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:42:08.5538441+02:00",
                                            "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                            "id_user_upd": "81d893da-e9fb-4d2e-b58d-42f6038e33b2",
                                            "commited": true,
                                            "mt_docs_payment_money": [
                                              {
                                                "$ref": "20"
                                              },
                                              {
                                                "$ref": "20"
                                              }
                                            ],
                                            "st_images": {
                                              "$ref": "7"
                                            },
                                            "st_users": {
                                              "$ref": "5"
                                            },
                                            "mt_pos_doc_print": [
                                              {
                                                "$id": "22",
                                                "id_pos_print": "9414a638-7c85-425c-8d91-40c0251dcece",
                                                "id_doc": "79037a33-b32f-4bd5-a85b-e70760412932",
                                                "id_pos_type": "23a3065e-4ae4-4bd1-85fe-e24f9b918390",
                                                "id_doc_print": "8afa0211-d1eb-44b7-83d3-0b96f9b69f68",
                                                "copies": 5,
                                                "print_mode": 6,
                                                "active": true,
                                                "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                "id_user_upd": "941bc8b7-0349-4f70-97d8-d0c32f58faa6",
                                                "commited": true,
                                                "mt_docs": {
                                                  "$ref": "21"
                                                },
                                                "mt_pos_print": {
                                                  "$id": "23",
                                                  "id": "b5b07722-4877-40eb-a943-888113e4c845",
                                                  "id_pos": "ba179470-bc6d-4556-a7ec-c26b29ba213e",
                                                  "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:42:08.5538441+02:00",
                                                  "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                  "id_user_upd": "f52d6690-09a3-4445-b260-3ac1d43d892e",
                                                  "commited": true,
                                                  "mt_pos": {
                                                    "$id": "24",
                                                    "id": "437e07e9-208b-4726-8427-d43b6bb67d9e",
                                                    "id_mask": "sample string 2",
                                                    "name": "sample string 3",
                                                    "description": "sample string 4",
                                                    "id_branch": "2d4b10e0-b853-4a6f-9d18-716002d0e56f",
                                                    "id_zone": "91886a06-8f45-4b87-b925-c233cc2da224",
                                                    "user_required": true,
                                                    "active": true,
                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                    "id_user_upd": "c895df96-a49c-4b64-9f0b-c26fbb00e21f",
                                                    "commited": true,
                                                    "mt_branches_zones": {
                                                      "$id": "25",
                                                      "id": "0e4dda35-8030-4098-9760-f824f69b5a2c",
                                                      "id_mask": "sample string 2",
                                                      "name": "sample string 3",
                                                      "description": "sample string 4",
                                                      "id_branch": "c0663d62-f681-41a6-a0dc-44209f639fdd",
                                                      "active": true,
                                                      "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                      "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                      "id_user_upd": "dfcab3e5-4982-431b-bb70-53316b9f9c26",
                                                      "commited": true,
                                                      "mt_branches": {
                                                        "$ref": "6"
                                                      },
                                                      "mt_pos": [
                                                        {
                                                          "$ref": "24"
                                                        },
                                                        {
                                                          "$ref": "24"
                                                        }
                                                      ],
                                                      "st_users": {
                                                        "$ref": "5"
                                                      }
                                                    },
                                                    "mt_cloakrooms": [
                                                      {
                                                        "$id": "26",
                                                        "id": "60dbe238-67da-440c-a393-b1cf24f04fb4",
                                                        "id_mask": "sample string 2",
                                                        "name": "sample string 3",
                                                        "id_pos": "59c25ab3-a338-4209-915c-2f276362b388",
                                                        "unit_ini": 5,
                                                        "unit_end": 6,
                                                        "name_pos": "sample string 7",
                                                        "id_image": "c1a3871b-e761-4584-be75-0915cd818f54",
                                                        "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:42:08.5538441+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                        "id_user_upd": "8419f661-81df-4766-8bf9-8e2ac89dbe39",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_images": {
                                                          "$ref": "7"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        },
                                                        "tt_cloakrooms_units": [
                                                          {
                                                            "$id": "27",
                                                            "id": "b8808aef-ed47-4397-8a99-6ca55ebc2b75",
                                                            "id_cloakroom": "189bb8af-d643-4093-85c0-ac11fc2d453a",
                                                            "id_pos_sesion": "30f4fc4a-ac5b-4384-ad63-35489b370cac",
                                                            "unit_id": 4,
                                                            "date_open": "2026-07-08T10:42:08.5538441+02:00",
                                                            "date_close": "2026-07-08T10:42:08.5538441+02:00",
                                                            "id_doc_sa": "e699399b-6c30-41bd-82fd-e19c12e64986",
                                                            "commited": true,
                                                            "mt_cloakrooms": {
                                                              "$ref": "26"
                                                            },
                                                            "tt_doc_sa": {
                                                              "$id": "28",
                                                              "id": "100a692a-c0dd-45c0-97cb-d0f3d65e1e3f",
                                                              "id_pos": "9f7b5e9d-8219-41d8-87f6-1e33b02660a7",
                                                              "id_doc": "6019c13f-94d3-4121-9fdd-29c2b503b4c2",
                                                              "id_branch": "79236a8a-a45a-4595-b016-789facc0bdc5",
                                                              "nro_doc": "sample string 5",
                                                              "date_doc": "2026-07-08T10:42:08.5538441+02:00",
                                                              "date_tax": "2026-07-08T10:42:08.5538441+02:00",
                                                              "hour_doc": "00:00:00.1234567",
                                                              "block": true,
                                                              "id_ref": "27bd8166-29b9-48fc-aebe-da6cdd24c706",
                                                              "id_relationship": "e9e2deae-a0d9-45f0-a3de-0df3102778a6",
                                                              "id_loc_from": "e1cd0a30-fe06-4881-9a4c-e33add2a3e97",
                                                              "id_loc_end": "c3313bbf-c86d-4992-a6fa-7298b4f3d64d",
                                                              "id_user_add": "8e444b92-e7ed-4ae0-a001-3121363b165e",
                                                              "id_user_upd": "e257fe20-c378-48c2-9926-4dd7a902603c",
                                                              "comment": "sample string 12",
                                                              "id_pos_sesion": "c41272a5-e8da-4cc2-95e3-49c66a5ba2b1",
                                                              "id_room_unit": "3bf4a3b4-9960-4085-9db0-477947949ec1",
                                                              "ref_locator": "sample string 13",
                                                              "ref_zone_aut": "sample string 14",
                                                              "id_pos_type": "3d147506-47c6-4440-8f3d-877f81fff2a9",
                                                              "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:42:08.5538441+02:00",
                                                              "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                              "commited": true,
                                                              "created_by": 1,
                                                              "doc_print": true,
                                                              "mt_branches": {
                                                                "$ref": "6"
                                                              },
                                                              "mt_docs": {
                                                                "$ref": "21"
                                                              },
                                                              "mt_locations": {
                                                                "$id": "29",
                                                                "id": "4443360f-2f89-4fb5-943b-5a5388466e9d",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "reserved": true,
                                                                "id_branch": "195d7764-2844-47a0-9ef1-55b8c2d9ee2f",
                                                                "active": true,
                                                                "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                "id_user_upd": "13893d3e-f096-4b09-9b95-920ce7674328",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_users": {
                                                                  "$ref": "5"
                                                                },
                                                                "tt_doc_sa": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_doc_sa1": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_doc_st": [
                                                                  {
                                                                    "$id": "30",
                                                                    "id": "4f7c787d-03d9-400b-9add-16045a5f2707",
                                                                    "id_pos": "df396c56-c742-40af-aea7-9eb9bf263778",
                                                                    "id_doc": "999e9141-0e73-4077-a053-2dcfb54ea544",
                                                                    "id_branch": "71e4e5b9-88a3-4228-b8b6-928875199eaa",
                                                                    "nro_doc": "sample string 5",
                                                                    "date_doc": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "block": true,
                                                                    "nro_original": "sample string 8",
                                                                    "id_ref": "b94d5ebd-6e9f-49a5-a188-6bc5afc15eac",
                                                                    "id_loc_from": "f8ebae0b-af9d-4e16-9ac9-e362c4981efa",
                                                                    "id_loc_end": "2f7c9360-5f22-452e-ba85-eb0af9b35996",
                                                                    "id_user_add": "3bf6f6b6-6f37-4fd2-8ac0-c95470311123",
                                                                    "id_user_upd": "d4e342ba-1bfb-479f-8bf1-2c4e6693aa7f",
                                                                    "id_pos_sesion": "622356be-c4b3-43ab-9e47-87e6ca06715b",
                                                                    "comment": "sample string 12",
                                                                    "status": 1,
                                                                    "is_send": true,
                                                                    "date_send": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "mt_branches": {
                                                                      "$ref": "6"
                                                                    },
                                                                    "mt_docs": {
                                                                      "$ref": "21"
                                                                    },
                                                                    "mt_locations": {
                                                                      "$ref": "29"
                                                                    },
                                                                    "mt_locations1": {
                                                                      "$ref": "29"
                                                                    },
                                                                    "mt_pos": {
                                                                      "$ref": "24"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users1": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_st_det": [
                                                                      {
                                                                        "$id": "31",
                                                                        "id_doc_st": "d179a821-f260-4e19-860a-5ccf85c258d5",
                                                                        "id_line": 2,
                                                                        "id_item": "7f8d74e7-5fa6-45b9-a9d7-0c1d2f69c0e9",
                                                                        "comment": "sample string 4",
                                                                        "qty": 5.1,
                                                                        "status": 1,
                                                                        "active": true,
                                                                        "mt_items": {
                                                                          "$ref": "3"
                                                                        },
                                                                        "tt_doc_st": {
                                                                          "$ref": "30"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "31"
                                                                      }
                                                                    ],
                                                                    "tt_doc_st1": [
                                                                      {
                                                                        "$ref": "30"
                                                                      },
                                                                      {
                                                                        "$ref": "30"
                                                                      }
                                                                    ],
                                                                    "tt_doc_st2": {
                                                                      "$ref": "30"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "30"
                                                                  }
                                                                ],
                                                                "tt_doc_st1": [
                                                                  {
                                                                    "$ref": "30"
                                                                  },
                                                                  {
                                                                    "$ref": "30"
                                                                  }
                                                                ],
                                                                "tt_stock": [
                                                                  {
                                                                    "$id": "32",
                                                                    "id_location": "ff603332-e9c1-4ada-bbb5-6c501f6dabf4",
                                                                    "id_item": "f2d4f2eb-9c49-45bb-8749-628d56d1aa20",
                                                                    "stock_ideal": 3.1,
                                                                    "stock_min": 4.1,
                                                                    "stock_max": 5.1,
                                                                    "stock": 6.1,
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_locations": {
                                                                      "$ref": "29"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "32"
                                                                  }
                                                                ]
                                                              },
                                                              "mt_locations1": {
                                                                "$ref": "29"
                                                              },
                                                              "mt_pos": {
                                                                "$ref": "24"
                                                              },
                                                              "st_users": {
                                                                "$ref": "5"
                                                              },
                                                              "st_users1": {
                                                                "$ref": "5"
                                                              },
                                                              "tt_cloakrooms_units": [
                                                                {
                                                                  "$ref": "27"
                                                                },
                                                                {
                                                                  "$ref": "27"
                                                                }
                                                              ],
                                                              "tt_doc_sa_cashflow": [
                                                                {
                                                                  "$id": "33",
                                                                  "id_doc_sa": "ccff4ae0-ccfc-4abf-a452-722cc4a8f42d",
                                                                  "id_pay": "3c40aa1c-f58c-4930-92a4-49686f7395ed",
                                                                  "id_money": "8a88b554-cd29-4fe4-a17a-56a5fca7dab0",
                                                                  "date_cashflow": "2026-07-08T10:42:08.5538441+02:00",
                                                                  "coefficient": 5.1,
                                                                  "id_user_add": "d6fee3b7-140e-417c-8f17-5b489785fc82",
                                                                  "amt_tot_md": 7.1,
                                                                  "amt_tot_mo": 8.1,
                                                                  "mt_payment_types": {
                                                                    "$ref": "19"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "5"
                                                                  },
                                                                  "mt_money_types": {
                                                                    "$id": "34",
                                                                    "id": "6ed80071-a486-4a7c-955c-4d0a03f627d4",
                                                                    "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": "6457e258-af37-444b-aa32-3adc2604ffd4",
                                                                    "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:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "id_user_upd": "c13d4150-6e98-47dd-832d-ab52b8b2b8ec",
                                                                    "commited": true,
                                                                    "mt_docs_payment_money": [
                                                                      {
                                                                        "$ref": "20"
                                                                      },
                                                                      {
                                                                        "$ref": "20"
                                                                      }
                                                                    ],
                                                                    "mt_money_rates": [
                                                                      {
                                                                        "$id": "35",
                                                                        "id_money_1": "1728512d-8b57-4f04-a0f2-8fd65f54b20a",
                                                                        "id_money_2": "3f6f5b05-2731-48f9-851a-d1181078d219",
                                                                        "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "coefficient": 4.1,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_user_upd": "0c4d0a4f-9ede-4f4a-8c24-3ffed5295a52",
                                                                        "commited": true,
                                                                        "mt_money_types": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "mt_money_types1": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "35"
                                                                      }
                                                                    ],
                                                                    "mt_money_rates1": [
                                                                      {
                                                                        "$ref": "35"
                                                                      },
                                                                      {
                                                                        "$ref": "35"
                                                                      }
                                                                    ],
                                                                    "st_images": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_sa_cashflow": [
                                                                      {
                                                                        "$ref": "33"
                                                                      },
                                                                      {
                                                                        "$ref": "33"
                                                                      }
                                                                    ],
                                                                    "tt_doc_sa_pay": [
                                                                      {
                                                                        "$id": "36",
                                                                        "id_doc_sa": "4d2ec91e-ecdc-45cd-b097-521b90173263",
                                                                        "id_line": 2,
                                                                        "id_pay": "e1485bf9-edd1-47b0-9b62-4508f040e884",
                                                                        "id_money": "3e1824e1-0fa5-4068-b9cf-e881883e9072",
                                                                        "coefficient": 5.1,
                                                                        "id_voucher": "057ed35e-32e7-40bb-99fa-dcdefe88592f",
                                                                        "id_employee": "331b56c6-52f4-4698-a81a-911542eda1f4",
                                                                        "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": "a6c6d57b-5a80-4a18-a5ab-844d9b7e61cb",
                                                                        "coupon_id": "sample string 9",
                                                                        "terminal_id": "sample string 10",
                                                                        "card_name": "sample string 11",
                                                                        "card_bank": "sample string 12",
                                                                        "card_number": "sample string 13",
                                                                        "client_name": "sample string 14",
                                                                        "money_type": "sample string 15",
                                                                        "merchant_id": "sample string 16",
                                                                        "aid": "sample string 17",
                                                                        "auth_num": "sample string 18",
                                                                        "authorization": true,
                                                                        "signature": true,
                                                                        "contactless": true,
                                                                        "date_hour_pay": "sample string 19",
                                                                        "terminal_name": "sample string 20",
                                                                        "active": true,
                                                                        "mt_employees": {
                                                                          "$ref": "8"
                                                                        },
                                                                        "mt_money_types": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "mt_payment_types": {
                                                                          "$ref": "19"
                                                                        },
                                                                        "tt_doc_sa": {
                                                                          "$ref": "28"
                                                                        },
                                                                        "tt_vouchers": {
                                                                          "$ref": "18"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "36"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "tt_doc_sa": {
                                                                    "$ref": "28"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "33"
                                                                }
                                                              ],
                                                              "tt_doc_sa_det": [
                                                                {
                                                                  "$ref": "11"
                                                                },
                                                                {
                                                                  "$ref": "11"
                                                                }
                                                              ],
                                                              "tt_doc_sa_pay": [
                                                                {
                                                                  "$ref": "36"
                                                                },
                                                                {
                                                                  "$ref": "36"
                                                                }
                                                              ],
                                                              "tt_doc_sa1": [
                                                                {
                                                                  "$ref": "28"
                                                                },
                                                                {
                                                                  "$ref": "28"
                                                                }
                                                              ],
                                                              "tt_doc_sa2": {
                                                                "$ref": "28"
                                                              },
                                                              "tt_pos_sesion": {
                                                                "$id": "37",
                                                                "id": "42f27358-4422-4378-a296-faf602b030b4",
                                                                "nro_sesion": 2,
                                                                "id_pos": "585f411e-42b2-4c3d-b035-ef421d51b420",
                                                                "date_tax": "2026-07-08T10:42:08.5538441+02:00",
                                                                "date_open": "2026-07-08T10:42:08.5538441+02:00",
                                                                "date_close": "2026-07-08T10:42:08.5538441+02:00",
                                                                "id_user_open": "43baff8e-0481-4ec3-9dbd-5dd73a923aa6",
                                                                "id_user_close": "7155a69d-86b9-4fb8-8198-4c2b19cc61b4",
                                                                "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:42:08.5538441+02:00",
                                                                "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                "commited": true,
                                                                "mt_pos": {
                                                                  "$ref": "24"
                                                                },
                                                                "tt_cloakrooms_units": [
                                                                  {
                                                                    "$ref": "27"
                                                                  },
                                                                  {
                                                                    "$ref": "27"
                                                                  }
                                                                ],
                                                                "tt_items_customs": [
                                                                  {
                                                                    "$id": "38",
                                                                    "id": "26a46516-c7e6-4685-b565-c6d78bd7de37",
                                                                    "order_id": 2,
                                                                    "id_item": "7d3ae501-26a1-42ce-8925-42b122dd3e81",
                                                                    "id_item_type": "6a480eb8-4d19-48f6-a334-6e25b32762aa",
                                                                    "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": "e6c3680c-e85e-4736-b7b3-e891e3c5d662",
                                                                    "type_item": 11,
                                                                    "id_voucher_json": "b1447396-a04a-4913-ad30-1af15bd25c37",
                                                                    "count_voucher": 1,
                                                                    "id_category": "d360e1f0-78a3-43fe-b303-80ded31f7355",
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "id_user_upd": "3f6b841f-adfb-465c-afb8-0ae3dc1324e8",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_items_types": {
                                                                      "$ref": "16"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "38"
                                                                  }
                                                                ],
                                                                "tt_doc_sa_pt": [
                                                                  {
                                                                    "$id": "39",
                                                                    "id": "f59aed3f-f801-4dfe-a805-b78546a27eb8",
                                                                    "json_object": "sample string 2",
                                                                    "json_pays": "sample string 3",
                                                                    "id_pos_sesion": "c6b5e41f-cad9-444f-a850-fbf7d5a7a442",
                                                                    "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:42:08.5538441+02:00",
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "39"
                                                                  }
                                                                ],
                                                                "tt_rooms_units_activity": [
                                                                  {
                                                                    "$id": "40",
                                                                    "id": "59df4f21-439b-451b-83bf-6061ad327ae6",
                                                                    "id_room_unit": "a8bea0a5-bfbd-4d70-b28d-84928874799b",
                                                                    "id_room_list": "77b5dc5a-0390-4ac1-b15d-0e13bab0f5e5",
                                                                    "nro_res_ext": "sample string 3",
                                                                    "date_reserved": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "date_open": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "date_close": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "id_employee": "8281fdcb-543f-4c4d-b351-fe36c1dadfc8",
                                                                    "id_employee_sec": "939387c9-f786-49a3-b686-39e5a6f26089",
                                                                    "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": "2c771929-ffe8-4826-be15-d58ee85b6da7",
                                                                    "comment": "sample string 7",
                                                                    "id_user_open": "1f6148b5-186d-4aed-b696-ab6ebe4d01b3",
                                                                    "id_user_close": "f6fe945a-b7cd-4233-9c3f-97e229cb31ab",
                                                                    "id_unit_state": "4949dd4d-84bf-473d-ab28-bf3746cd33eb",
                                                                    "id_pos_sesion": "67b45dac-0864-4367-92a7-3daf4d2eae15",
                                                                    "vip": true,
                                                                    "paid": true,
                                                                    "send": true,
                                                                    "send_date": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "mt_employees": {
                                                                      "$ref": "8"
                                                                    },
                                                                    "mt_employees1": {
                                                                      "$ref": "8"
                                                                    },
                                                                    "mt_rooms_units": {
                                                                      "$id": "41",
                                                                      "id": "415589bf-78dc-4072-b1f2-272805c63c42",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "name_label": "sample string 4",
                                                                      "name_zone": "sample string 5",
                                                                      "order": 6,
                                                                      "id_room": "8b0ed4d1-4067-4822-a066-63688b5485f3",
                                                                      "pax": 8,
                                                                      "pos_x": 9,
                                                                      "pos_y": 10,
                                                                      "size_w": 1,
                                                                      "size_h": 1,
                                                                      "in_map": true,
                                                                      "reserved_on": true,
                                                                      "id_room_type": "0636ac0d-6f4e-438a-8ffb-e16ca3423727",
                                                                      "locked": true,
                                                                      "date_locked": "2026-07-08T10:42:08.5538441+02:00",
                                                                      "comment_locked": "sample string 15",
                                                                      "active": true,
                                                                      "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                      "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                      "id_user_upd": "a1926fca-23c6-426f-a0d9-c6a33a2a6e31",
                                                                      "commited": true,
                                                                      "mt_rooms": {
                                                                        "$id": "42",
                                                                        "id": "69542be1-5347-4027-ad74-9ee070ba792e",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "id_branch": "d9fbd78e-057b-4391-9fd2-83d0edf163a0",
                                                                        "name_pos": "sample string 6",
                                                                        "id_image": "491c3535-5210-462b-90e3-170d2e75413f",
                                                                        "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": "d7cfbf59-cbf3-4b02-8ac0-e0ef12554697",
                                                                        "refresh_status": true,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_user_upd": "a501df18-917b-410c-8608-3e83d6c05ee7",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_pos_rooms": [
                                                                          {
                                                                            "$id": "43",
                                                                            "id_pos": "95c280a8-d65c-40ff-be0d-64d610e69181",
                                                                            "id_room": "ab763469-b4f0-4b81-a7a0-a521b7fe9fed",
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "id_user_upd": "f66c9c78-c56b-43c0-a5a5-c309f4cc9be0",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "24"
                                                                            },
                                                                            "mt_rooms": {
                                                                              "$ref": "42"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "43"
                                                                          }
                                                                        ],
                                                                        "st_images": {
                                                                          "$ref": "7"
                                                                        },
                                                                        "st_images1": {
                                                                          "$ref": "7"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "mt_rooms_units": [
                                                                          {
                                                                            "$ref": "41"
                                                                          },
                                                                          {
                                                                            "$ref": "41"
                                                                          }
                                                                        ],
                                                                        "tt_rooms_list": [
                                                                          {
                                                                            "$id": "44",
                                                                            "id": "632d6b01-224a-4efd-8963-131c0a402b33",
                                                                            "id_room": "11c611f3-59b3-4a16-9e97-9e4956ea3bc3",
                                                                            "date_in": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "date_out": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "id_user_add": "ee2f7a47-9af4-43b3-a6e6-136140654e05",
                                                                            "from_reservation": "sample string 5",
                                                                            "pax": 6,
                                                                            "status": 7,
                                                                            "comment": "sample string 8",
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "commited": true,
                                                                            "mt_rooms": {
                                                                              "$ref": "42"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            },
                                                                            "tt_rooms_units_activity": [
                                                                              {
                                                                                "$ref": "40"
                                                                              },
                                                                              {
                                                                                "$ref": "40"
                                                                              }
                                                                            ]
                                                                          },
                                                                          {
                                                                            "$ref": "44"
                                                                          }
                                                                        ]
                                                                      },
                                                                      "mt_rooms_units_types": {
                                                                        "$id": "45",
                                                                        "id": "7c17e9a9-1f70-4acf-84b3-129d19bfc688",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "high": 5,
                                                                        "width": 6,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_user_upd": "f2a7c09b-1766-4f18-96c2-442d8f046776",
                                                                        "commited": true,
                                                                        "mt_rooms_units": [
                                                                          {
                                                                            "$ref": "41"
                                                                          },
                                                                          {
                                                                            "$ref": "41"
                                                                          }
                                                                        ],
                                                                        "mt_rooms_units_states_types": [
                                                                          {
                                                                            "$id": "46",
                                                                            "id_room_type": "b1ccba02-0db7-41bf-936d-2e7e365f47e9",
                                                                            "id_room_state": "2522716f-a75a-4196-9fc7-c44118dd459d",
                                                                            "id_image": "e012be8b-ec79-42fc-84a6-06e5ee890213",
                                                                            "color_font": "sample string 4",
                                                                            "font_bold": true,
                                                                            "font_underline": true,
                                                                            "font_size": 7,
                                                                            "active": true,
                                                                            "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "id_user_upd": "e94eb5a1-5687-4f1f-8088-af427e0da76e",
                                                                            "commited": true,
                                                                            "mt_rooms_units_states": {
                                                                              "$id": "47",
                                                                              "id": "24ba5a41-6f2f-4ba8-9a4d-62b9daabf521",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "description": "sample string 4",
                                                                              "color": "sample string 5",
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                              "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                              "id_user_upd": "77b46ff8-d034-427b-a127-56a84e3d01a8",
                                                                              "commited": true,
                                                                              "st_users": {
                                                                                "$ref": "5"
                                                                              },
                                                                              "mt_rooms_units_states_types": [
                                                                                {
                                                                                  "$ref": "46"
                                                                                },
                                                                                {
                                                                                  "$ref": "46"
                                                                                }
                                                                              ],
                                                                              "tt_rooms_units_activity": [
                                                                                {
                                                                                  "$ref": "40"
                                                                                },
                                                                                {
                                                                                  "$ref": "40"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "mt_rooms_units_types": {
                                                                              "$ref": "45"
                                                                            },
                                                                            "st_images": {
                                                                              "$ref": "7"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "46"
                                                                          }
                                                                        ],
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "5"
                                                                      },
                                                                      "tt_rooms_units_activity": [
                                                                        {
                                                                          "$ref": "40"
                                                                        },
                                                                        {
                                                                          "$ref": "40"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "mt_rooms_units_states": {
                                                                      "$ref": "47"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users1": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_sa": [
                                                                      {
                                                                        "$ref": "28"
                                                                      },
                                                                      {
                                                                        "$ref": "28"
                                                                      }
                                                                    ],
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    },
                                                                    "tt_rooms_list": {
                                                                      "$ref": "44"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "40"
                                                                  }
                                                                ],
                                                                "st_users": {
                                                                  "$ref": "5"
                                                                },
                                                                "st_users1": {
                                                                  "$ref": "5"
                                                                },
                                                                "tt_tips": [
                                                                  {
                                                                    "$id": "48",
                                                                    "id": "f5f93217-d729-4aa2-9b74-40636d3ca10c",
                                                                    "id_pos_sesion": "a5747a28-4d35-4e73-9f36-179d67bf58cc",
                                                                    "amt_card": 1.1,
                                                                    "amt_cash": 1.1,
                                                                    "id_user": "0fea6e72-76ef-4dcc-b1e9-549d113df183",
                                                                    "id_room_unit_activity": "637df5b4-da13-4001-a106-3c6a114c7779",
                                                                    "id_doc_sa": "48db9942-7e74-4e16-b10c-5d4adee85bd8",
                                                                    "id_pos_type": "9b1cb887-c16b-467f-8fb9-5904637c3c16",
                                                                    "block": true,
                                                                    "comment": "sample string 5",
                                                                    "json_response": "sample string 6",
                                                                    "id_doc_ref": "c98997fc-cc7f-4c16-b1d7-57e7e089ece8",
                                                                    "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:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    },
                                                                    "tt_tips_users": [
                                                                      {
                                                                        "$id": "49",
                                                                        "id_tip": "21a8555a-c41d-4e0f-8259-6e5183a4b5b6",
                                                                        "id_user": "9e56ca98-d86b-4398-871b-350bd3ac6e1a",
                                                                        "amt_card": 1.1,
                                                                        "amt_cash": 1.1,
                                                                        "type_share": 3,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "commited": true,
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "tt_tips": {
                                                                          "$ref": "48"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "49"
                                                                      }
                                                                    ]
                                                                  },
                                                                  {
                                                                    "$ref": "48"
                                                                  }
                                                                ],
                                                                "tt_pos_sesion_users": [
                                                                  {
                                                                    "$id": "50",
                                                                    "id_pos_sesion": "71da32bc-658f-453d-a6ca-4afe2ced5df8",
                                                                    "id_user": "03a0c098-7cb6-4934-84e2-0ee4f224f969",
                                                                    "date_add": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "distribution_index": 1.1,
                                                                    "active": true,
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "tt_doc_sa": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_cmd_connection": [
                                                                  {
                                                                    "$id": "51",
                                                                    "id": "a8871d34-2b02-4945-b6a7-7f8295ff28b3",
                                                                    "id_user": "ce91606a-4e6a-4872-8bfe-ae6c6bd187b6",
                                                                    "id_user_profile": "79389e6a-fdf0-4ad6-a41c-0683c78b0586",
                                                                    "locator": "sample string 4",
                                                                    "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "id_pos_sesion": "3588633d-ff46-4ee8-b76d-44501750e1f4",
                                                                    "date_login": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "date_logout": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "terminal_id": "sample string 6",
                                                                    "terminal_type": "sample string 7",
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users_profiles": {
                                                                      "$id": "52",
                                                                      "id": "961b9ec1-3e1d-41fd-8a32-f6f296cd700b",
                                                                      "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:42:08.5538441+02:00",
                                                                      "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                      "commited": true,
                                                                      "st_permisions": [
                                                                        {
                                                                          "$id": "53",
                                                                          "id": "25ae8598-6bbd-466e-b480-fcead1317da4",
                                                                          "id_function": "aad1126d-dc24-42d2-aa9d-a9acaeaf15af",
                                                                          "id_user": "9dd6d4a8-e97b-4b95-9b07-e8436f9e1711",
                                                                          "id_profile": "9402f081-268a-4c70-be2f-b72ca03e4850",
                                                                          "permission": 3,
                                                                          "active": true,
                                                                          "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                          "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                          "commited": true,
                                                                          "st_users_profiles": {
                                                                            "$ref": "52"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "5"
                                                                          },
                                                                          "st_functions": {
                                                                            "$id": "54",
                                                                            "id": "bc292aa9-ed30-45d8-9a69-ecd5dff0ce7a",
                                                                            "id_mask": "sample string 2",
                                                                            "name": "sample string 3",
                                                                            "description": "sample string 4",
                                                                            "level_id": 5,
                                                                            "id_group": "4ee0ef2f-70d7-49b4-87c4-a96a7babf795",
                                                                            "name_event": "sample string 7",
                                                                            "name_pos": "sample string 8",
                                                                            "id_image": "d01627df-7bc5-4712-a0b8-ec0fe2806c7a",
                                                                            "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:42:08.5538441+02:00",
                                                                            "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                            "commited": true,
                                                                            "st_functions_groups": {
                                                                              "$id": "55",
                                                                              "id": "3b201e14-fb3d-4c2a-b267-dfa2898d915d",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "description": "sample string 4",
                                                                              "active": true,
                                                                              "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                              "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                              "commited": true,
                                                                              "st_functions": [
                                                                                {
                                                                                  "$ref": "54"
                                                                                },
                                                                                {
                                                                                  "$ref": "54"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "st_images": {
                                                                              "$ref": "7"
                                                                            },
                                                                            "st_permisions": [
                                                                              {
                                                                                "$ref": "53"
                                                                              },
                                                                              {
                                                                                "$ref": "53"
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "53"
                                                                        }
                                                                      ],
                                                                      "st_users": [
                                                                        {
                                                                          "$ref": "5"
                                                                        },
                                                                        {
                                                                          "$ref": "5"
                                                                        }
                                                                      ],
                                                                      "tt_cmd_connection": [
                                                                        {
                                                                          "$ref": "51"
                                                                        },
                                                                        {
                                                                          "$ref": "51"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "51"
                                                                  }
                                                                ],
                                                                "tt_cmd_messages": [
                                                                  {
                                                                    "$id": "56",
                                                                    "id": "4a58dfc2-3d14-4992-a4d8-dd994679e5ef",
                                                                    "id_user": "4c6c7702-2c73-4782-8a2e-8a01872b5cd0",
                                                                    "date_add": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "destiny_type": 4,
                                                                    "id_key": "f1993eb8-6ead-4706-b5f1-cecb4a5dd37e",
                                                                    "message": "sample string 6",
                                                                    "message_view": true,
                                                                    "date_view": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "id_pos_sesion": "658be9c8-0b4d-4519-9624-a16f9b93640d",
                                                                    "terminal_add": "sample string 9",
                                                                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "56"
                                                                  }
                                                                ]
                                                              },
                                                              "tt_rooms_units_activity": {
                                                                "$ref": "40"
                                                              },
                                                              "tt_spool_doc_print": [
                                                                {
                                                                  "$id": "57",
                                                                  "id": "007ca687-39bc-4306-9a05-7d98451a7840",
                                                                  "spool_server": "sample string 2",
                                                                  "id_doc_sa": "71a62f50-84f7-41d8-95cf-0b00cdb2a405",
                                                                  "spool_printer": "sample string 4",
                                                                  "count": 5,
                                                                  "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                  "printed": true,
                                                                  "print_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                  "tt_doc_sa": {
                                                                    "$ref": "28"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "57"
                                                                }
                                                              ]
                                                            },
                                                            "tt_pos_sesion": {
                                                              "$ref": "37"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "27"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "26"
                                                      }
                                                    ],
                                                    "mt_items_featured": [
                                                      {
                                                        "$id": "58",
                                                        "id": "57a00cdb-a42c-46ca-9e6b-0e731a8e3c1a",
                                                        "id_branch": "2a29b863-dbed-40ef-b8a1-e04dde39f447",
                                                        "id_pos_type": "ca75ebd1-0fc2-4720-a211-71bd959778db",
                                                        "id_pos": "a1ca7d92-6057-460e-92e3-f90e8dcadf18",
                                                        "id_item": "ef635323-b304-483a-a76b-95e612cfbc89",
                                                        "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                                        "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                                        "image_id": 4,
                                                        "active": true,
                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                        "id_user_upd": "18bdea17-3127-4c32-9cb4-c7f4c8c9d032",
                                                        "commited": true,
                                                        "mt_branches": {
                                                          "$ref": "6"
                                                        },
                                                        "mt_items": {
                                                          "$ref": "3"
                                                        },
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "mt_pos_types": {
                                                          "$id": "59",
                                                          "id": "5db8a344-a1f5-4a9f-802c-d39533b2a25d",
                                                          "id_mask": "sample string 2",
                                                          "name": "sample string 3",
                                                          "is_module": true,
                                                          "order": 5,
                                                          "active": true,
                                                          "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                          "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                          "id_user_upd": "e2e9af3d-e6bd-4f25-b0fd-ed8d8f4e0c67",
                                                          "commited": true,
                                                          "mt_items_featured": [
                                                            {
                                                              "$ref": "58"
                                                            },
                                                            {
                                                              "$ref": "58"
                                                            }
                                                          ],
                                                          "mt_pos_doc_print": [
                                                            {
                                                              "$ref": "22"
                                                            },
                                                            {
                                                              "$ref": "22"
                                                            }
                                                          ],
                                                          "st_users": {
                                                            "$ref": "5"
                                                          },
                                                          "mt_pos_view": [
                                                            {
                                                              "$id": "60",
                                                              "id_pos": "171853c7-1e0e-4e4b-b772-e08bda98c496",
                                                              "id_pos_type": "5ff06262-78a1-43a2-b04b-619cee0467b0",
                                                              "is_default": true,
                                                              "active": true,
                                                              "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                              "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                              "id_user_upd": "5d6cfc25-39a6-4ec3-aceb-6e0ce8ef498c",
                                                              "commited": true,
                                                              "mt_pos": {
                                                                "$ref": "24"
                                                              },
                                                              "mt_pos_prices_list": [
                                                                {
                                                                  "$id": "61",
                                                                  "id_pos": "e5c46ed4-6eaa-4a9a-89ed-d19b4945e32c",
                                                                  "id_pos_type": "ae8b64ce-45af-4bfc-a7ca-cbd103349aa8",
                                                                  "id_price_list": "c79bb5aa-0e47-4f20-b498-30f30983cfbe",
                                                                  "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:42:08.5538441+02:00",
                                                                  "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                  "id_user_upd": "e44e9e98-5230-4bcb-a733-e28918f04a95",
                                                                  "commited": true,
                                                                  "mt_pos_view": {
                                                                    "$ref": "60"
                                                                  },
                                                                  "mt_prices_list": {
                                                                    "$id": "62",
                                                                    "id": "bd88cd78-238f-4314-8ff5-7691f2d52bf4",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "id_ref": "d19c3376-1f37-4b40-9a0d-62e4b419ef5c",
                                                                    "tax_included": true,
                                                                    "switch_select": true,
                                                                    "item_type_default": 7,
                                                                    "name_pos": "sample string 8",
                                                                    "id_image": "7b3bd892-ecc4-4ef2-b132-fb9d4b58d128",
                                                                    "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:42:08.5538441+02:00",
                                                                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                    "id_user_upd": "f334334c-3a40-407b-a771-9cac11b9686f",
                                                                    "commited": true,
                                                                    "mt_pos_prices_list": [
                                                                      {
                                                                        "$ref": "61"
                                                                      },
                                                                      {
                                                                        "$ref": "61"
                                                                      }
                                                                    ],
                                                                    "mt_prices_items": [
                                                                      {
                                                                        "$id": "63",
                                                                        "id_list": "458abd0c-7a93-4522-bb66-3f758a81142e",
                                                                        "id_item_sub": "efe3fffe-3733-40c6-bb6a-6494aea25f24",
                                                                        "validity_date": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "price": 4.1,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_user_upd": "ad9c94dc-207c-46c1-925f-a3b12289bef8",
                                                                        "commited": true,
                                                                        "mt_items_sub": {
                                                                          "$ref": "12"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "63"
                                                                      }
                                                                    ],
                                                                    "mt_prices_list1": [
                                                                      {
                                                                        "$ref": "62"
                                                                      },
                                                                      {
                                                                        "$ref": "62"
                                                                      }
                                                                    ],
                                                                    "mt_prices_list2": {
                                                                      "$ref": "62"
                                                                    },
                                                                    "mt_prices_list_rules": [
                                                                      {
                                                                        "$id": "64",
                                                                        "id": "331d3964-d9db-43a3-ab6c-66dd8101b49c",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_branch": "426cec7b-5e97-461e-a77d-2e0b5e7ec5e9",
                                                                        "id_pos": "d7368299-9ecf-41f1-9aff-e5bcedc47faa",
                                                                        "id_list": "0d44a312-ee37-4d70-b411-c7c62faf7bd9",
                                                                        "view_list": true,
                                                                        "is_default": true,
                                                                        "active": true,
                                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_user_upd": "a5ed7789-7f7a-49e2-95cf-60ec1b420861",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_pos": {
                                                                          "$ref": "24"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "64"
                                                                      }
                                                                    ],
                                                                    "st_images": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "mt_prices_rules": [
                                                                      {
                                                                        "$id": "65",
                                                                        "id": "ea2c0d88-7811-47ff-b90a-11cc3962f2c5",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "date_end": "2026-07-08T10:42:08.5538441+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": "42ce9d5b-4676-4300-8e26-9db6b407aea8",
                                                                        "id_pos": "421ab0e8-53d6-42cb-ba81-221e5ca6a217",
                                                                        "id_list": "4c178588-45e3-4f7b-b1e9-44c01028f06b",
                                                                        "id_item": "53279edf-e106-4c90-9b01-767c6a3bd36d",
                                                                        "id_item_type": "8e03092b-1efe-4e77-9088-453c3ab4fa9b",
                                                                        "id_category": "006b4018-3e77-43b9-8a35-b83bbc8ec4b0",
                                                                        "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:42:08.5538441+02:00",
                                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                                        "id_user_upd": "45462431-601b-4e3a-b9af-5278406a8d22",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_categories": {
                                                                          "$ref": "1"
                                                                        },
                                                                        "mt_items": {
                                                                          "$ref": "3"
                                                                        },
                                                                        "mt_items_types": {
                                                                          "$ref": "16"
                                                                        },
                                                                        "mt_pos": {
                                                                          "$ref": "24"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "65"
                                                                      }
                                                                    ],
                                                                    "tt_doc_sa_det": [
                                                                      {
                                                                        "$ref": "11"
                                                                      },
                                                                      {
                                                                        "$ref": "11"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "5"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "61"
                                                                }
                                                              ],
                                                              "mt_pos_types": {
                                                                "$ref": "59"
                                                              },
                                                              "st_users": {
                                                                "$ref": "5"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "60"
                                                            }
                                                          ]
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "58"
                                                      }
                                                    ],
                                                    "mt_pos_print": [
                                                      {
                                                        "$ref": "23"
                                                      },
                                                      {
                                                        "$ref": "23"
                                                      }
                                                    ],
                                                    "mt_pos_rooms": [
                                                      {
                                                        "$ref": "43"
                                                      },
                                                      {
                                                        "$ref": "43"
                                                      }
                                                    ],
                                                    "st_users": {
                                                      "$ref": "5"
                                                    },
                                                    "mt_pos_view": [
                                                      {
                                                        "$ref": "60"
                                                      },
                                                      {
                                                        "$ref": "60"
                                                      }
                                                    ],
                                                    "mt_prices_list_rules": [
                                                      {
                                                        "$ref": "64"
                                                      },
                                                      {
                                                        "$ref": "64"
                                                      }
                                                    ],
                                                    "mt_prices_rules": [
                                                      {
                                                        "$ref": "65"
                                                      },
                                                      {
                                                        "$ref": "65"
                                                      }
                                                    ],
                                                    "st_doc_num": [
                                                      {
                                                        "$id": "66",
                                                        "id_pos": "694f2cdc-f10f-4515-be00-0fa8e3e0e44d",
                                                        "id_doc": "ba4525ef-c607-42cc-987c-4cca547da753",
                                                        "value": 3,
                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                        "commited": true,
                                                        "mt_docs": {
                                                          "$ref": "21"
                                                        },
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "66"
                                                      }
                                                    ],
                                                    "st_pos_license": [
                                                      {
                                                        "$id": "67",
                                                        "id": "0ff0f4d1-a0da-4e2f-8999-fc6218905294",
                                                        "id_pos": "3a7cd841-7711-4a58-95c5-7884cd2b6775",
                                                        "mac_address": "sample string 3",
                                                        "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                                        "key_access": "sample string 5",
                                                        "id_user_add": "3d6b58c8-2e1c-415b-8e64-4cf0fdce91a9",
                                                        "active": true,
                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "67"
                                                      }
                                                    ],
                                                    "st_users_pos": [
                                                      {
                                                        "$id": "68",
                                                        "id_user": "ecab4ec7-450f-49f4-bec0-5d1fe07cdbd3",
                                                        "id_pos": "aacecf55-b997-477e-a3d5-7d513db0283a",
                                                        "pass_required": true,
                                                        "active": true,
                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "68"
                                                      }
                                                    ],
                                                    "tt_doc_sa": [
                                                      {
                                                        "$ref": "28"
                                                      },
                                                      {
                                                        "$ref": "28"
                                                      }
                                                    ],
                                                    "tt_pos_connection": [
                                                      {
                                                        "$id": "69",
                                                        "id": "95db39c9-2f1f-4ca2-acc0-d41387a11bcb",
                                                        "id_pos": "c35b4e93-a859-43c7-b023-e0ed981ecda4",
                                                        "date_add": "2026-07-08T10:42:08.5538441+02:00",
                                                        "date_upd": "2026-07-08T10:42:08.5538441+02:00",
                                                        "date_out": "2026-07-08T10:42:08.5538441+02:00",
                                                        "connection_type": "sample string 3",
                                                        "connection_speed": 1,
                                                        "terminal_name": "sample string 4",
                                                        "version": "sample string 5",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "69"
                                                      }
                                                    ],
                                                    "tt_pos_sesion": [
                                                      {
                                                        "$ref": "37"
                                                      },
                                                      {
                                                        "$ref": "37"
                                                      }
                                                    ],
                                                    "mt_branches": {
                                                      "$ref": "6"
                                                    },
                                                    "tt_logs": [
                                                      {
                                                        "$id": "70",
                                                        "id": "116fe44c-6f0e-4e55-8a94-36d71d5b1652",
                                                        "id_user_add": "56f0302c-dfaa-446e-8db3-c7b53e428525",
                                                        "id_table": "342b3263-c8e6-44e5-a018-6fe2b52ee16f",
                                                        "message_log": "sample string 3",
                                                        "json_object": "sample string 4",
                                                        "log_type": "sample string 5",
                                                        "id_pos": "c205469f-8574-445d-ab3d-ad73b7a58ba2",
                                                        "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_sync_tables": {
                                                          "$id": "71",
                                                          "id": "4a251550-5544-4c1a-b888-8c71a7035184",
                                                          "level": 2,
                                                          "order": 3,
                                                          "name": "sample string 4",
                                                          "log_ins": true,
                                                          "log_upd": true,
                                                          "packet_forward": true,
                                                          "active": true,
                                                          "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                          "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                          "commited": true,
                                                          "st_sync_packages_det": [
                                                            {
                                                              "$id": "72",
                                                              "id": "64e6d7d6-7ba6-4598-9334-374682de1c7c",
                                                              "id_sync": "831804dc-be8e-44e1-8a5a-6cfb311618ad",
                                                              "json": "sample string 3",
                                                              "id_table": "89c6c3ae-a803-4354-91a8-402bcc9e97cf",
                                                              "order": 5,
                                                              "st_sync_packages": {
                                                                "$id": "73",
                                                                "id": "a7709546-6962-40ca-83da-df6fb8d8a513",
                                                                "id_branch_from": "fc0646f3-e548-451c-b07a-4f4806501fdc",
                                                                "id_branch_to": "db46303b-fdee-421b-a686-40308cf11732",
                                                                "type": 4,
                                                                "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                "order": 6,
                                                                "status": 7,
                                                                "log_info": "sample string 8",
                                                                "sync_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                "send_on": "2026-07-08T10:42:08.5538441+02:00",
                                                                "mt_branches": {
                                                                  "$ref": "6"
                                                                },
                                                                "mt_branches1": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_sync_packages_det": [
                                                                  {
                                                                    "$ref": "72"
                                                                  },
                                                                  {
                                                                    "$ref": "72"
                                                                  }
                                                                ]
                                                              },
                                                              "st_sync_tables": {
                                                                "$ref": "71"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "72"
                                                            }
                                                          ],
                                                          "tt_logs": [
                                                            {
                                                              "$ref": "70"
                                                            },
                                                            {
                                                              "$ref": "70"
                                                            }
                                                          ]
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "70"
                                                      }
                                                    ],
                                                    "st_local_variables": [
                                                      {
                                                        "$id": "74",
                                                        "id": "fc78b378-2602-471e-bbbb-782a0750fbc2",
                                                        "id_pos": "7532002f-2344-45a4-84b6-861db29efa05",
                                                        "name": "sample string 3",
                                                        "description": "sample string 4",
                                                        "value": "sample string 5",
                                                        "type": "sample string 6",
                                                        "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "74"
                                                      }
                                                    ],
                                                    "tt_doc_st": [
                                                      {
                                                        "$ref": "30"
                                                      },
                                                      {
                                                        "$ref": "30"
                                                      }
                                                    ]
                                                  },
                                                  "mt_pos_doc_print": [
                                                    {
                                                      "$ref": "22"
                                                    },
                                                    {
                                                      "$ref": "22"
                                                    }
                                                  ],
                                                  "st_users": {
                                                    "$ref": "5"
                                                  }
                                                },
                                                "mt_pos_types": {
                                                  "$ref": "59"
                                                },
                                                "st_doc_print": {
                                                  "$id": "75",
                                                  "id": "505757e7-9c8f-4f3c-8a54-f0aba2322121",
                                                  "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:42:08.5538441+02:00",
                                                  "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                                  "commited": true,
                                                  "mt_pos_doc_print": [
                                                    {
                                                      "$ref": "22"
                                                    },
                                                    {
                                                      "$ref": "22"
                                                    }
                                                  ],
                                                  "st_doc_print_det": [
                                                    {
                                                      "$id": "76",
                                                      "id_doc_print": "090b14cc-3cc1-427a-a9a1-974cde85d29f",
                                                      "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": "75"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "76"
                                                    }
                                                  ]
                                                },
                                                "st_users": {
                                                  "$ref": "5"
                                                }
                                              },
                                              {
                                                "$ref": "22"
                                              }
                                            ],
                                            "st_doc_num": [
                                              {
                                                "$ref": "66"
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "tt_doc_sa": [
                                              {
                                                "$ref": "28"
                                              },
                                              {
                                                "$ref": "28"
                                              }
                                            ],
                                            "tt_doc_st": [
                                              {
                                                "$ref": "30"
                                              },
                                              {
                                                "$ref": "30"
                                              }
                                            ]
                                          },
                                          "mt_money_types": {
                                            "$ref": "34"
                                          },
                                          "mt_payment_types": {
                                            "$ref": "19"
                                          },
                                          "st_users": {
                                            "$ref": "5"
                                          }
                                        },
                                        {
                                          "$ref": "20"
                                        }
                                      ],
                                      "st_images": {
                                        "$ref": "7"
                                      },
                                      "st_users": {
                                        "$ref": "5"
                                      },
                                      "tt_doc_sa_cashflow": [
                                        {
                                          "$ref": "33"
                                        },
                                        {
                                          "$ref": "33"
                                        }
                                      ],
                                      "tt_doc_sa_pay": [
                                        {
                                          "$ref": "36"
                                        },
                                        {
                                          "$ref": "36"
                                        }
                                      ],
                                      "tt_vouchers": [
                                        {
                                          "$ref": "18"
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ]
                                    },
                                    "st_users": {
                                      "$ref": "5"
                                    },
                                    "tt_doc_sa_pay": [
                                      {
                                        "$ref": "36"
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "tt_vouchers_det": [
                                      {
                                        "$ref": "17"
                                      },
                                      {
                                        "$ref": "17"
                                      }
                                    ],
                                    "tt_vouchers_permisions": {
                                      "$id": "77",
                                      "id": "2afc9265-6b5b-4671-8f9b-8b71b88edd7d",
                                      "date_from": "2026-07-08T10:42:08.5538441+02:00",
                                      "date_end": "2026-07-08T10:42:08.5538441+02:00",
                                      "date_used": "2026-07-08T10:42:08.5538441+02:00",
                                      "id_employee": "24d6e5a5-fa4f-4060-8861-53c0f5e35980",
                                      "id_branch": "1b9cd3c5-181b-400c-8f9f-2d6f348b861a",
                                      "count": 6,
                                      "count_used": 1,
                                      "unlimited": true,
                                      "id_user_add": "125be941-cfde-4735-ba0c-e0a025589d31",
                                      "is_entry": true,
                                      "is_consume": true,
                                      "active": true,
                                      "created_on": "2026-07-08T10:42:08.5538441+02:00",
                                      "last_update": "2026-07-08T10:42:08.5538441+02:00",
                                      "commited": true,
                                      "mt_branches": {
                                        "$ref": "6"
                                      },
                                      "mt_employees": {
                                        "$ref": "8"
                                      },
                                      "st_users": {
                                        "$ref": "5"
                                      },
                                      "tt_vouchers": [
                                        {
                                          "$ref": "18"
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "$ref": "17"
                                }
                              ],
                              "st_images": {
                                "$ref": "7"
                              },
                              "st_users": {
                                "$ref": "5"
                              },
                              "mt_items_sub": [
                                {
                                  "$ref": "12"
                                },
                                {
                                  "$ref": "12"
                                }
                              ],
                              "mt_prices_rules": [
                                {
                                  "$ref": "65"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "tt_items_customs": [
                                {
                                  "$ref": "38"
                                },
                                {
                                  "$ref": "38"
                                }
                              ]
                            },
                            "mt_items_vouchers": {
                              "$id": "78",
                              "id": "7fa5fe22-b361-430f-9af5-2dc989317f19",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "description": "sample string 4",
                              "json": "sample string 5",
                              "id_pay_type": "1328b14c-2e0b-4d66-8e1e-e60f0b7d01f4",
                              "id_doc_print": "2908b06d-452c-4680-8764-f624b0350892",
                              "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:42:08.5538441+02:00",
                              "last_update": "2026-07-08T10:42:08.5538441+02:00",
                              "commited": true,
                              "mt_items_sub": [
                                {
                                  "$ref": "12"
                                },
                                {
                                  "$ref": "12"
                                }
                              ]
                            },
                            "st_users": {
                              "$ref": "5"
                            },
                            "mt_prices_items": [
                              {
                                "$ref": "63"
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "tt_doc_sa_det": [
                              {
                                "$ref": "11"
                              },
                              {
                                "$ref": "11"
                              }
                            ]
                          },
                          "mt_prices_list": {
                            "$ref": "62"
                          },
                          "st_users": {
                            "$ref": "5"
                          },
                          "st_users1": {
                            "$ref": "5"
                          },
                          "tt_doc_sa": {
                            "$ref": "28"
                          },
                          "tt_doc_sa_det_stock": [
                            {
                              "$id": "79",
                              "id_doc_sa": "74d6f45a-8349-47b7-aebb-07d3881cecf3",
                              "id_line": 2,
                              "id_item": "0709ef0c-2873-4d73-9caf-7ff1aee04157",
                              "qty": 4.1,
                              "mt_items": {
                                "$ref": "3"
                              },
                              "tt_doc_sa_det": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "79"
                            }
                          ]
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "tt_doc_sa_pay": [
                        {
                          "$ref": "36"
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "tt_vouchers": [
                        {
                          "$ref": "18"
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "tt_vouchers_permisions": [
                        {
                          "$ref": "77"
                        },
                        {
                          "$ref": "77"
                        }
                      ],
                      "tt_rooms_units_activity": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "tt_rooms_units_activity1": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ]
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "mt_items": [
                    {
                      "$ref": "3"
                    },
                    {
                      "$ref": "3"
                    }
                  ],
                  "mt_items_types": [
                    {
                      "$ref": "16"
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "mt_money_types": [
                    {
                      "$ref": "34"
                    },
                    {
                      "$ref": "34"
                    }
                  ],
                  "mt_payment_types": [
                    {
                      "$ref": "19"
                    },
                    {
                      "$ref": "19"
                    }
                  ],
                  "mt_prices_list": [
                    {
                      "$ref": "62"
                    },
                    {
                      "$ref": "62"
                    }
                  ],
                  "mt_rooms": [
                    {
                      "$ref": "42"
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "mt_rooms1": [
                    {
                      "$ref": "42"
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "mt_rooms_units_states_types": [
                    {
                      "$ref": "46"
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "st_functions": [
                    {
                      "$ref": "54"
                    },
                    {
                      "$ref": "54"
                    }
                  ],
                  "st_images_types": {
                    "$id": "80",
                    "id": "f03d23d2-0433-46a0-b19f-f30388e696cc",
                    "id_mask": "sample string 2",
                    "name": "sample string 3",
                    "description": "sample string 4",
                    "active": true,
                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                    "commited": true,
                    "st_images": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ]
                  },
                  "mt_docs": [
                    {
                      "$ref": "21"
                    },
                    {
                      "$ref": "21"
                    }
                  ],
                  "st_users": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "st_users1": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "mt_cloakrooms": [
                    {
                      "$ref": "26"
                    },
                    {
                      "$ref": "26"
                    }
                  ]
                },
                "st_users": {
                  "$ref": "5"
                },
                "mt_branches_zones": [
                  {
                    "$ref": "25"
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "mt_employees_branches": [
                  {
                    "$ref": "9"
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "mt_items_featured": [
                  {
                    "$ref": "58"
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "mt_locations": [
                  {
                    "$ref": "29"
                  },
                  {
                    "$ref": "29"
                  }
                ],
                "mt_periods": [
                  {
                    "$id": "81",
                    "id_branch": "6229b623-d633-4d0b-ae07-fe885f250af9",
                    "exercise_id": 2,
                    "period_id": 3,
                    "date_from": "2026-07-08T10:42:08.5538441+02:00",
                    "date_end": "2026-07-08T10:42:08.5538441+02:00",
                    "state": "sample string 6",
                    "created_on": "2026-07-08T10:42:08.5538441+02:00",
                    "last_update": "2026-07-08T10:42:08.5538441+02:00",
                    "commited": true,
                    "mt_branches": {
                      "$ref": "6"
                    }
                  },
                  {
                    "$ref": "81"
                  }
                ],
                "mt_pos": [
                  {
                    "$ref": "24"
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "mt_prices_list_rules": [
                  {
                    "$ref": "64"
                  },
                  {
                    "$ref": "64"
                  }
                ],
                "mt_prices_rules": [
                  {
                    "$ref": "65"
                  },
                  {
                    "$ref": "65"
                  }
                ],
                "mt_rooms": [
                  {
                    "$ref": "42"
                  },
                  {
                    "$ref": "42"
                  }
                ],
                "st_sync_packages": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "st_sync_packages1": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "tt_doc_sa": [
                  {
                    "$ref": "28"
                  },
                  {
                    "$ref": "28"
                  }
                ],
                "tt_doc_st": [
                  {
                    "$ref": "30"
                  },
                  {
                    "$ref": "30"
                  }
                ],
                "tt_vouchers": [
                  {
                    "$ref": "18"
                  },
                  {
                    "$ref": "18"
                  }
                ],
                "tt_vouchers_permisions": [
                  {
                    "$ref": "77"
                  },
                  {
                    "$ref": "77"
                  }
                ]
              },
              {
                "$ref": "6"
              }
            ],
            "mt_branches_zones": [
              {
                "$ref": "25"
              },
              {
                "$ref": "25"
              }
            ],
            "mt_brands": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "mt_categories": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ],
            "mt_categories_items": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "mt_cloakrooms": [
              {
                "$ref": "26"
              },
              {
                "$ref": "26"
              }
            ],
            "mt_docs_payment_money": [
              {
                "$ref": "20"
              },
              {
                "$ref": "20"
              }
            ],
            "mt_employees": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "mt_employees_profiles": [
              {
                "$ref": "10"
              },
              {
                "$ref": "10"
              }
            ],
            "mt_items_featured": [
              {
                "$ref": "58"
              },
              {
                "$ref": "58"
              }
            ],
            "mt_items_sub": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "mt_items_types": [
              {
                "$ref": "16"
              },
              {
                "$ref": "16"
              }
            ],
            "mt_locations": [
              {
                "$ref": "29"
              },
              {
                "$ref": "29"
              }
            ],
            "mt_money_rates": [
              {
                "$ref": "35"
              },
              {
                "$ref": "35"
              }
            ],
            "mt_money_types": [
              {
                "$ref": "34"
              },
              {
                "$ref": "34"
              }
            ],
            "mt_payment_types": [
              {
                "$ref": "19"
              },
              {
                "$ref": "19"
              }
            ],
            "mt_pos": [
              {
                "$ref": "24"
              },
              {
                "$ref": "24"
              }
            ],
            "mt_pos_doc_print": [
              {
                "$ref": "22"
              },
              {
                "$ref": "22"
              }
            ],
            "mt_pos_prices_list": [
              {
                "$ref": "61"
              },
              {
                "$ref": "61"
              }
            ],
            "mt_pos_print": [
              {
                "$ref": "23"
              },
              {
                "$ref": "23"
              }
            ],
            "mt_pos_rooms": [
              {
                "$ref": "43"
              },
              {
                "$ref": "43"
              }
            ],
            "mt_pos_types": [
              {
                "$ref": "59"
              },
              {
                "$ref": "59"
              }
            ],
            "mt_pos_view": [
              {
                "$ref": "60"
              },
              {
                "$ref": "60"
              }
            ],
            "mt_prices_items": [
              {
                "$ref": "63"
              },
              {
                "$ref": "63"
              }
            ],
            "mt_prices_list": [
              {
                "$ref": "62"
              },
              {
                "$ref": "62"
              }
            ],
            "mt_prices_list_rules": [
              {
                "$ref": "64"
              },
              {
                "$ref": "64"
              }
            ],
            "mt_prices_rules": [
              {
                "$ref": "65"
              },
              {
                "$ref": "65"
              }
            ],
            "mt_rooms": [
              {
                "$ref": "42"
              },
              {
                "$ref": "42"
              }
            ],
            "mt_rooms_units": [
              {
                "$ref": "41"
              },
              {
                "$ref": "41"
              }
            ],
            "mt_rooms_units_states_types": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ],
            "mt_rooms_units_types": [
              {
                "$ref": "45"
              },
              {
                "$ref": "45"
              }
            ],
            "mt_units": [
              {
                "$ref": "15"
              },
              {
                "$ref": "15"
              }
            ],
            "mt_units_ref": [
              {
                "$ref": "14"
              },
              {
                "$ref": "14"
              }
            ],
            "st_images": {
              "$ref": "7"
            },
            "st_images1": {
              "$ref": "7"
            },
            "st_permisions": [
              {
                "$ref": "53"
              },
              {
                "$ref": "53"
              }
            ],
            "st_pos_license": [
              {
                "$ref": "67"
              },
              {
                "$ref": "67"
              }
            ],
            "st_users_pos": [
              {
                "$ref": "68"
              },
              {
                "$ref": "68"
              }
            ],
            "st_users_token": [
              {
                "$id": "82",
                "id": "438f8385-c04d-4421-a833-171dcdce84c4",
                "token_id": "sample string 2",
                "id_user": "96797ea6-8266-4df6-bd89-64eee788eabf",
                "date_from": "2026-07-08T10:42:08.5538441+02:00",
                "date_end": "2026-07-08T10:42:08.5538441+02:00",
                "created_on": "2026-07-08T10:42:08.5538441+02:00",
                "st_users": {
                  "$ref": "5"
                }
              },
              {
                "$ref": "82"
              }
            ],
            "tt_doc_sa_cashflow": [
              {
                "$ref": "33"
              },
              {
                "$ref": "33"
              }
            ],
            "tt_doc_sa_det": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tt_doc_sa_det1": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tt_doc_st": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "tt_doc_st1": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "tt_items_customs": [
              {
                "$ref": "38"
              },
              {
                "$ref": "38"
              }
            ],
            "tt_logs": [
              {
                "$ref": "70"
              },
              {
                "$ref": "70"
              }
            ],
            "tt_pos_sesion": [
              {
                "$ref": "37"
              },
              {
                "$ref": "37"
              }
            ],
            "tt_pos_sesion1": [
              {
                "$ref": "37"
              },
              {
                "$ref": "37"
              }
            ],
            "tt_rooms_list": [
              {
                "$ref": "44"
              },
              {
                "$ref": "44"
              }
            ],
            "tt_rooms_units_activity": [
              {
                "$ref": "40"
              },
              {
                "$ref": "40"
              }
            ],
            "tt_rooms_units_activity1": [
              {
                "$ref": "40"
              },
              {
                "$ref": "40"
              }
            ],
            "tt_rooms_units_log": [
              {
                "$id": "83",
                "id": "9a87d1ce-d721-466b-9104-d81241a65579",
                "id_room_activity": "5d00f15c-216b-427f-adc4-9181c2ad0887",
                "id_pos_sesion": "1edce4da-77ba-470c-8ebf-7db92febfbdb",
                "log_text": "sample string 4",
                "id_user": "7344ef95-b579-487a-9996-8dcb13901508",
                "created_on": "2026-07-08T10:42:08.5538441+02:00",
                "commited": true,
                "st_users": {
                  "$ref": "5"
                }
              },
              {
                "$ref": "83"
              }
            ],
            "tt_tips_users": [
              {
                "$ref": "49"
              },
              {
                "$ref": "49"
              }
            ],
            "tt_vouchers_permisions": [
              {
                "$ref": "77"
              },
              {
                "$ref": "77"
              }
            ],
            "tt_vouchers": [
              {
                "$ref": "18"
              },
              {
                "$ref": "18"
              }
            ],
            "mt_docs": [
              {
                "$ref": "21"
              },
              {
                "$ref": "21"
              }
            ],
            "tt_pos_sesion_users": [
              {
                "$ref": "50"
              },
              {
                "$ref": "50"
              }
            ],
            "tt_doc_sa": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ],
            "tt_doc_sa1": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ],
            "mt_items": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "mt_rooms_units_states": [
              {
                "$ref": "47"
              },
              {
                "$ref": "47"
              }
            ],
            "st_users_profiles": {
              "$ref": "52"
            },
            "tt_cmd_connection": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ],
            "tt_cmd_messages": [
              {
                "$ref": "56"
              },
              {
                "$ref": "56"
              }
            ]
          }
        },
        "mt_categories_items": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "mt_items_featured": [
          {
            "$ref": "58"
          },
          {
            "$ref": "58"
          }
        ],
        "mt_items_formula": [
          {
            "$ref": "13"
          },
          {
            "$ref": "13"
          }
        ],
        "mt_units": {
          "$ref": "15"
        },
        "mt_units1": {
          "$ref": "15"
        },
        "st_images": {
          "$ref": "7"
        },
        "st_users": {
          "$ref": "5"
        },
        "mt_items_sub": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ],
        "mt_prices_rules": [
          {
            "$ref": "65"
          },
          {
            "$ref": "65"
          }
        ],
        "tt_doc_sa_det_stock": [
          {
            "$ref": "79"
          },
          {
            "$ref": "79"
          }
        ],
        "tt_doc_st_det": [
          {
            "$ref": "31"
          },
          {
            "$ref": "31"
          }
        ],
        "tt_items_customs": [
          {
            "$ref": "38"
          },
          {
            "$ref": "38"
          }
        ],
        "tt_stock": [
          {
            "$ref": "32"
          },
          {
            "$ref": "32"
          }
        ],
        "tt_vouchers_det": [
          {
            "$ref": "17"
          },
          {
            "$ref": "17"
          }
        ]
      },
      "st_users": {
        "$ref": "5"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "st_images": {
    "$ref": "7"
  },
  "st_users": {
    "$ref": "5"
  },
  "mt_prices_rules": [
    {
      "$ref": "65"
    },
    {
      "$ref": "65"
    }
  ],
  "tt_vouchers_det": [
    {
      "$ref": "17"
    },
    {
      "$ref": "17"
    }
  ]
}