POST api/tt_tips/external_create

Request Information

URI Parameters

None.

Body Parameters

doc_sa_new
NameDescriptionTypeAdditional information
pos_name

string

None.

doc_type

string

None.

id_rua

globally unique identifier

None.

id_room_unit

globally unique identifier

None.

print_doc

boolean

None.

all_items

boolean

None.

id_user_add

globally unique identifier

None.

external_user

string

None.

doc_sa_det_new

Collection of _doc_sa_det_new

None.

doc_sa_pay_new

Collection of _doc_sa_pay_new

None.

Request Formats

application/json, text/json

Sample:
{
  "pos_name": "sample string 1",
  "doc_type": "sample string 2",
  "id_rua": "40b83ece-21a6-40c1-9e04-12ce198a13ba",
  "id_room_unit": "52641420-72ce-4b59-8ecb-e67d035272cb",
  "print_doc": true,
  "all_items": true,
  "id_user_add": "f6670d47-7ffd-471f-992e-3ccea18cf59a",
  "external_user": "sample string 8",
  "doc_sa_det_new": [
    {
      "$id": "2",
      "id_item_sub": "abc61858-ca4c-4946-b411-4de3847a08e3",
      "qty_det": 2.1,
      "price_custom": 3.1,
      "id_price_list": "80a9d11c-10a5-433d-af85-7a30a5907e2c",
      "tax": 5.1,
      "cmd_data": {
        "$id": "3",
        "type": "sample string 1",
        "id_doc_sa_origin": "b917b28b-1422-47e3-96ed-993c545fa476",
        "id_line": 3
      },
      "is_discount": true,
      "id_employee": "6ff78486-9b8c-493a-96e2-f996b2e7a626"
    },
    {
      "$ref": "2"
    }
  ],
  "doc_sa_pay_new": [
    {
      "$id": "4",
      "id_pay": "7bca340f-373e-4eef-af52-e0c6ac5dc10e",
      "amt_tot": 2.1,
      "pt_response": {
        "$id": "5",
        "error": true,
        "action": "sample string 2",
        "status": "sample string 3",
        "method": "sample string 4",
        "message_code": "sample string 5",
        "message": "sample string 6",
        "payload": {
          "$id": "6",
          "action": "sample string 1",
          "locator": "sample string 2",
          "orderId": "sample string 3",
          "terminal": "sample string 4",
          "data": {
            "$id": "7",
            "orderId": "sample string 1",
            "amount": 2.1,
            "printReceipt": 3,
            "transactionId": "sample string 4"
          },
          "metadata": {
            "$id": "8",
            "back_color": "sample string 1",
            "order": 2
          },
          "result": {
            "$id": "9",
            "deviceId": "sample string 1",
            "transactionId": "sample string 2",
            "transactionType": "sample string 3",
            "amount": 4,
            "currencyCode": "sample string 5",
            "transactionNumber": "sample string 6",
            "result": 7,
            "status": 8,
            "paymentApp": "sample string 9",
            "additionalData": {
              "$id": "10",
              "orderId": "sample string 1",
              "transactionData": {
                "$id": "11",
                "type": "sample string 1",
                "card": "sample string 2",
                "terminal": "sample string 3",
                "transactionDate": "sample string 4",
                "state": "sample string 5",
                "result": "sample string 6",
                "responseCode": "sample string 7",
                "authorizationNumber": "sample string 8",
                "cardType": "sample string 9",
                "transactionCounter": "sample string 10",
                "appId": "sample string 11",
                "appLabel": "sample string 12",
                "isPinAuthenticated": true,
                "isContactless": true,
                "capturedMode": 15,
                "authorisingCentre": "sample string 16",
                "fucId": "sample string 17",
                "arc": "sample string 18",
                "transactionReference": "sample string 19",
                "authenticationType": 20,
                "transactionCurrencyCode": "sample string 21",
                "location": "sample string 22",
                "fucName": "sample string 23",
                "modifiers": [
                  {
                    "$id": "12"
                  },
                  {
                    "$ref": "12"
                  }
                ]
              }
            }
          }
        },
        "metadata": {
          "$ref": "8"
        }
      },
      "id_employee": "2f3f123e-d305-487e-8b4c-4935cb30e492"
    },
    {
      "$ref": "4"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

tt_tips
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

id_pos_sesion

globally unique identifier

Required

amt_card

decimal number

None.

amt_cash

decimal number

None.

id_user

globally unique identifier

Required

id_room_unit_activity

globally unique identifier

None.

id_doc_sa

globally unique identifier

None.

id_pos_type

globally unique identifier

Required

block

boolean

None.

comment

string

Max length: 1000

json_response

string

Max length: 3000

id_doc_ref

globally unique identifier

None.

coupon_id

string

Max length: 20

terminal_id

string

Max length: 20

card_name

string

Max length: 50

card_bank

string

Max length: 50

card_number

string

Max length: 20

client_name

string

Max length: 50

money_type

string

Max length: 3

merchant_id

string

Max length: 20

aid

string

Max length: 30

auth_num

string

Max length: 30

authorization

boolean

None.

signature

boolean

None.

contactless

boolean

None.

date_hour_pay

string

Max length: 20

terminal_name

string

Max length: 10

active

boolean

Required

created_on

date

None.

last_update

date

None.

commited

boolean

None.

tt_pos_sesion

tt_pos_sesion

None.

tt_tips_users

Collection of tt_tips_users

None.

Response Formats

application/json, text/json

Sample:
{
  "id": "3548d797-f0f7-4420-9aa6-39ba56f1294f",
  "id_pos_sesion": "5fd9689b-586b-4e8f-ba4c-a56be5bc977c",
  "amt_card": 1.1,
  "amt_cash": 1.1,
  "id_user": "42ecf9ae-8fc1-4cef-9cdd-17effbd449d4",
  "id_room_unit_activity": "d98e8fcb-3a89-4c20-98d5-571acc22b309",
  "id_doc_sa": "de91b195-5da1-4f2a-9d78-47a2f55512fc",
  "id_pos_type": "e1be33f3-0073-4780-9895-5f8bf2f8078c",
  "block": true,
  "comment": "sample string 5",
  "json_response": "sample string 6",
  "id_doc_ref": "25313acb-86f1-446e-a254-2879bba45741",
  "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-09-06T06:23:07.6025373+02:00",
  "last_update": "2026-09-06T06:23:07.6025373+02:00",
  "commited": true,
  "tt_pos_sesion": {
    "$id": "2",
    "id": "496d1683-c147-4902-8d36-04157219573c",
    "nro_sesion": 2,
    "id_pos": "3fe4abb7-37a5-4d62-8bf9-1ee5ae898790",
    "date_tax": "2026-09-06T06:23:07.6025373+02:00",
    "date_open": "2026-09-06T06:23:07.6025373+02:00",
    "date_close": "2026-09-06T06:23:07.6025373+02:00",
    "id_user_open": "2636b493-80cb-4ce7-8f3c-84b75b99e3f8",
    "id_user_close": "d9c8f72c-0303-48d8-a520-4ef0dcc85f8b",
    "nro_z": 1,
    "amt_tot": 1.1,
    "locator_event": "sample string 6",
    "status_pos": 7,
    "training_sesion": true,
    "active": true,
    "created_on": "2026-09-06T06:23:07.6025373+02:00",
    "last_update": "2026-09-06T06:23:07.6025373+02:00",
    "commited": true,
    "mt_pos": {
      "$id": "3",
      "id": "4af8eff4-f586-4286-93a8-8eb7b52210bb",
      "id_mask": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "id_branch": "b99ed768-424a-427a-a498-d80701c3baad",
      "id_zone": "317de1e7-1e9b-4c36-888c-3abfad7b3c93",
      "user_required": true,
      "active": true,
      "created_on": "2026-09-06T06:23:07.6025373+02:00",
      "last_update": "2026-09-06T06:23:07.6025373+02:00",
      "id_user_upd": "a9f22e02-55c3-46c3-83e3-e82078dd9039",
      "commited": true,
      "mt_branches_zones": {
        "$id": "4",
        "id": "a45a8348-13b2-4ec4-af53-ad8d438054e5",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "id_branch": "1fcad7f2-4995-48e6-91bc-56097e357c6b",
        "active": true,
        "created_on": "2026-09-06T06:23:07.6025373+02:00",
        "last_update": "2026-09-06T06:23:07.6025373+02:00",
        "id_user_upd": "dca47062-7e3d-408a-8a03-1b873b656d77",
        "commited": true,
        "mt_branches": {
          "$id": "5",
          "id": "71f84c7f-0267-44a3-b6f6-d8b6cd144ceb",
          "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": "74b0b205-77d0-4821-b3d4-31db950c015b",
          "order": 12,
          "external_id": "sample string 13",
          "sync": true,
          "active": true,
          "created_on": "2026-09-06T06:23:07.6025373+02:00",
          "last_update": "2026-09-06T06:23:07.6025373+02:00",
          "id_user_upd": "759df934-9549-42c6-b2b6-ee98da795824",
          "commited": true,
          "st_images": {
            "$id": "6",
            "id": "5f436ebb-c135-4fd7-8226-907afd4af009",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "id_img_type": "a3872551-d94f-492f-8507-4f4ca71b491d",
            "image_file": "sample string 5",
            "extension": "sample string 6",
            "high": 1,
            "width": 1,
            "active": true,
            "created_on": "2026-09-06T06:23:07.6025373+02:00",
            "last_update": "2026-09-06T06:23:07.6025373+02:00",
            "commited": true,
            "mt_branches": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "mt_categories": [
              {
                "$id": "7",
                "id": "b157d1e5-1859-40d5-a77b-014e964dda3f",
                "id_mask": "sample string 2",
                "name": "sample string 3",
                "description": "sample string 4",
                "id_item_type": "9e739b21-09a6-407d-b9cc-a3d4c7836aeb",
                "order_type": 5,
                "name_pos": "sample string 6",
                "id_image": "afa582d9-1484-4371-a704-b96e0ee1a8af",
                "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-09-06T06:23:07.6025373+02:00",
                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                "id_user_upd": "35c7809b-084a-4ca6-b064-84bd3f816dc7",
                "commited": true,
                "mt_categories_items": [
                  {
                    "$id": "8",
                    "id_category": "c5edf4b8-347e-4deb-8019-484b662c3133",
                    "id_item": "054bafbb-612e-47b0-b94f-eff8f69449e4",
                    "is_default": true,
                    "active": true,
                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                    "id_user_upd": "0ef78e64-5196-4b01-a5a2-0f8463f3ae3a",
                    "commited": true,
                    "mt_categories": {
                      "$ref": "7"
                    },
                    "mt_items": {
                      "$id": "9",
                      "id": "77a79387-1b09-498c-b64e-dcddfc698bbf",
                      "id_mask": "sample string 2",
                      "name": "sample string 3",
                      "description": "sample string 4",
                      "id_unit": "754e11b0-d30a-452c-86b8-4acb10f76118",
                      "id_unit_sec": "588d9ba7-56ed-4531-be14-da157253ceb2",
                      "id_brand": "96ea4083-292d-4ca0-8893-d483b5da34c6",
                      "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": "e2d4b614-44c7-4ece-b3f1-de1e33c86264",
                      "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-09-06T06:23:07.6025373+02:00",
                      "last_update": "2026-09-06T06:23:07.6025373+02:00",
                      "id_user_upd": "54e96669-b2df-405c-8509-94c82f6c833d",
                      "commited": true,
                      "mt_brands": {
                        "$id": "10",
                        "id": "86bf19cd-73e7-4f72-9623-591578d4f234",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "active": true,
                        "created_on": "2026-09-06T06:23:07.6025373+02:00",
                        "last_update": "2026-09-06T06:23:07.6025373+02:00",
                        "id_user_upd": "53357877-a634-4fac-944e-48939714be10",
                        "commited": true,
                        "mt_items": [
                          {
                            "$ref": "9"
                          },
                          {
                            "$ref": "9"
                          }
                        ],
                        "st_users": {
                          "$id": "11",
                          "id": "c2d3a0da-5599-4bc0-99f3-e2ed0ec0b2f0",
                          "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": "1657be87-0741-4621-9e38-cc3f61d6804c",
                          "view_messages": true,
                          "id_image_photo": "bd17e17a-1a6a-44c7-b776-eed3f5059e36",
                          "reserved": true,
                          "pos_access": true,
                          "back_access": true,
                          "name_pos": "sample string 13",
                          "id_image": "80d0c260-a202-4f47-9f2e-052b9234fa37",
                          "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-09-06T06:23:07.6025373+02:00",
                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                          "commited": true,
                          "mt_branches": [
                            {
                              "$ref": "5"
                            },
                            {
                              "$ref": "5"
                            }
                          ],
                          "mt_branches_zones": [
                            {
                              "$ref": "4"
                            },
                            {
                              "$ref": "4"
                            }
                          ],
                          "mt_brands": [
                            {
                              "$ref": "10"
                            },
                            {
                              "$ref": "10"
                            }
                          ],
                          "mt_categories": [
                            {
                              "$ref": "7"
                            },
                            {
                              "$ref": "7"
                            }
                          ],
                          "mt_categories_items": [
                            {
                              "$ref": "8"
                            },
                            {
                              "$ref": "8"
                            }
                          ],
                          "mt_cloakrooms": [
                            {
                              "$id": "12",
                              "id": "7ff789da-b773-462c-a7eb-6acdaa1102e5",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "id_pos": "cd62a913-e931-4c50-b062-59e9b28bcddd",
                              "unit_ini": 5,
                              "unit_end": 6,
                              "name_pos": "sample string 7",
                              "id_image": "9719dd02-2555-4f5e-ad49-596f748dde40",
                              "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-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "id_user_upd": "6d06c7ef-8fd0-4128-a36a-a64c484c7a63",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_images": {
                                "$ref": "6"
                              },
                              "st_users": {
                                "$ref": "11"
                              },
                              "tt_cloakrooms_units": [
                                {
                                  "$id": "13",
                                  "id": "92a770ee-cc66-4607-87fe-d55d21a9bcf1",
                                  "id_cloakroom": "16873b3b-6570-4b4f-8cf6-7127295abbca",
                                  "id_pos_sesion": "f05b8c01-28cf-40e3-b7c3-7edd1cf649a7",
                                  "unit_id": 4,
                                  "date_open": "2026-09-06T06:23:07.6025373+02:00",
                                  "date_close": "2026-09-06T06:23:07.6025373+02:00",
                                  "id_doc_sa": "5b0b315c-551d-4621-9f72-1de4043f3eb1",
                                  "commited": true,
                                  "mt_cloakrooms": {
                                    "$ref": "12"
                                  },
                                  "tt_doc_sa": {
                                    "$id": "14",
                                    "id": "189fd775-5fc0-497d-8897-b01ec4906300",
                                    "id_pos": "cd913cca-e375-4cc5-9ff0-06cac6caad96",
                                    "id_doc": "f39134db-3bfa-4387-9185-926fa54d1419",
                                    "id_branch": "db60c0f0-4ea3-41fe-9560-22f78700cd1f",
                                    "nro_doc": "sample string 5",
                                    "date_doc": "2026-09-06T06:23:07.6025373+02:00",
                                    "date_tax": "2026-09-06T06:23:07.6025373+02:00",
                                    "hour_doc": "00:00:00.1234567",
                                    "block": true,
                                    "id_ref": "d6232be1-836a-4e22-a83d-869468936758",
                                    "id_relationship": "36713ce5-a1ab-4363-b10a-7fb0ecfa5a61",
                                    "id_loc_from": "cf9fcfed-16d5-4805-9aec-a593d872fa67",
                                    "id_loc_end": "30f79c01-e8d9-4d17-85bc-51c8451845fa",
                                    "id_user_add": "8743839a-d2d3-4066-b9b3-4b437570ab89",
                                    "id_user_upd": "1656ac18-1211-48d4-97da-b4158035fd57",
                                    "comment": "sample string 12",
                                    "id_pos_sesion": "49890af1-6a0a-4f15-8e20-3bc776592695",
                                    "id_room_unit": "c1fc9622-a329-48af-8dc2-759b60f9248f",
                                    "ref_locator": "sample string 13",
                                    "ref_zone_aut": "sample string 14",
                                    "id_pos_type": "d468a882-576c-47e9-b5e8-5050c391fa71",
                                    "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-09-06T06:23:07.6025373+02:00",
                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                    "commited": true,
                                    "created_by": 1,
                                    "doc_print": true,
                                    "mt_branches": {
                                      "$ref": "5"
                                    },
                                    "mt_docs": {
                                      "$id": "15",
                                      "id": "265c7895-77f2-4189-8fc8-cc8e84628573",
                                      "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": "38ac529c-2d99-4303-bd0f-5f8f79273654",
                                      "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-09-06T06:23:07.6025373+02:00",
                                      "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                      "id_user_upd": "f49ea444-bf76-422c-8551-562c2338c9b8",
                                      "commited": true,
                                      "mt_docs_payment_money": [
                                        {
                                          "$id": "16",
                                          "id_doc": "0b4a72a0-a8fc-408c-add0-646c24b09e98",
                                          "id_pay": "9e2046df-09f5-4078-980f-beeca1f4d1e7",
                                          "id_money": "95a4a9fb-1958-4aab-bb88-50891e95ecca",
                                          "active": true,
                                          "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                          "id_user_upd": "4a82d5fd-e644-487e-b57a-33b4761873fa",
                                          "commited": true,
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_money_types": {
                                            "$id": "17",
                                            "id": "615b3c70-4ee4-40e0-ac26-07e8d8f63c6b",
                                            "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": "5eba9aa4-b68b-4dfa-9c5b-c816a72df034",
                                            "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-09-06T06:23:07.6025373+02:00",
                                            "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                            "id_user_upd": "2f65d85b-2f2d-4baa-b403-a922ea4ee323",
                                            "commited": true,
                                            "mt_docs_payment_money": [
                                              {
                                                "$ref": "16"
                                              },
                                              {
                                                "$ref": "16"
                                              }
                                            ],
                                            "mt_money_rates": [
                                              {
                                                "$id": "18",
                                                "id_money_1": "2e6d7461-54d7-4c7f-9bd8-bffe53de5100",
                                                "id_money_2": "0befe683-0f76-495e-938f-f47ede7212b2",
                                                "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                "coefficient": 4.1,
                                                "active": true,
                                                "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                "id_user_upd": "d7bfc455-fc0f-4d3e-a3f4-a5004be77873",
                                                "commited": true,
                                                "mt_money_types": {
                                                  "$ref": "17"
                                                },
                                                "mt_money_types1": {
                                                  "$ref": "17"
                                                },
                                                "st_users": {
                                                  "$ref": "11"
                                                }
                                              },
                                              {
                                                "$ref": "18"
                                              }
                                            ],
                                            "mt_money_rates1": [
                                              {
                                                "$ref": "18"
                                              },
                                              {
                                                "$ref": "18"
                                              }
                                            ],
                                            "st_images": {
                                              "$ref": "6"
                                            },
                                            "st_users": {
                                              "$ref": "11"
                                            },
                                            "tt_doc_sa_cashflow": [
                                              {
                                                "$id": "19",
                                                "id_doc_sa": "82730526-c3bb-43eb-bfc8-37a3318e2b77",
                                                "id_pay": "3887f192-be02-450f-a691-20e29c355a59",
                                                "id_money": "280b0dd3-5ca8-4da7-b140-3c7668abc075",
                                                "date_cashflow": "2026-09-06T06:23:07.6025373+02:00",
                                                "coefficient": 5.1,
                                                "id_user_add": "b9d1ba26-f7e7-4949-9c89-6fd8a4494e31",
                                                "amt_tot_md": 7.1,
                                                "amt_tot_mo": 8.1,
                                                "mt_payment_types": {
                                                  "$id": "20",
                                                  "id": "a2990efb-49e5-4cf4-8224-cbee19eab1a3",
                                                  "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": "140665de-e064-472b-8e35-9538032d78c3",
                                                  "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-09-06T06:23:07.6025373+02:00",
                                                  "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                  "id_user_upd": "4c506013-6b12-40e7-81d3-281116e85456",
                                                  "commited": true,
                                                  "mt_docs_payment_money": [
                                                    {
                                                      "$ref": "16"
                                                    },
                                                    {
                                                      "$ref": "16"
                                                    }
                                                  ],
                                                  "st_images": {
                                                    "$ref": "6"
                                                  },
                                                  "st_users": {
                                                    "$ref": "11"
                                                  },
                                                  "tt_doc_sa_cashflow": [
                                                    {
                                                      "$ref": "19"
                                                    },
                                                    {
                                                      "$ref": "19"
                                                    }
                                                  ],
                                                  "tt_doc_sa_pay": [
                                                    {
                                                      "$id": "21",
                                                      "id_doc_sa": "beb392ce-fde3-4f8a-b6cc-54198a783b38",
                                                      "id_line": 2,
                                                      "id_pay": "d54ed76d-3250-41ab-8431-179f83b1d185",
                                                      "id_money": "e58ed232-4937-4642-94e9-4c9ea81d458b",
                                                      "coefficient": 5.1,
                                                      "id_voucher": "b9feceb2-9a27-4ea3-b7cc-ae05958fbc4f",
                                                      "id_employee": "e5d10b2b-ed29-4ce4-9823-46e1b73da8f7",
                                                      "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": "feb5762b-02af-4c30-96ad-6d9b767192a3",
                                                      "coupon_id": "sample string 9",
                                                      "terminal_id": "sample string 10",
                                                      "card_name": "sample string 11",
                                                      "card_bank": "sample string 12",
                                                      "card_number": "sample string 13",
                                                      "client_name": "sample string 14",
                                                      "money_type": "sample string 15",
                                                      "merchant_id": "sample string 16",
                                                      "aid": "sample string 17",
                                                      "auth_num": "sample string 18",
                                                      "authorization": true,
                                                      "signature": true,
                                                      "contactless": true,
                                                      "date_hour_pay": "sample string 19",
                                                      "terminal_name": "sample string 20",
                                                      "active": true,
                                                      "mt_employees": {
                                                        "$id": "22",
                                                        "id": "8389d6d8-3ea7-4256-ad2e-0126199cc8e1",
                                                        "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": "ee874f87-95d7-497c-af09-4edf842f9881",
                                                        "name_pos": "sample string 12",
                                                        "id_image": "bb49c31c-a5e7-4a66-961e-4d196c8f618f",
                                                        "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-09-06T06:23:07.6025373+02:00",
                                                        "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                        "id_user_upd": "378aae0b-fa39-4eac-9b17-2d37890541c8",
                                                        "commited": true,
                                                        "mt_employees_branches": [
                                                          {
                                                            "$id": "23",
                                                            "id_employee": "d2bde132-c2d2-433f-9df9-632492d52d3f",
                                                            "id_branch": "ae0cef00-3b0b-4f6a-9fcd-a5b18d02096d",
                                                            "active": true,
                                                            "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                            "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                            "id_user_upd": "24492ff5-cd67-433e-b180-8b986bfc37be",
                                                            "commited": true,
                                                            "mt_branches": {
                                                              "$ref": "5"
                                                            },
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "23"
                                                          }
                                                        ],
                                                        "mt_employees_profiles": {
                                                          "$id": "24",
                                                          "id": "6b25df05-a4f7-4cce-86f4-48b173a61d48",
                                                          "id_mask": "sample string 2",
                                                          "name": "sample string 3",
                                                          "description": "sample string 4",
                                                          "authorized": true,
                                                          "active": true,
                                                          "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                          "id_user_upd": "849f0006-0714-4dc9-83c5-a45a56e0a967",
                                                          "commited": true,
                                                          "mt_employees": [
                                                            {
                                                              "$ref": "22"
                                                            },
                                                            {
                                                              "$ref": "22"
                                                            }
                                                          ],
                                                          "st_users": {
                                                            "$ref": "11"
                                                          }
                                                        },
                                                        "st_images": {
                                                          "$ref": "6"
                                                        },
                                                        "st_users": {
                                                          "$ref": "11"
                                                        },
                                                        "tt_doc_sa_det": [
                                                          {
                                                            "$id": "25",
                                                            "id_doc_sa": "c9300175-48ee-49d9-9615-77c01933642c",
                                                            "id_line": 2,
                                                            "id_item_sub": "a42781dd-64be-4d79-b6b1-397c0530e86e",
                                                            "qty": 4.1,
                                                            "id_list": "347138c1-59bb-494d-994d-879c369ae98c",
                                                            "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": "9492a178-b5a2-4d77-8d9f-8439242d4eaa",
                                                            "is_used": true,
                                                            "qty_vou": 1.1,
                                                            "amt_vou": 1.1,
                                                            "comment": "sample string 15",
                                                            "ref_det": "sample string 16",
                                                            "id_employee": "37c711ae-712d-4470-9f8d-7b381159ecb1",
                                                            "name_generic": "sample string 17",
                                                            "type_ope": 1,
                                                            "id_user_add": "1a169271-e4f3-464a-8608-35dda3f0c43d",
                                                            "id_user_upd": "b55d0228-da5e-4855-a3dc-81665e4ba874",
                                                            "active": true,
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_items_sub": {
                                                              "$id": "26",
                                                              "id": "385bfe54-1a77-4bc7-be17-1fd1846de61e",
                                                              "id_item": "47bd8797-39bf-4a05-ae00-33912028cfd7",
                                                              "id_item_type": "65ad733d-cb5a-4a52-8fe9-2e25e65c6ec7",
                                                              "is_default": true,
                                                              "barcode": "sample string 5",
                                                              "voucher_apply": true,
                                                              "id_voucher_json": "73b8b63b-9a9c-45af-a762-d890e36d57f8",
                                                              "count_voucher": 1,
                                                              "id_voucher_type": 1,
                                                              "active": true,
                                                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                              "id_user_upd": "a6c6b2ac-482a-4e47-a2dc-41c9bec17d8e",
                                                              "commited": true,
                                                              "mt_items": {
                                                                "$ref": "9"
                                                              },
                                                              "mt_items_formula": [
                                                                {
                                                                  "$id": "27",
                                                                  "id_item_sub": "5915e44e-9d59-4082-aa2c-4c0aa43eb641",
                                                                  "id_item": "a93302bd-1cd9-4e2f-9378-55a37536a4e2",
                                                                  "group_id": 3,
                                                                  "id_unit_ref": "ac77c871-a2ad-47f9-83c8-ebbe97eb3ec4",
                                                                  "qty_dis": 5,
                                                                  "mt_items": {
                                                                    "$ref": "9"
                                                                  },
                                                                  "mt_items_sub": {
                                                                    "$ref": "26"
                                                                  },
                                                                  "mt_units_ref": {
                                                                    "$id": "28",
                                                                    "id": "8abe74a5-5f20-4590-acce-726e42b35575",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "coefficient": 4.1,
                                                                    "id_unit": "4daf6e01-c874-4af5-93c5-9c125677aae3",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "id_user_upd": "1ac477a3-ba22-498e-85ec-099ba22ecfde",
                                                                    "commited": true,
                                                                    "mt_units": {
                                                                      "$id": "29",
                                                                      "id": "cb83fb49-d7ad-478c-9fd5-d54805f295d0",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "active": true,
                                                                      "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "id_user_upd": "f6806cce-d7ce-49c8-bfd2-a4ba5298f445",
                                                                      "commited": true,
                                                                      "mt_units_ref": [
                                                                        {
                                                                          "$ref": "28"
                                                                        },
                                                                        {
                                                                          "$ref": "28"
                                                                        }
                                                                      ],
                                                                      "st_users": {
                                                                        "$ref": "11"
                                                                      },
                                                                      "mt_items": [
                                                                        {
                                                                          "$ref": "9"
                                                                        },
                                                                        {
                                                                          "$ref": "9"
                                                                        }
                                                                      ],
                                                                      "mt_items1": [
                                                                        {
                                                                          "$ref": "9"
                                                                        },
                                                                        {
                                                                          "$ref": "9"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "11"
                                                                    },
                                                                    "mt_items_formula": [
                                                                      {
                                                                        "$ref": "27"
                                                                      },
                                                                      {
                                                                        "$ref": "27"
                                                                      }
                                                                    ]
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "27"
                                                                }
                                                              ],
                                                              "mt_items_types": {
                                                                "$id": "30",
                                                                "id": "cc7f72b8-aa21-4c70-94d9-a769b83efd71",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "name_short": "sample string 4",
                                                                "name_pos": "sample string 5",
                                                                "id_image": "76d52448-5680-4832-9c05-3a35bd79d55c",
                                                                "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-09-06T06:23:07.6025373+02:00",
                                                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                "id_user_upd": "1185a18e-980c-4458-9e50-be577ef24019",
                                                                "commited": true,
                                                                "tt_vouchers_det": [
                                                                  {
                                                                    "$id": "31",
                                                                    "id_voucher": "bae6be85-86e1-4dbf-9776-0a844b54b7b7",
                                                                    "id_line": "2dc0c718-3f7e-465e-8c3b-e5c2150f5203",
                                                                    "id_category": "4778dda4-e4d3-44af-9771-d4cad57ec238",
                                                                    "id_item": "d65e0d49-4471-4924-9174-18052c6899d7",
                                                                    "id_item_type": "78c83c2d-4842-43bc-8a2e-814e84df1907",
                                                                    "price_max": 1.1,
                                                                    "qty_add": 3.1,
                                                                    "qty_used": 4.1,
                                                                    "mt_categories": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "mt_items": {
                                                                      "$ref": "9"
                                                                    },
                                                                    "mt_items_types": {
                                                                      "$ref": "30"
                                                                    },
                                                                    "tt_vouchers": {
                                                                      "$id": "32",
                                                                      "id": "a4f2f341-58ec-4614-844c-f2a858c9c7b1",
                                                                      "id_voucher": 2,
                                                                      "locator_voucher": "sample string 3",
                                                                      "qr_code": "sample string 4",
                                                                      "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "date_end": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "date_used": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "date_sesion": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "id_employee": "731c1fd5-42b8-4aac-bfe8-8862bbcd0726",
                                                                      "id_branch": "f45299e6-2e0c-4419-95d5-f02012a64d81",
                                                                      "id_voucher_permision": "3a5b6727-1f80-4b71-a86c-ab030d979366",
                                                                      "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": "9097e227-44ce-4a3f-a16a-3fc6a81fab87",
                                                                      "id_user_add": "8c11862b-3f77-4c84-990b-8b2086d10b02",
                                                                      "id_doc_sa": "28c1dfbc-5e6c-4ff7-9597-071bd0b2c427",
                                                                      "id_item_sub": "ef2b6e85-449a-4cc4-9f6a-4bfc405cb3a7",
                                                                      "id_pos_sesion": "5a2f1392-90a6-43f2-8899-e987f62bb23e",
                                                                      "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-09-06T06:23:07.6025373+02:00",
                                                                      "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "commited": true,
                                                                      "mt_branches": {
                                                                        "$ref": "5"
                                                                      },
                                                                      "mt_employees": {
                                                                        "$ref": "22"
                                                                      },
                                                                      "mt_payment_types": {
                                                                        "$ref": "20"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "11"
                                                                      },
                                                                      "tt_doc_sa_pay": [
                                                                        {
                                                                          "$ref": "21"
                                                                        },
                                                                        {
                                                                          "$ref": "21"
                                                                        }
                                                                      ],
                                                                      "tt_vouchers_det": [
                                                                        {
                                                                          "$ref": "31"
                                                                        },
                                                                        {
                                                                          "$ref": "31"
                                                                        }
                                                                      ],
                                                                      "tt_vouchers_permisions": {
                                                                        "$id": "33",
                                                                        "id": "2abbb795-0527-4885-9643-82f3846eed61",
                                                                        "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                                        "date_end": "2026-09-06T06:23:07.6025373+02:00",
                                                                        "date_used": "2026-09-06T06:23:07.6025373+02:00",
                                                                        "id_employee": "814a28e1-5534-450f-8923-3bb5e1cdacd8",
                                                                        "id_branch": "ea335273-ad1d-4b0a-9386-cb1a26135ca4",
                                                                        "count": 6,
                                                                        "count_used": 1,
                                                                        "unlimited": true,
                                                                        "id_user_add": "60c947b2-6e10-4d04-8cfa-bb2b17c81586",
                                                                        "is_entry": true,
                                                                        "is_consume": true,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                        "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "mt_employees": {
                                                                          "$ref": "22"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "11"
                                                                        },
                                                                        "tt_vouchers": [
                                                                          {
                                                                            "$ref": "32"
                                                                          },
                                                                          {
                                                                            "$ref": "32"
                                                                          }
                                                                        ]
                                                                      }
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "31"
                                                                  }
                                                                ],
                                                                "st_images": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_users": {
                                                                  "$ref": "11"
                                                                },
                                                                "mt_items_sub": [
                                                                  {
                                                                    "$ref": "26"
                                                                  },
                                                                  {
                                                                    "$ref": "26"
                                                                  }
                                                                ],
                                                                "mt_prices_rules": [
                                                                  {
                                                                    "$id": "34",
                                                                    "id": "b8d1a478-f6b0-416c-8dfe-b74df95b9498",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "date_end": "2026-09-06T06:23:07.6025373+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": "ca889f91-193d-4cbc-b970-e0d1ec747e77",
                                                                    "id_pos": "f54104cc-f157-48b2-bc6d-03d7ecb66c28",
                                                                    "id_list": "a6c166a5-5e5a-43ee-a79b-7b75176537d9",
                                                                    "id_item": "5c041e54-1f55-41f5-8a8d-e3b6e8f0ca58",
                                                                    "id_item_type": "32d07dc7-e5c3-4db0-a1eb-7056870625ce",
                                                                    "id_category": "062fc47e-32d7-40f4-9cc1-28469b980745",
                                                                    "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-09-06T06:23:07.6025373+02:00",
                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "id_user_upd": "9e9b40c8-3e4c-4347-bfcb-cb225b82f91f",
                                                                    "commited": true,
                                                                    "mt_branches": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "mt_categories": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "mt_items": {
                                                                      "$ref": "9"
                                                                    },
                                                                    "mt_items_types": {
                                                                      "$ref": "30"
                                                                    },
                                                                    "mt_pos": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_prices_list": {
                                                                      "$id": "35",
                                                                      "id": "f7d55c38-d261-43e0-a9a6-94029dcdc0b9",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "id_ref": "f3643831-f421-4827-8742-92f7501fb9cf",
                                                                      "tax_included": true,
                                                                      "switch_select": true,
                                                                      "item_type_default": 7,
                                                                      "name_pos": "sample string 8",
                                                                      "id_image": "84332664-5443-4ede-bb8c-e4664d8f76a3",
                                                                      "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-09-06T06:23:07.6025373+02:00",
                                                                      "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "id_user_upd": "de386646-7d5e-4b3e-8cf1-6a2bc1be66e0",
                                                                      "commited": true,
                                                                      "mt_pos_prices_list": [
                                                                        {
                                                                          "$id": "36",
                                                                          "id_pos": "b82d29ee-776a-4452-a6a7-357b50922e61",
                                                                          "id_pos_type": "245b59e4-60d5-4f3d-8fbf-403d8d5bf7fd",
                                                                          "id_price_list": "41c877a9-70f6-44ad-ae19-cd88277583e8",
                                                                          "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-09-06T06:23:07.6025373+02:00",
                                                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "id_user_upd": "eca807ee-924d-40ec-9ebc-628281ce0adf",
                                                                          "commited": true,
                                                                          "mt_pos_view": {
                                                                            "$id": "37",
                                                                            "id_pos": "de2212b6-d1f1-41da-949e-294bfa6e42a0",
                                                                            "id_pos_type": "7f5315c3-66dd-411f-8b84-a066601d7c90",
                                                                            "is_default": true,
                                                                            "active": true,
                                                                            "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                            "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                            "id_user_upd": "0cb06ae6-a6b7-4ef9-9f90-c20c90956ef8",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "3"
                                                                            },
                                                                            "mt_pos_prices_list": [
                                                                              {
                                                                                "$ref": "36"
                                                                              },
                                                                              {
                                                                                "$ref": "36"
                                                                              }
                                                                            ],
                                                                            "mt_pos_types": {
                                                                              "$id": "38",
                                                                              "id": "3b3288a6-50b6-4150-a81c-00a476ee2a4b",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "is_module": true,
                                                                              "order": 5,
                                                                              "active": true,
                                                                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                              "id_user_upd": "9da6b3ca-e747-4324-b13e-9889aada1dde",
                                                                              "commited": true,
                                                                              "mt_items_featured": [
                                                                                {
                                                                                  "$id": "39",
                                                                                  "id": "8109a35f-47f7-4588-ae2d-eca2d8af862b",
                                                                                  "id_branch": "f7a5b5b8-a696-4c87-b9ad-aaff902f5240",
                                                                                  "id_pos_type": "2f303967-f84c-406c-a367-b4e4192f3df5",
                                                                                  "id_pos": "7e17e9d1-1b6a-4875-9957-35ea59daf637",
                                                                                  "id_item": "c9361571-6ae5-449d-975c-ad7844b592ab",
                                                                                  "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                                                  "date_end": "2026-09-06T06:23:07.6025373+02:00",
                                                                                  "image_id": 4,
                                                                                  "active": true,
                                                                                  "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                                  "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                                  "id_user_upd": "f7c3cf1b-9569-45f7-a06b-04ba3d63ffdd",
                                                                                  "commited": true,
                                                                                  "mt_branches": {
                                                                                    "$ref": "5"
                                                                                  },
                                                                                  "mt_items": {
                                                                                    "$ref": "9"
                                                                                  },
                                                                                  "mt_pos": {
                                                                                    "$ref": "3"
                                                                                  },
                                                                                  "mt_pos_types": {
                                                                                    "$ref": "38"
                                                                                  },
                                                                                  "st_users": {
                                                                                    "$ref": "11"
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "$ref": "39"
                                                                                }
                                                                              ],
                                                                              "mt_pos_doc_print": [
                                                                                {
                                                                                  "$id": "40",
                                                                                  "id_pos_print": "fd30cb17-a920-40ac-89c2-178e7d412e76",
                                                                                  "id_doc": "6423c8f2-cf0f-47c1-9e1a-1427f1989807",
                                                                                  "id_pos_type": "120ed8f9-c6a1-488e-999b-a290c7de8c04",
                                                                                  "id_doc_print": "31d8825a-b1f8-4761-a214-39ef356b8278",
                                                                                  "copies": 5,
                                                                                  "print_mode": 6,
                                                                                  "active": true,
                                                                                  "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                                  "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                                  "id_user_upd": "f4f9250c-7b65-40d4-9080-25155d4cfa67",
                                                                                  "commited": true,
                                                                                  "mt_docs": {
                                                                                    "$ref": "15"
                                                                                  },
                                                                                  "mt_pos_print": {
                                                                                    "$id": "41",
                                                                                    "id": "4725aaae-bf8f-4fd5-822f-cc2ba2b6c060",
                                                                                    "id_pos": "e2ded3e4-b1bf-46d9-8677-a2ddcd62d7b4",
                                                                                    "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-09-06T06:23:07.6025373+02:00",
                                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                                    "id_user_upd": "88e6527a-0e1d-4f90-aefb-02538473071f",
                                                                                    "commited": true,
                                                                                    "mt_pos": {
                                                                                      "$ref": "3"
                                                                                    },
                                                                                    "mt_pos_doc_print": [
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      }
                                                                                    ],
                                                                                    "st_users": {
                                                                                      "$ref": "11"
                                                                                    }
                                                                                  },
                                                                                  "mt_pos_types": {
                                                                                    "$ref": "38"
                                                                                  },
                                                                                  "st_doc_print": {
                                                                                    "$id": "42",
                                                                                    "id": "c43246f1-601c-4092-afdf-63593f6efd90",
                                                                                    "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-09-06T06:23:07.6025373+02:00",
                                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                                    "commited": true,
                                                                                    "mt_pos_doc_print": [
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      }
                                                                                    ],
                                                                                    "st_doc_print_det": [
                                                                                      {
                                                                                        "$id": "43",
                                                                                        "id_doc_print": "ff085822-9bba-40ab-8072-ed78b1577b9d",
                                                                                        "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": "42"
                                                                                        }
                                                                                      },
                                                                                      {
                                                                                        "$ref": "43"
                                                                                      }
                                                                                    ]
                                                                                  },
                                                                                  "st_users": {
                                                                                    "$ref": "11"
                                                                                  }
                                                                                },
                                                                                {
                                                                                  "$ref": "40"
                                                                                }
                                                                              ],
                                                                              "st_users": {
                                                                                "$ref": "11"
                                                                              },
                                                                              "mt_pos_view": [
                                                                                {
                                                                                  "$ref": "37"
                                                                                },
                                                                                {
                                                                                  "$ref": "37"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "11"
                                                                            }
                                                                          },
                                                                          "mt_prices_list": {
                                                                            "$ref": "35"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "11"
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "36"
                                                                        }
                                                                      ],
                                                                      "mt_prices_items": [
                                                                        {
                                                                          "$id": "44",
                                                                          "id_list": "7136d02f-dac0-4ab6-a7e1-27fbc6ebdfa4",
                                                                          "id_item_sub": "f478d4a7-8348-4c15-9065-7f0f3c7b18f4",
                                                                          "validity_date": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "price": 4.1,
                                                                          "active": true,
                                                                          "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "id_user_upd": "48025e99-8fa7-478a-be00-df8c1c824b05",
                                                                          "commited": true,
                                                                          "mt_items_sub": {
                                                                            "$ref": "26"
                                                                          },
                                                                          "mt_prices_list": {
                                                                            "$ref": "35"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "11"
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "44"
                                                                        }
                                                                      ],
                                                                      "mt_prices_list1": [
                                                                        {
                                                                          "$ref": "35"
                                                                        },
                                                                        {
                                                                          "$ref": "35"
                                                                        }
                                                                      ],
                                                                      "mt_prices_list2": {
                                                                        "$ref": "35"
                                                                      },
                                                                      "mt_prices_list_rules": [
                                                                        {
                                                                          "$id": "45",
                                                                          "id": "e0dfeb19-5b88-45cf-8d18-001fa246cfb6",
                                                                          "id_mask": "sample string 2",
                                                                          "name": "sample string 3",
                                                                          "description": "sample string 4",
                                                                          "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "date_end": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "id_branch": "8e9f06a6-ea2a-4bca-ab43-bac4b1a91dc3",
                                                                          "id_pos": "ed9c9e6a-aea0-4312-bcf1-7d13ad331878",
                                                                          "id_list": "14e6fe9a-af7d-4113-bc12-c438f4937dac",
                                                                          "view_list": true,
                                                                          "is_default": true,
                                                                          "active": true,
                                                                          "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                          "id_user_upd": "5bc5f3c4-c767-4ff0-aaa9-e20b217befca",
                                                                          "commited": true,
                                                                          "mt_branches": {
                                                                            "$ref": "5"
                                                                          },
                                                                          "mt_pos": {
                                                                            "$ref": "3"
                                                                          },
                                                                          "mt_prices_list": {
                                                                            "$ref": "35"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "11"
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "45"
                                                                        }
                                                                      ],
                                                                      "st_images": {
                                                                        "$ref": "6"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "11"
                                                                      },
                                                                      "mt_prices_rules": [
                                                                        {
                                                                          "$ref": "34"
                                                                        },
                                                                        {
                                                                          "$ref": "34"
                                                                        }
                                                                      ],
                                                                      "tt_doc_sa_det": [
                                                                        {
                                                                          "$ref": "25"
                                                                        },
                                                                        {
                                                                          "$ref": "25"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "11"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "34"
                                                                  }
                                                                ],
                                                                "tt_items_customs": [
                                                                  {
                                                                    "$id": "46",
                                                                    "id": "29597a40-e445-4720-a3ba-64f1f3663dc8",
                                                                    "order_id": 2,
                                                                    "id_item": "19af3a4b-1ee1-4ccb-911b-9a3a3fa9ffc2",
                                                                    "id_item_type": "a8e7a0ba-047b-499e-9c72-1cfb7ebfbe1f",
                                                                    "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": "c39fef44-9447-4f72-af6c-4b0122f1c06b",
                                                                    "type_item": 11,
                                                                    "id_voucher_json": "f57065a6-1166-49dc-93b8-3684a08b8b86",
                                                                    "count_voucher": 1,
                                                                    "id_category": "8763226a-0299-4617-a3bc-6fb64b4d3641",
                                                                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "id_user_upd": "64538d54-4677-4d1f-b0c8-4258d9fd792a",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "9"
                                                                    },
                                                                    "mt_items_types": {
                                                                      "$ref": "30"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "11"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "2"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "46"
                                                                  }
                                                                ]
                                                              },
                                                              "mt_items_vouchers": {
                                                                "$id": "47",
                                                                "id": "91b4b051-6e8e-4d9f-bab4-9a816be1edc2",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "json": "sample string 5",
                                                                "id_pay_type": "ee65bcc8-ca84-4177-b185-1ebb77ba82ec",
                                                                "id_doc_print": "717d7440-2db0-47ba-a6f4-b48422792191",
                                                                "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-09-06T06:23:07.6025373+02:00",
                                                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                "commited": true,
                                                                "mt_items_sub": [
                                                                  {
                                                                    "$ref": "26"
                                                                  },
                                                                  {
                                                                    "$ref": "26"
                                                                  }
                                                                ]
                                                              },
                                                              "st_users": {
                                                                "$ref": "11"
                                                              },
                                                              "mt_prices_items": [
                                                                {
                                                                  "$ref": "44"
                                                                },
                                                                {
                                                                  "$ref": "44"
                                                                }
                                                              ],
                                                              "tt_doc_sa_det": [
                                                                {
                                                                  "$ref": "25"
                                                                },
                                                                {
                                                                  "$ref": "25"
                                                                }
                                                              ]
                                                            },
                                                            "mt_prices_list": {
                                                              "$ref": "35"
                                                            },
                                                            "st_users": {
                                                              "$ref": "11"
                                                            },
                                                            "st_users1": {
                                                              "$ref": "11"
                                                            },
                                                            "tt_doc_sa": {
                                                              "$ref": "14"
                                                            },
                                                            "tt_doc_sa_det_stock": [
                                                              {
                                                                "$id": "48",
                                                                "id_doc_sa": "d8de7c9b-4fb5-4e20-8f5e-2527dca2da09",
                                                                "id_line": 2,
                                                                "id_item": "7b68d5be-9888-4e56-8d89-6ecc074e13f8",
                                                                "qty": 4.1,
                                                                "mt_items": {
                                                                  "$ref": "9"
                                                                },
                                                                "tt_doc_sa_det": {
                                                                  "$ref": "25"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "48"
                                                              }
                                                            ]
                                                          },
                                                          {
                                                            "$ref": "25"
                                                          }
                                                        ],
                                                        "tt_doc_sa_pay": [
                                                          {
                                                            "$ref": "21"
                                                          },
                                                          {
                                                            "$ref": "21"
                                                          }
                                                        ],
                                                        "tt_vouchers": [
                                                          {
                                                            "$ref": "32"
                                                          },
                                                          {
                                                            "$ref": "32"
                                                          }
                                                        ],
                                                        "tt_vouchers_permisions": [
                                                          {
                                                            "$ref": "33"
                                                          },
                                                          {
                                                            "$ref": "33"
                                                          }
                                                        ],
                                                        "tt_rooms_units_activity": [
                                                          {
                                                            "$id": "49",
                                                            "id": "5c5c3d04-5e1a-41d3-a59f-f91cbd0edbaf",
                                                            "id_room_unit": "23759b66-48bb-462e-80ba-f4842513de1c",
                                                            "id_room_list": "4335dbfe-907f-45ea-b9e0-bef059e9430b",
                                                            "nro_res_ext": "sample string 3",
                                                            "date_reserved": "2026-09-06T06:23:07.6025373+02:00",
                                                            "date_from": "2026-09-06T06:23:07.6025373+02:00",
                                                            "date_end": "2026-09-06T06:23:07.6025373+02:00",
                                                            "date_open": "2026-09-06T06:23:07.6025373+02:00",
                                                            "date_close": "2026-09-06T06:23:07.6025373+02:00",
                                                            "id_employee": "9e9e2532-c712-4f02-bd1d-2920206208e6",
                                                            "id_employee_sec": "e4651e84-ffc1-4910-a48e-51fa15981200",
                                                            "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": "354f0c02-8788-4787-9bab-3959e44fa7df",
                                                            "comment": "sample string 7",
                                                            "id_user_open": "9ccf387d-5b8b-4494-a35f-f9ec6217ffea",
                                                            "id_user_close": "8dcbfebd-3cc5-4c84-aab3-19d49c171625",
                                                            "id_unit_state": "3e837618-6e26-4107-a925-6aad347fdef7",
                                                            "id_pos_sesion": "8e9f5f93-2f47-4536-b0ef-70da8f133587",
                                                            "vip": true,
                                                            "paid": true,
                                                            "send": true,
                                                            "send_date": "2026-09-06T06:23:07.6025373+02:00",
                                                            "active": true,
                                                            "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                            "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                            "commited": true,
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_employees1": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_rooms_units": {
                                                              "$id": "50",
                                                              "id": "81bf4f18-5d7a-445c-aeda-bacd08c0c311",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "name_label": "sample string 4",
                                                              "name_zone": "sample string 5",
                                                              "order": 6,
                                                              "id_room": "99715869-0e09-4343-b408-c7db66ebdeb5",
                                                              "pax": 8,
                                                              "pos_x": 9,
                                                              "pos_y": 10,
                                                              "size_w": 1,
                                                              "size_h": 1,
                                                              "in_map": true,
                                                              "reserved_on": true,
                                                              "id_room_type": "c1608d5f-1c0a-45e4-bf7e-c409eec3f259",
                                                              "locked": true,
                                                              "date_locked": "2026-09-06T06:23:07.6025373+02:00",
                                                              "comment_locked": "sample string 15",
                                                              "active": true,
                                                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                              "id_user_upd": "2b99dafd-fe99-4b42-b685-1aeea8e73999",
                                                              "commited": true,
                                                              "mt_rooms": {
                                                                "$id": "51",
                                                                "id": "ab1e3531-9dec-47d2-94c9-a8035c009d04",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "id_branch": "d5aafb35-1507-4b76-b9e4-d320c29bd2fb",
                                                                "name_pos": "sample string 6",
                                                                "id_image": "62b311ac-a71d-403a-8b6c-9c0b811009a3",
                                                                "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": "22855a4e-e6eb-48e9-82be-4aee2b9a41ab",
                                                                "refresh_status": true,
                                                                "active": true,
                                                                "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                "id_user_upd": "19eb25ee-f8f8-46a6-a7a4-0e79957b1f41",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "5"
                                                                },
                                                                "mt_pos_rooms": [
                                                                  {
                                                                    "$id": "52",
                                                                    "id_pos": "87240175-c68b-49a6-9c0b-753c0d0f6e89",
                                                                    "id_room": "99584155-a997-4c91-b9a3-1716fe5411b9",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "id_user_upd": "25eb9264-e74a-400e-af8c-07bef75ba90d",
                                                                    "commited": true,
                                                                    "mt_pos": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_rooms": {
                                                                      "$ref": "51"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "11"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "52"
                                                                  }
                                                                ],
                                                                "st_images": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_images1": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_users": {
                                                                  "$ref": "11"
                                                                },
                                                                "mt_rooms_units": [
                                                                  {
                                                                    "$ref": "50"
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "tt_rooms_list": [
                                                                  {
                                                                    "$id": "53",
                                                                    "id": "c72e1739-67f2-455b-aa8d-f5aaa5a7cad9",
                                                                    "id_room": "179c723d-67fa-4c38-a4b8-ca95cec6cadc",
                                                                    "date_in": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "date_out": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "id_user_add": "2ba0e4b7-5b52-4382-b883-5d824a506982",
                                                                    "from_reservation": "sample string 5",
                                                                    "pax": 6,
                                                                    "status": 7,
                                                                    "comment": "sample string 8",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "commited": true,
                                                                    "mt_rooms": {
                                                                      "$ref": "51"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "11"
                                                                    },
                                                                    "tt_rooms_units_activity": [
                                                                      {
                                                                        "$ref": "49"
                                                                      },
                                                                      {
                                                                        "$ref": "49"
                                                                      }
                                                                    ]
                                                                  },
                                                                  {
                                                                    "$ref": "53"
                                                                  }
                                                                ]
                                                              },
                                                              "mt_rooms_units_types": {
                                                                "$id": "54",
                                                                "id": "eb1f06d5-0a04-40e5-a0d0-f43e89670a9e",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "high": 5,
                                                                "width": 6,
                                                                "active": true,
                                                                "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                "id_user_upd": "4441b7c8-beff-4b9f-9e43-d1b34f522884",
                                                                "commited": true,
                                                                "mt_rooms_units": [
                                                                  {
                                                                    "$ref": "50"
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "mt_rooms_units_states_types": [
                                                                  {
                                                                    "$id": "55",
                                                                    "id_room_type": "ebf6b7f0-0f5a-4f89-9570-fc8068a1f298",
                                                                    "id_room_state": "39906856-64b2-48f6-935a-40fb5767790f",
                                                                    "id_image": "f0a5338b-e481-48d0-9f81-b405ea8456c5",
                                                                    "color_font": "sample string 4",
                                                                    "font_bold": true,
                                                                    "font_underline": true,
                                                                    "font_size": 7,
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                    "id_user_upd": "431d93c4-d8ba-4618-8e48-6a90cc2c8f78",
                                                                    "commited": true,
                                                                    "mt_rooms_units_states": {
                                                                      "$id": "56",
                                                                      "id": "bf4748f6-5b2f-45e0-a287-c5feb519e4cb",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "color": "sample string 5",
                                                                      "active": true,
                                                                      "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                                      "id_user_upd": "a2f9b0de-1cad-4661-b6b2-1e2e7e847f88",
                                                                      "commited": true,
                                                                      "st_users": {
                                                                        "$ref": "11"
                                                                      },
                                                                      "mt_rooms_units_states_types": [
                                                                        {
                                                                          "$ref": "55"
                                                                        },
                                                                        {
                                                                          "$ref": "55"
                                                                        }
                                                                      ],
                                                                      "tt_rooms_units_activity": [
                                                                        {
                                                                          "$ref": "49"
                                                                        },
                                                                        {
                                                                          "$ref": "49"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "mt_rooms_units_types": {
                                                                      "$ref": "54"
                                                                    },
                                                                    "st_images": {
                                                                      "$ref": "6"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "11"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "55"
                                                                  }
                                                                ],
                                                                "st_users": {
                                                                  "$ref": "11"
                                                                }
                                                              },
                                                              "st_users": {
                                                                "$ref": "11"
                                                              },
                                                              "tt_rooms_units_activity": [
                                                                {
                                                                  "$ref": "49"
                                                                },
                                                                {
                                                                  "$ref": "49"
                                                                }
                                                              ]
                                                            },
                                                            "mt_rooms_units_states": {
                                                              "$ref": "56"
                                                            },
                                                            "st_users": {
                                                              "$ref": "11"
                                                            },
                                                            "st_users1": {
                                                              "$ref": "11"
                                                            },
                                                            "tt_doc_sa": [
                                                              {
                                                                "$ref": "14"
                                                              },
                                                              {
                                                                "$ref": "14"
                                                              }
                                                            ],
                                                            "tt_pos_sesion": {
                                                              "$ref": "2"
                                                            },
                                                            "tt_rooms_list": {
                                                              "$ref": "53"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "49"
                                                          }
                                                        ],
                                                        "tt_rooms_units_activity1": [
                                                          {
                                                            "$ref": "49"
                                                          },
                                                          {
                                                            "$ref": "49"
                                                          }
                                                        ]
                                                      },
                                                      "mt_money_types": {
                                                        "$ref": "17"
                                                      },
                                                      "mt_payment_types": {
                                                        "$ref": "20"
                                                      },
                                                      "tt_doc_sa": {
                                                        "$ref": "14"
                                                      },
                                                      "tt_vouchers": {
                                                        "$ref": "32"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "21"
                                                    }
                                                  ],
                                                  "tt_vouchers": [
                                                    {
                                                      "$ref": "32"
                                                    },
                                                    {
                                                      "$ref": "32"
                                                    }
                                                  ]
                                                },
                                                "st_users": {
                                                  "$ref": "11"
                                                },
                                                "mt_money_types": {
                                                  "$ref": "17"
                                                },
                                                "tt_doc_sa": {
                                                  "$ref": "14"
                                                }
                                              },
                                              {
                                                "$ref": "19"
                                              }
                                            ],
                                            "tt_doc_sa_pay": [
                                              {
                                                "$ref": "21"
                                              },
                                              {
                                                "$ref": "21"
                                              }
                                            ]
                                          },
                                          "mt_payment_types": {
                                            "$ref": "20"
                                          },
                                          "st_users": {
                                            "$ref": "11"
                                          }
                                        },
                                        {
                                          "$ref": "16"
                                        }
                                      ],
                                      "st_images": {
                                        "$ref": "6"
                                      },
                                      "st_users": {
                                        "$ref": "11"
                                      },
                                      "mt_pos_doc_print": [
                                        {
                                          "$ref": "40"
                                        },
                                        {
                                          "$ref": "40"
                                        }
                                      ],
                                      "st_doc_num": [
                                        {
                                          "$id": "57",
                                          "id_pos": "a247aade-2279-4d1b-96d9-337a83409f68",
                                          "id_doc": "19b9ef31-9510-4291-a4fa-88d90785a8c8",
                                          "value": 3,
                                          "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                          "commited": true,
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_pos": {
                                            "$ref": "3"
                                          }
                                        },
                                        {
                                          "$ref": "57"
                                        }
                                      ],
                                      "tt_doc_sa": [
                                        {
                                          "$ref": "14"
                                        },
                                        {
                                          "$ref": "14"
                                        }
                                      ],
                                      "tt_doc_st": [
                                        {
                                          "$id": "58",
                                          "id": "92395c9b-6e50-44d9-91f9-2ea97098a12b",
                                          "id_pos": "e9cdda3d-5615-48d2-804a-6af056cd7ef2",
                                          "id_doc": "221cec46-1bc1-4007-a79f-df560ca06ac0",
                                          "id_branch": "3a5b08d5-b898-490f-83fd-5489d6afec93",
                                          "nro_doc": "sample string 5",
                                          "date_doc": "2026-09-06T06:23:07.6025373+02:00",
                                          "block": true,
                                          "nro_original": "sample string 8",
                                          "id_ref": "eb8e0aa6-f7e2-48b1-ab70-cf3d7a3eb0cd",
                                          "id_loc_from": "f8aac8dc-19dd-48e9-a179-863604918941",
                                          "id_loc_end": "cb4accd6-0573-43af-b169-9e76a40c19da",
                                          "id_user_add": "60439616-0325-428c-8dff-616f3b98b1f9",
                                          "id_user_upd": "b5972192-7636-4f64-8ad9-b0fe8659a74b",
                                          "id_pos_sesion": "da9bb3c7-dd64-47a1-a8a0-436a7c9aebf2",
                                          "comment": "sample string 12",
                                          "status": 1,
                                          "is_send": true,
                                          "date_send": "2026-09-06T06:23:07.6025373+02:00",
                                          "active": true,
                                          "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                          "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                          "commited": true,
                                          "mt_branches": {
                                            "$ref": "5"
                                          },
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_locations": {
                                            "$id": "59",
                                            "id": "1a2d8545-1243-44a1-91f8-9cc02e464434",
                                            "id_mask": "sample string 2",
                                            "name": "sample string 3",
                                            "description": "sample string 4",
                                            "reserved": true,
                                            "id_branch": "9ee8416a-0ec4-4d8a-a71a-0af7cf88ce50",
                                            "active": true,
                                            "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                            "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                            "id_user_upd": "fa5c5580-f7c4-4c72-8248-2f17a4a2bc42",
                                            "commited": true,
                                            "mt_branches": {
                                              "$ref": "5"
                                            },
                                            "st_users": {
                                              "$ref": "11"
                                            },
                                            "tt_doc_sa": [
                                              {
                                                "$ref": "14"
                                              },
                                              {
                                                "$ref": "14"
                                              }
                                            ],
                                            "tt_doc_sa1": [
                                              {
                                                "$ref": "14"
                                              },
                                              {
                                                "$ref": "14"
                                              }
                                            ],
                                            "tt_doc_st": [
                                              {
                                                "$ref": "58"
                                              },
                                              {
                                                "$ref": "58"
                                              }
                                            ],
                                            "tt_doc_st1": [
                                              {
                                                "$ref": "58"
                                              },
                                              {
                                                "$ref": "58"
                                              }
                                            ],
                                            "tt_stock": [
                                              {
                                                "$id": "60",
                                                "id_location": "1dde979c-6389-4b47-960d-599ffa52bda5",
                                                "id_item": "b7d8a410-23ac-45e3-a7df-4071fb91f9aa",
                                                "stock_ideal": 3.1,
                                                "stock_min": 4.1,
                                                "stock_max": 5.1,
                                                "stock": 6.1,
                                                "active": true,
                                                "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                                "commited": true,
                                                "mt_items": {
                                                  "$ref": "9"
                                                },
                                                "mt_locations": {
                                                  "$ref": "59"
                                                }
                                              },
                                              {
                                                "$ref": "60"
                                              }
                                            ]
                                          },
                                          "mt_locations1": {
                                            "$ref": "59"
                                          },
                                          "mt_pos": {
                                            "$ref": "3"
                                          },
                                          "st_users": {
                                            "$ref": "11"
                                          },
                                          "st_users1": {
                                            "$ref": "11"
                                          },
                                          "tt_doc_st_det": [
                                            {
                                              "$id": "61",
                                              "id_doc_st": "b6fa37f5-71b3-4b08-bee6-6a6ede3d8958",
                                              "id_line": 2,
                                              "id_item": "4a2efd37-d10c-410e-902d-4128296f9207",
                                              "comment": "sample string 4",
                                              "qty": 5.1,
                                              "status": 1,
                                              "active": true,
                                              "mt_items": {
                                                "$ref": "9"
                                              },
                                              "tt_doc_st": {
                                                "$ref": "58"
                                              }
                                            },
                                            {
                                              "$ref": "61"
                                            }
                                          ],
                                          "tt_doc_st1": [
                                            {
                                              "$ref": "58"
                                            },
                                            {
                                              "$ref": "58"
                                            }
                                          ],
                                          "tt_doc_st2": {
                                            "$ref": "58"
                                          }
                                        },
                                        {
                                          "$ref": "58"
                                        }
                                      ]
                                    },
                                    "mt_locations": {
                                      "$ref": "59"
                                    },
                                    "mt_locations1": {
                                      "$ref": "59"
                                    },
                                    "mt_pos": {
                                      "$ref": "3"
                                    },
                                    "st_users": {
                                      "$ref": "11"
                                    },
                                    "st_users1": {
                                      "$ref": "11"
                                    },
                                    "tt_cloakrooms_units": [
                                      {
                                        "$ref": "13"
                                      },
                                      {
                                        "$ref": "13"
                                      }
                                    ],
                                    "tt_doc_sa_cashflow": [
                                      {
                                        "$ref": "19"
                                      },
                                      {
                                        "$ref": "19"
                                      }
                                    ],
                                    "tt_doc_sa_det": [
                                      {
                                        "$ref": "25"
                                      },
                                      {
                                        "$ref": "25"
                                      }
                                    ],
                                    "tt_doc_sa_pay": [
                                      {
                                        "$ref": "21"
                                      },
                                      {
                                        "$ref": "21"
                                      }
                                    ],
                                    "tt_doc_sa1": [
                                      {
                                        "$ref": "14"
                                      },
                                      {
                                        "$ref": "14"
                                      }
                                    ],
                                    "tt_doc_sa2": {
                                      "$ref": "14"
                                    },
                                    "tt_pos_sesion": {
                                      "$ref": "2"
                                    },
                                    "tt_rooms_units_activity": {
                                      "$ref": "49"
                                    },
                                    "tt_spool_doc_print": [
                                      {
                                        "$id": "62",
                                        "id": "77dd3d73-71cd-48b7-9260-1ff7977360a6",
                                        "spool_server": "sample string 2",
                                        "id_doc_sa": "5287d5c3-213f-407c-9fc5-8afe21ecf4ab",
                                        "spool_printer": "sample string 4",
                                        "count": 5,
                                        "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                        "printed": true,
                                        "print_on": "2026-09-06T06:23:07.6025373+02:00",
                                        "tt_doc_sa": {
                                          "$ref": "14"
                                        }
                                      },
                                      {
                                        "$ref": "62"
                                      }
                                    ]
                                  },
                                  "tt_pos_sesion": {
                                    "$ref": "2"
                                  }
                                },
                                {
                                  "$ref": "13"
                                }
                              ]
                            },
                            {
                              "$ref": "12"
                            }
                          ],
                          "mt_docs_payment_money": [
                            {
                              "$ref": "16"
                            },
                            {
                              "$ref": "16"
                            }
                          ],
                          "mt_employees": [
                            {
                              "$ref": "22"
                            },
                            {
                              "$ref": "22"
                            }
                          ],
                          "mt_employees_profiles": [
                            {
                              "$ref": "24"
                            },
                            {
                              "$ref": "24"
                            }
                          ],
                          "mt_items_featured": [
                            {
                              "$ref": "39"
                            },
                            {
                              "$ref": "39"
                            }
                          ],
                          "mt_items_sub": [
                            {
                              "$ref": "26"
                            },
                            {
                              "$ref": "26"
                            }
                          ],
                          "mt_items_types": [
                            {
                              "$ref": "30"
                            },
                            {
                              "$ref": "30"
                            }
                          ],
                          "mt_locations": [
                            {
                              "$ref": "59"
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "mt_money_rates": [
                            {
                              "$ref": "18"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "mt_money_types": [
                            {
                              "$ref": "17"
                            },
                            {
                              "$ref": "17"
                            }
                          ],
                          "mt_payment_types": [
                            {
                              "$ref": "20"
                            },
                            {
                              "$ref": "20"
                            }
                          ],
                          "mt_pos": [
                            {
                              "$ref": "3"
                            },
                            {
                              "$ref": "3"
                            }
                          ],
                          "mt_pos_doc_print": [
                            {
                              "$ref": "40"
                            },
                            {
                              "$ref": "40"
                            }
                          ],
                          "mt_pos_prices_list": [
                            {
                              "$ref": "36"
                            },
                            {
                              "$ref": "36"
                            }
                          ],
                          "mt_pos_print": [
                            {
                              "$ref": "41"
                            },
                            {
                              "$ref": "41"
                            }
                          ],
                          "mt_pos_rooms": [
                            {
                              "$ref": "52"
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "mt_pos_types": [
                            {
                              "$ref": "38"
                            },
                            {
                              "$ref": "38"
                            }
                          ],
                          "mt_pos_view": [
                            {
                              "$ref": "37"
                            },
                            {
                              "$ref": "37"
                            }
                          ],
                          "mt_prices_items": [
                            {
                              "$ref": "44"
                            },
                            {
                              "$ref": "44"
                            }
                          ],
                          "mt_prices_list": [
                            {
                              "$ref": "35"
                            },
                            {
                              "$ref": "35"
                            }
                          ],
                          "mt_prices_list_rules": [
                            {
                              "$ref": "45"
                            },
                            {
                              "$ref": "45"
                            }
                          ],
                          "mt_prices_rules": [
                            {
                              "$ref": "34"
                            },
                            {
                              "$ref": "34"
                            }
                          ],
                          "mt_rooms": [
                            {
                              "$ref": "51"
                            },
                            {
                              "$ref": "51"
                            }
                          ],
                          "mt_rooms_units": [
                            {
                              "$ref": "50"
                            },
                            {
                              "$ref": "50"
                            }
                          ],
                          "mt_rooms_units_states_types": [
                            {
                              "$ref": "55"
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "mt_rooms_units_types": [
                            {
                              "$ref": "54"
                            },
                            {
                              "$ref": "54"
                            }
                          ],
                          "mt_units": [
                            {
                              "$ref": "29"
                            },
                            {
                              "$ref": "29"
                            }
                          ],
                          "mt_units_ref": [
                            {
                              "$ref": "28"
                            },
                            {
                              "$ref": "28"
                            }
                          ],
                          "st_images": {
                            "$ref": "6"
                          },
                          "st_images1": {
                            "$ref": "6"
                          },
                          "st_permisions": [
                            {
                              "$id": "63",
                              "id": "7e6710d4-d3ab-440a-8f5d-a8aa94cb1c4b",
                              "id_function": "ba71d505-8600-4c42-8edc-534421538b8c",
                              "id_user": "2bd2e4a5-ee90-45de-8577-f80ed565ff08",
                              "id_profile": "a19b5092-afd7-4b58-9121-453a6520dbb4",
                              "permission": 3,
                              "active": true,
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "st_users_profiles": {
                                "$id": "64",
                                "id": "721fe225-9031-449c-92a1-c6d196a5dc2e",
                                "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-09-06T06:23:07.6025373+02:00",
                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                "commited": true,
                                "st_permisions": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "st_users": [
                                  {
                                    "$ref": "11"
                                  },
                                  {
                                    "$ref": "11"
                                  }
                                ],
                                "tt_cmd_connection": [
                                  {
                                    "$id": "65",
                                    "id": "2ab51dcf-a242-4690-9c06-ed94d1ad75a3",
                                    "id_user": "5ae444e7-c2a2-4d3a-8d08-9f16c9263a1c",
                                    "id_user_profile": "d9386414-5697-4be5-b48a-dd6c461da80e",
                                    "locator": "sample string 4",
                                    "date_end": "2026-09-06T06:23:07.6025373+02:00",
                                    "id_pos_sesion": "5c8506ae-87c9-49a7-86a4-b222663c86f3",
                                    "date_login": "2026-09-06T06:23:07.6025373+02:00",
                                    "date_logout": "2026-09-06T06:23:07.6025373+02:00",
                                    "terminal_id": "sample string 6",
                                    "terminal_type": "sample string 7",
                                    "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                    "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                    "commited": true,
                                    "st_users": {
                                      "$ref": "11"
                                    },
                                    "st_users_profiles": {
                                      "$ref": "64"
                                    },
                                    "tt_pos_sesion": {
                                      "$ref": "2"
                                    }
                                  },
                                  {
                                    "$ref": "65"
                                  }
                                ]
                              },
                              "st_users": {
                                "$ref": "11"
                              },
                              "st_functions": {
                                "$id": "66",
                                "id": "bc428cef-3c8d-44dc-9d2d-48f384d4c897",
                                "id_mask": "sample string 2",
                                "name": "sample string 3",
                                "description": "sample string 4",
                                "level_id": 5,
                                "id_group": "8311d952-0c5e-42b9-8bd7-37d4ccd0caf1",
                                "name_event": "sample string 7",
                                "name_pos": "sample string 8",
                                "id_image": "8ba2bdec-ba4c-435c-9f62-4a0d42531175",
                                "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-09-06T06:23:07.6025373+02:00",
                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                "commited": true,
                                "st_functions_groups": {
                                  "$id": "67",
                                  "id": "5a6868de-9f7d-4f93-b60f-26f7f9290ea7",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "description": "sample string 4",
                                  "active": true,
                                  "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                  "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                  "commited": true,
                                  "st_functions": [
                                    {
                                      "$ref": "66"
                                    },
                                    {
                                      "$ref": "66"
                                    }
                                  ]
                                },
                                "st_images": {
                                  "$ref": "6"
                                },
                                "st_permisions": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "63"
                            }
                          ],
                          "st_pos_license": [
                            {
                              "$id": "68",
                              "id": "00a85732-b1e6-48bf-a543-2793dd9cf2fc",
                              "id_pos": "e70467e0-221b-4c7d-8fa2-14b18a1af238",
                              "mac_address": "sample string 3",
                              "date_end": "2026-09-06T06:23:07.6025373+02:00",
                              "key_access": "sample string 5",
                              "id_user_add": "5a66c568-15d3-4aa6-8054-79222385208a",
                              "active": true,
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "68"
                            }
                          ],
                          "st_users_pos": [
                            {
                              "$id": "69",
                              "id_user": "f9be7ae8-738d-4de5-9c4f-63d46bfc078a",
                              "id_pos": "8956fb0d-3726-4407-9026-d3ec8c61709f",
                              "pass_required": true,
                              "active": true,
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "69"
                            }
                          ],
                          "st_users_token": [
                            {
                              "$id": "70",
                              "id": "292f8743-6bc9-43f0-932b-357f0e00ae2b",
                              "token_id": "sample string 2",
                              "id_user": "5558762b-fa28-423d-bb1a-ff9a2f9ef14d",
                              "date_from": "2026-09-06T06:23:07.6025373+02:00",
                              "date_end": "2026-09-06T06:23:07.6025373+02:00",
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "70"
                            }
                          ],
                          "tt_doc_sa_cashflow": [
                            {
                              "$ref": "19"
                            },
                            {
                              "$ref": "19"
                            }
                          ],
                          "tt_doc_sa_det": [
                            {
                              "$ref": "25"
                            },
                            {
                              "$ref": "25"
                            }
                          ],
                          "tt_doc_sa_det1": [
                            {
                              "$ref": "25"
                            },
                            {
                              "$ref": "25"
                            }
                          ],
                          "tt_doc_st": [
                            {
                              "$ref": "58"
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "tt_doc_st1": [
                            {
                              "$ref": "58"
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "tt_items_customs": [
                            {
                              "$ref": "46"
                            },
                            {
                              "$ref": "46"
                            }
                          ],
                          "tt_logs": [
                            {
                              "$id": "71",
                              "id": "f248ec3f-4387-4437-b2fa-8acc7a2fd379",
                              "id_user_add": "0ada64f6-7d6a-40ab-b279-b78036300141",
                              "id_table": "f4f37a84-ddd8-41af-b429-9dd4b52d0a43",
                              "message_log": "sample string 3",
                              "json_object": "sample string 4",
                              "log_type": "sample string 5",
                              "id_pos": "7ed9d60a-ef04-408c-af40-8da718ef9d0a",
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_sync_tables": {
                                "$id": "72",
                                "id": "740ef79f-e3bd-4f1f-a8cb-c3d15fca67ff",
                                "level": 2,
                                "order": 3,
                                "name": "sample string 4",
                                "log_ins": true,
                                "log_upd": true,
                                "packet_forward": true,
                                "active": true,
                                "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                "last_update": "2026-09-06T06:23:07.6025373+02:00",
                                "commited": true,
                                "st_sync_packages_det": [
                                  {
                                    "$id": "73",
                                    "id": "7ee7c101-25dd-46f1-b361-d4f33ac302bf",
                                    "id_sync": "21a318a3-f490-4ed9-a4e4-4b83a7f533f3",
                                    "json": "sample string 3",
                                    "id_table": "cc1fc476-e51d-4bb5-a514-a9b3cd175448",
                                    "order": 5,
                                    "st_sync_packages": {
                                      "$id": "74",
                                      "id": "56ed9c41-b338-439d-b506-fb9b564e1187",
                                      "id_branch_from": "d36ab885-545d-46bf-814d-71512c8ae8e1",
                                      "id_branch_to": "845fc6fa-0bd7-4334-a188-875f1e17aeb4",
                                      "type": 4,
                                      "created_on": "2026-09-06T06:23:07.6025373+02:00",
                                      "order": 6,
                                      "status": 7,
                                      "log_info": "sample string 8",
                                      "sync_on": "2026-09-06T06:23:07.6025373+02:00",
                                      "send_on": "2026-09-06T06:23:07.6025373+02:00",
                                      "mt_branches": {
                                        "$ref": "5"
                                      },
                                      "mt_branches1": {
                                        "$ref": "5"
                                      },
                                      "st_sync_packages_det": [
                                        {
                                          "$ref": "73"
                                        },
                                        {
                                          "$ref": "73"
                                        }
                                      ]
                                    },
                                    "st_sync_tables": {
                                      "$ref": "72"
                                    }
                                  },
                                  {
                                    "$ref": "73"
                                  }
                                ],
                                "tt_logs": [
                                  {
                                    "$ref": "71"
                                  },
                                  {
                                    "$ref": "71"
                                  }
                                ]
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "71"
                            }
                          ],
                          "tt_pos_sesion": [
                            {
                              "$ref": "2"
                            },
                            {
                              "$ref": "2"
                            }
                          ],
                          "tt_pos_sesion1": [
                            {
                              "$ref": "2"
                            },
                            {
                              "$ref": "2"
                            }
                          ],
                          "tt_rooms_list": [
                            {
                              "$ref": "53"
                            },
                            {
                              "$ref": "53"
                            }
                          ],
                          "tt_rooms_units_activity": [
                            {
                              "$ref": "49"
                            },
                            {
                              "$ref": "49"
                            }
                          ],
                          "tt_rooms_units_activity1": [
                            {
                              "$ref": "49"
                            },
                            {
                              "$ref": "49"
                            }
                          ],
                          "tt_rooms_units_log": [
                            {
                              "$id": "75",
                              "id": "dc820143-e0b3-442e-b4ca-2792ea4fcb51",
                              "id_room_activity": "3836e214-22cb-4e7c-aee6-8211d45b1124",
                              "id_pos_sesion": "50a42ead-cc39-4045-8879-c85108bd47a3",
                              "log_text": "sample string 4",
                              "id_user": "4bafb1ed-e7ee-4368-b27d-86b6be24a5eb",
                              "event_type": "sample string 6",
                              "correlation_id": "73a41df7-203e-4494-a251-6779e71b4280",
                              "id_room_unit": "f9564298-38c1-4591-9072-4dc3ae5d0b58",
                              "id_room_unit_source": "57c566b0-ac86-4f7d-b085-8dd9c568b1ca",
                              "id_room_unit_destination": "baa95404-1fbd-462f-a757-9b4525e31901",
                              "id_room_activity_related": "19ba9b45-b5c4-4222-869c-57b6e02a80f3",
                              "id_doc_sa": "31f6962b-a45f-45a7-bb40-d1c7f41b8c67",
                              "id_user_authorizer": "47013f8d-1cde-47e5-9ba7-3bf135cff011",
                              "data_json": "sample string 7",
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "75"
                            }
                          ],
                          "tt_tips_users": [
                            {
                              "$id": "76",
                              "id_tip": "b8312309-0941-4345-b58a-9ed375f1e8ca",
                              "id_user": "66fa7daf-6a35-409b-be32-b29a50b0895d",
                              "amt_card": 1.1,
                              "amt_cash": 1.1,
                              "type_share": 3,
                              "active": true,
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "st_users": {
                                "$ref": "11"
                              },
                              "tt_tips": {
                                "$ref": "1"
                              }
                            },
                            {
                              "$ref": "76"
                            }
                          ],
                          "tt_vouchers_permisions": [
                            {
                              "$ref": "33"
                            },
                            {
                              "$ref": "33"
                            }
                          ],
                          "tt_vouchers": [
                            {
                              "$ref": "32"
                            },
                            {
                              "$ref": "32"
                            }
                          ],
                          "mt_docs": [
                            {
                              "$ref": "15"
                            },
                            {
                              "$ref": "15"
                            }
                          ],
                          "tt_pos_sesion_users": [
                            {
                              "$id": "77",
                              "id_pos_sesion": "f93d3ed4-3946-427a-b3e6-d6d4f372f2db",
                              "id_user": "e8e50d56-3bb8-42ca-980a-bd4e8e20aeba",
                              "date_add": "2026-09-06T06:23:07.6025373+02:00",
                              "distribution_index": 1.1,
                              "active": true,
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "st_users": {
                                "$ref": "11"
                              },
                              "tt_pos_sesion": {
                                "$ref": "2"
                              }
                            },
                            {
                              "$ref": "77"
                            }
                          ],
                          "tt_doc_sa": [
                            {
                              "$ref": "14"
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "tt_doc_sa1": [
                            {
                              "$ref": "14"
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "mt_items": [
                            {
                              "$ref": "9"
                            },
                            {
                              "$ref": "9"
                            }
                          ],
                          "mt_rooms_units_states": [
                            {
                              "$ref": "56"
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "st_users_profiles": {
                            "$ref": "64"
                          },
                          "tt_cmd_connection": [
                            {
                              "$ref": "65"
                            },
                            {
                              "$ref": "65"
                            }
                          ],
                          "tt_cmd_messages": [
                            {
                              "$id": "78",
                              "id": "7a03c2c6-e4e6-42eb-8647-ba1e2404ff41",
                              "id_user": "5143e6f5-7e65-44b7-8bb6-fb5dc616d8a5",
                              "date_add": "2026-09-06T06:23:07.6025373+02:00",
                              "destiny_type": 4,
                              "id_key": "a779ee61-e29d-43d0-9b9a-3028efbc1aa8",
                              "message": "sample string 6",
                              "message_view": true,
                              "date_view": "2026-09-06T06:23:07.6025373+02:00",
                              "id_pos_sesion": "78614b31-5401-4a07-b61a-a9bd7fb8eaad",
                              "terminal_add": "sample string 9",
                              "created_on": "2026-09-06T06:23:07.6025373+02:00",
                              "last_update": "2026-09-06T06:23:07.6025373+02:00",
                              "commited": true,
                              "st_users": {
                                "$ref": "11"
                              },
                              "tt_pos_sesion": {
                                "$ref": "2"
                              }
                            },
                            {
                              "$ref": "78"
                            }
                          ]
                        }
                      },
                      "mt_categories_items": [
                        {
                          "$ref": "8"
                        },
                        {
                          "$ref": "8"
                        }
                      ],
                      "mt_items_featured": [
                        {
                          "$ref": "39"
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "mt_items_formula": [
                        {
                          "$ref": "27"
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "mt_units": {
                        "$ref": "29"
                      },
                      "mt_units1": {
                        "$ref": "29"
                      },
                      "st_images": {
                        "$ref": "6"
                      },
                      "st_users": {
                        "$ref": "11"
                      },
                      "mt_items_sub": [
                        {
                          "$ref": "26"
                        },
                        {
                          "$ref": "26"
                        }
                      ],
                      "mt_prices_rules": [
                        {
                          "$ref": "34"
                        },
                        {
                          "$ref": "34"
                        }
                      ],
                      "tt_doc_sa_det_stock": [
                        {
                          "$ref": "48"
                        },
                        {
                          "$ref": "48"
                        }
                      ],
                      "tt_doc_st_det": [
                        {
                          "$ref": "61"
                        },
                        {
                          "$ref": "61"
                        }
                      ],
                      "tt_items_customs": [
                        {
                          "$ref": "46"
                        },
                        {
                          "$ref": "46"
                        }
                      ],
                      "tt_stock": [
                        {
                          "$ref": "60"
                        },
                        {
                          "$ref": "60"
                        }
                      ],
                      "tt_vouchers_det": [
                        {
                          "$ref": "31"
                        },
                        {
                          "$ref": "31"
                        }
                      ]
                    },
                    "st_users": {
                      "$ref": "11"
                    }
                  },
                  {
                    "$ref": "8"
                  }
                ],
                "st_images": {
                  "$ref": "6"
                },
                "st_users": {
                  "$ref": "11"
                },
                "mt_prices_rules": [
                  {
                    "$ref": "34"
                  },
                  {
                    "$ref": "34"
                  }
                ],
                "tt_vouchers_det": [
                  {
                    "$ref": "31"
                  },
                  {
                    "$ref": "31"
                  }
                ]
              },
              {
                "$ref": "7"
              }
            ],
            "mt_employees": [
              {
                "$ref": "22"
              },
              {
                "$ref": "22"
              }
            ],
            "mt_items": [
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              }
            ],
            "mt_items_types": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "mt_money_types": [
              {
                "$ref": "17"
              },
              {
                "$ref": "17"
              }
            ],
            "mt_payment_types": [
              {
                "$ref": "20"
              },
              {
                "$ref": "20"
              }
            ],
            "mt_prices_list": [
              {
                "$ref": "35"
              },
              {
                "$ref": "35"
              }
            ],
            "mt_rooms": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ],
            "mt_rooms1": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ],
            "mt_rooms_units_states_types": [
              {
                "$ref": "55"
              },
              {
                "$ref": "55"
              }
            ],
            "st_functions": [
              {
                "$ref": "66"
              },
              {
                "$ref": "66"
              }
            ],
            "st_images_types": {
              "$id": "79",
              "id": "f71b0710-933f-4a2f-ac30-e67f30397808",
              "id_mask": "sample string 2",
              "name": "sample string 3",
              "description": "sample string 4",
              "active": true,
              "created_on": "2026-09-06T06:23:07.6025373+02:00",
              "last_update": "2026-09-06T06:23:07.6025373+02:00",
              "commited": true,
              "st_images": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ]
            },
            "mt_docs": [
              {
                "$ref": "15"
              },
              {
                "$ref": "15"
              }
            ],
            "st_users": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "st_users1": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "mt_cloakrooms": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ]
          },
          "st_users": {
            "$ref": "11"
          },
          "mt_branches_zones": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "mt_employees_branches": [
            {
              "$ref": "23"
            },
            {
              "$ref": "23"
            }
          ],
          "mt_items_featured": [
            {
              "$ref": "39"
            },
            {
              "$ref": "39"
            }
          ],
          "mt_locations": [
            {
              "$ref": "59"
            },
            {
              "$ref": "59"
            }
          ],
          "mt_periods": [
            {
              "$id": "80",
              "id_branch": "f26d2151-29c7-4734-bf50-f07ebea18002",
              "exercise_id": 2,
              "period_id": 3,
              "date_from": "2026-09-06T06:23:07.6025373+02:00",
              "date_end": "2026-09-06T06:23:07.6025373+02:00",
              "state": "sample string 6",
              "created_on": "2026-09-06T06:23:07.6025373+02:00",
              "last_update": "2026-09-06T06:23:07.6025373+02:00",
              "commited": true,
              "mt_branches": {
                "$ref": "5"
              }
            },
            {
              "$ref": "80"
            }
          ],
          "mt_pos": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "mt_prices_list_rules": [
            {
              "$ref": "45"
            },
            {
              "$ref": "45"
            }
          ],
          "mt_prices_rules": [
            {
              "$ref": "34"
            },
            {
              "$ref": "34"
            }
          ],
          "mt_rooms": [
            {
              "$ref": "51"
            },
            {
              "$ref": "51"
            }
          ],
          "st_sync_packages": [
            {
              "$ref": "74"
            },
            {
              "$ref": "74"
            }
          ],
          "st_sync_packages1": [
            {
              "$ref": "74"
            },
            {
              "$ref": "74"
            }
          ],
          "tt_doc_sa": [
            {
              "$ref": "14"
            },
            {
              "$ref": "14"
            }
          ],
          "tt_doc_st": [
            {
              "$ref": "58"
            },
            {
              "$ref": "58"
            }
          ],
          "tt_vouchers": [
            {
              "$ref": "32"
            },
            {
              "$ref": "32"
            }
          ],
          "tt_vouchers_permisions": [
            {
              "$ref": "33"
            },
            {
              "$ref": "33"
            }
          ]
        },
        "mt_pos": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "st_users": {
          "$ref": "11"
        }
      },
      "mt_cloakrooms": [
        {
          "$ref": "12"
        },
        {
          "$ref": "12"
        }
      ],
      "mt_items_featured": [
        {
          "$ref": "39"
        },
        {
          "$ref": "39"
        }
      ],
      "mt_pos_print": [
        {
          "$ref": "41"
        },
        {
          "$ref": "41"
        }
      ],
      "mt_pos_rooms": [
        {
          "$ref": "52"
        },
        {
          "$ref": "52"
        }
      ],
      "st_users": {
        "$ref": "11"
      },
      "mt_pos_view": [
        {
          "$ref": "37"
        },
        {
          "$ref": "37"
        }
      ],
      "mt_prices_list_rules": [
        {
          "$ref": "45"
        },
        {
          "$ref": "45"
        }
      ],
      "mt_prices_rules": [
        {
          "$ref": "34"
        },
        {
          "$ref": "34"
        }
      ],
      "st_doc_num": [
        {
          "$ref": "57"
        },
        {
          "$ref": "57"
        }
      ],
      "st_pos_license": [
        {
          "$ref": "68"
        },
        {
          "$ref": "68"
        }
      ],
      "st_users_pos": [
        {
          "$ref": "69"
        },
        {
          "$ref": "69"
        }
      ],
      "tt_doc_sa": [
        {
          "$ref": "14"
        },
        {
          "$ref": "14"
        }
      ],
      "tt_pos_connection": [
        {
          "$id": "81",
          "id": "a77f2416-d953-456a-a0d5-5b82790528d7",
          "id_pos": "08fb3478-10b2-4ee0-90db-907744add882",
          "date_add": "2026-09-06T06:23:07.6025373+02:00",
          "date_upd": "2026-09-06T06:23:07.6025373+02:00",
          "date_out": "2026-09-06T06:23:07.6025373+02:00",
          "connection_type": "sample string 3",
          "connection_speed": 1,
          "terminal_name": "sample string 4",
          "version": "sample string 5",
          "commited": true,
          "mt_pos": {
            "$ref": "3"
          }
        },
        {
          "$ref": "81"
        }
      ],
      "tt_pos_sesion": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "mt_branches": {
        "$ref": "5"
      },
      "tt_logs": [
        {
          "$ref": "71"
        },
        {
          "$ref": "71"
        }
      ],
      "st_local_variables": [
        {
          "$id": "82",
          "id": "146d766f-4e69-43e7-b3a1-dcc1f6ad07e9",
          "id_pos": "98da792c-4896-4747-9548-b3e053252e48",
          "name": "sample string 3",
          "description": "sample string 4",
          "value": "sample string 5",
          "type": "sample string 6",
          "last_update": "2026-09-06T06:23:07.6025373+02:00",
          "commited": true,
          "mt_pos": {
            "$ref": "3"
          }
        },
        {
          "$ref": "82"
        }
      ],
      "tt_doc_st": [
        {
          "$ref": "58"
        },
        {
          "$ref": "58"
        }
      ]
    },
    "tt_cloakrooms_units": [
      {
        "$ref": "13"
      },
      {
        "$ref": "13"
      }
    ],
    "tt_items_customs": [
      {
        "$ref": "46"
      },
      {
        "$ref": "46"
      }
    ],
    "tt_doc_sa_pt": [
      {
        "$id": "83",
        "id": "f11872a7-bf66-4df6-afd5-b2aa55675e2a",
        "json_object": "sample string 2",
        "json_pays": "sample string 3",
        "id_pos_sesion": "9864f6a9-e083-4473-8051-e3a72511163e",
        "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-09-06T06:23:07.6025373+02:00",
        "tt_pos_sesion": {
          "$ref": "2"
        }
      },
      {
        "$ref": "83"
      }
    ],
    "tt_rooms_units_activity": [
      {
        "$ref": "49"
      },
      {
        "$ref": "49"
      }
    ],
    "st_users": {
      "$ref": "11"
    },
    "st_users1": {
      "$ref": "11"
    },
    "tt_tips": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "tt_pos_sesion_users": [
      {
        "$ref": "77"
      },
      {
        "$ref": "77"
      }
    ],
    "tt_doc_sa": [
      {
        "$ref": "14"
      },
      {
        "$ref": "14"
      }
    ],
    "tt_cmd_connection": [
      {
        "$ref": "65"
      },
      {
        "$ref": "65"
      }
    ],
    "tt_cmd_messages": [
      {
        "$ref": "78"
      },
      {
        "$ref": "78"
      }
    ]
  },
  "tt_tips_users": [
    {
      "$ref": "76"
    },
    {
      "$ref": "76"
    }
  ]
}