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": "d388dfb8-d301-4e66-b984-8170636e8c43",
  "id_room_unit": "d30a1023-2eb8-49f2-a8ad-22162ebc95fc",
  "print_doc": true,
  "all_items": true,
  "id_user_add": "b6d24f90-ee94-4f27-b0eb-4339a085025d",
  "external_user": "sample string 8",
  "doc_sa_det_new": [
    {
      "$id": "2",
      "id_item_sub": "3a73ed4d-f7b3-4978-9e32-88056c01e182",
      "qty_det": 2.1,
      "price_custom": 3.1,
      "id_price_list": "b6225473-e627-4931-864d-ef5464e13d35",
      "tax": 5.1,
      "cmd_data": {
        "$id": "3",
        "type": "sample string 1",
        "id_doc_sa_origin": "566daeec-2a38-4427-b8d3-a71bd8005504",
        "id_line": 3
      },
      "is_discount": true,
      "id_employee": "67064aae-fe32-42a0-8f96-f5e2ff863fa8"
    },
    {
      "$ref": "2"
    }
  ],
  "doc_sa_pay_new": [
    {
      "$id": "4",
      "id_pay": "6d386f63-8083-41b3-b26d-343c78b1b2d3",
      "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": "bbe3ee55-c562-413b-aea2-ac997f66b78a"
    },
    {
      "$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": "6a8a0cd3-2c51-4107-825d-fe3d22f0e730",
  "id_pos_sesion": "8d7f8595-e121-4430-aad5-e9d962a04542",
  "amt_card": 1.1,
  "amt_cash": 1.1,
  "id_user": "997ce9bd-0d71-4150-b9a9-d7d8ec62e593",
  "id_room_unit_activity": "679cb295-e4f8-48e4-ae50-8f60272a4186",
  "id_doc_sa": "de4ca07d-374b-4969-84b2-c4172b05e640",
  "id_pos_type": "1e83b901-8698-4b25-910d-03d66a9a2d29",
  "block": true,
  "comment": "sample string 5",
  "json_response": "sample string 6",
  "id_doc_ref": "e9decd14-a857-48c5-8cc5-2ff86e915266",
  "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:24:19.5915207+02:00",
  "last_update": "2026-09-06T06:24:19.5915207+02:00",
  "commited": true,
  "tt_pos_sesion": {
    "$id": "2",
    "id": "b0ff8246-626e-47e0-b5af-d75b48eca384",
    "nro_sesion": 2,
    "id_pos": "8c000a6d-e768-4f05-b3bb-c06643eb1924",
    "date_tax": "2026-09-06T06:24:19.5915207+02:00",
    "date_open": "2026-09-06T06:24:19.5915207+02:00",
    "date_close": "2026-09-06T06:24:19.5915207+02:00",
    "id_user_open": "521082cc-d8ea-4a43-bc27-2324202c8bc0",
    "id_user_close": "0d9ab6af-aa1c-4c26-b3fd-647b4777dcd3",
    "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:24:19.5915207+02:00",
    "last_update": "2026-09-06T06:24:19.5915207+02:00",
    "commited": true,
    "mt_pos": {
      "$id": "3",
      "id": "52f545b5-5aac-4784-a0d0-a43c86972090",
      "id_mask": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "id_branch": "79f1f1aa-2c89-4529-82a9-8b37d5aece5a",
      "id_zone": "33add923-cf4a-4ca4-9546-2f7a23c46c40",
      "user_required": true,
      "active": true,
      "created_on": "2026-09-06T06:24:19.5915207+02:00",
      "last_update": "2026-09-06T06:24:19.5915207+02:00",
      "id_user_upd": "a044cfbf-0b9e-4584-bd69-68c2e8046ca4",
      "commited": true,
      "mt_branches_zones": {
        "$id": "4",
        "id": "15bda12a-c899-4923-9de9-797035b548f0",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "id_branch": "5606e723-a3e1-45bc-b431-f2b2225cfc74",
        "active": true,
        "created_on": "2026-09-06T06:24:19.5915207+02:00",
        "last_update": "2026-09-06T06:24:19.5915207+02:00",
        "id_user_upd": "1dbec5e5-92ca-4c4e-aa26-3fa5b0b2e08e",
        "commited": true,
        "mt_branches": {
          "$id": "5",
          "id": "81e96943-3269-4da5-a7d5-64255ad7733a",
          "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": "acc44160-25f5-47ba-9407-1cfe0c890124",
          "order": 12,
          "external_id": "sample string 13",
          "sync": true,
          "active": true,
          "created_on": "2026-09-06T06:24:19.5915207+02:00",
          "last_update": "2026-09-06T06:24:19.5915207+02:00",
          "id_user_upd": "33ad3223-2879-459a-bec1-f1c785e36d6d",
          "commited": true,
          "st_images": {
            "$id": "6",
            "id": "74f0d5cc-47e7-46a2-8689-f45622b585ac",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "id_img_type": "2ea2140a-72ed-477b-842e-bb4e04323f36",
            "image_file": "sample string 5",
            "extension": "sample string 6",
            "high": 1,
            "width": 1,
            "active": true,
            "created_on": "2026-09-06T06:24:19.5915207+02:00",
            "last_update": "2026-09-06T06:24:19.5915207+02:00",
            "commited": true,
            "mt_branches": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "mt_categories": [
              {
                "$id": "7",
                "id": "7652ec77-d1e1-418c-aea4-1902bac19991",
                "id_mask": "sample string 2",
                "name": "sample string 3",
                "description": "sample string 4",
                "id_item_type": "40ef0e8a-c5c6-4038-91ba-1f95e11641bf",
                "order_type": 5,
                "name_pos": "sample string 6",
                "id_image": "fc39427a-b754-4065-90e8-0adc2387ad62",
                "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:24:19.5915207+02:00",
                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                "id_user_upd": "574ee3a9-f461-4a51-b17f-2f430a1998fe",
                "commited": true,
                "mt_categories_items": [
                  {
                    "$id": "8",
                    "id_category": "f033c9bc-15ea-4428-9398-bcbfb0824ffa",
                    "id_item": "6b184f3d-3efe-41a4-94c9-3d6ed9859cf2",
                    "is_default": true,
                    "active": true,
                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                    "id_user_upd": "d74dfc71-4715-4193-80df-e224306772b2",
                    "commited": true,
                    "mt_categories": {
                      "$ref": "7"
                    },
                    "mt_items": {
                      "$id": "9",
                      "id": "ff5cd9f3-4b94-4e3b-b4d4-d06bcd67a679",
                      "id_mask": "sample string 2",
                      "name": "sample string 3",
                      "description": "sample string 4",
                      "id_unit": "9caeba2e-a9c4-4057-b86a-448f6febbbb0",
                      "id_unit_sec": "add7aaac-7387-49fc-9f50-d5c417221593",
                      "id_brand": "1f659d12-7aa2-44b8-87cb-73f5739c7c9c",
                      "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": "e538854f-4921-42be-b7c4-d5e0822126fc",
                      "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:24:19.5915207+02:00",
                      "last_update": "2026-09-06T06:24:19.5915207+02:00",
                      "id_user_upd": "601dd24a-1e07-4b9f-b99b-628c125c7178",
                      "commited": true,
                      "mt_brands": {
                        "$id": "10",
                        "id": "51980766-7934-4d69-ba03-e55f206a0308",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "active": true,
                        "created_on": "2026-09-06T06:24:19.5915207+02:00",
                        "last_update": "2026-09-06T06:24:19.5915207+02:00",
                        "id_user_upd": "38cad160-9b8f-4bc0-af17-0522ac9ab059",
                        "commited": true,
                        "mt_items": [
                          {
                            "$ref": "9"
                          },
                          {
                            "$ref": "9"
                          }
                        ],
                        "st_users": {
                          "$id": "11",
                          "id": "38699e25-0165-432b-bb78-3da83eb00a70",
                          "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": "335af4d3-edbd-4037-b324-0ceb865bd370",
                          "view_messages": true,
                          "id_image_photo": "95702f86-b1f9-42c7-88cf-cbd8c7a0be58",
                          "reserved": true,
                          "pos_access": true,
                          "back_access": true,
                          "name_pos": "sample string 13",
                          "id_image": "ab50c270-6893-48a0-92e2-faf81c88c74f",
                          "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:24:19.5915207+02:00",
                          "last_update": "2026-09-06T06:24:19.5915207+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": "86dd03a6-fb25-4de5-a74b-e77f7ff617a8",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "id_pos": "3daf9fb4-7447-42c2-b335-5a58d2dfaaca",
                              "unit_ini": 5,
                              "unit_end": 6,
                              "name_pos": "sample string 7",
                              "id_image": "3337978a-63d7-46d0-88d1-be7e10eea0e9",
                              "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:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                              "id_user_upd": "28145fc0-fa61-40ee-80d2-0a39350149fb",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_images": {
                                "$ref": "6"
                              },
                              "st_users": {
                                "$ref": "11"
                              },
                              "tt_cloakrooms_units": [
                                {
                                  "$id": "13",
                                  "id": "6cc0fb3f-b64f-487c-beb1-6214408a2cb0",
                                  "id_cloakroom": "f0bb4472-a5e4-46d3-9b91-21f17ad71859",
                                  "id_pos_sesion": "fc344510-cd52-4b62-8966-be7b71fd7471",
                                  "unit_id": 4,
                                  "date_open": "2026-09-06T06:24:19.5915207+02:00",
                                  "date_close": "2026-09-06T06:24:19.5915207+02:00",
                                  "id_doc_sa": "b50f9b6d-f0a2-4089-a047-de47925ba4b3",
                                  "commited": true,
                                  "mt_cloakrooms": {
                                    "$ref": "12"
                                  },
                                  "tt_doc_sa": {
                                    "$id": "14",
                                    "id": "4922028b-e9f0-4d1f-bbb3-20d3e3553511",
                                    "id_pos": "03e0c941-9b33-460e-8ee3-e740c1807886",
                                    "id_doc": "42dc8037-c52b-40b6-8203-8c08ec16343e",
                                    "id_branch": "4992cb69-c9cc-41bc-824b-d0b1e5d14f06",
                                    "nro_doc": "sample string 5",
                                    "date_doc": "2026-09-06T06:24:19.5915207+02:00",
                                    "date_tax": "2026-09-06T06:24:19.5915207+02:00",
                                    "hour_doc": "00:00:00.1234567",
                                    "block": true,
                                    "id_ref": "b3303a44-402d-4fce-a1d9-a5b8690a709e",
                                    "id_relationship": "c17d2af8-8891-4080-bb5a-617df3ced124",
                                    "id_loc_from": "0e4785aa-9d7d-4138-be40-f0ba4fc57d1a",
                                    "id_loc_end": "ef8a6397-efda-41d8-b66b-339b11b606e0",
                                    "id_user_add": "d259bb98-983d-4a17-9812-49158fd2131e",
                                    "id_user_upd": "27ef563c-0f02-4c29-b209-84a62fbf1cbb",
                                    "comment": "sample string 12",
                                    "id_pos_sesion": "ae203b8d-9897-4a1f-a2a9-51a739838a2c",
                                    "id_room_unit": "8c17a33d-c868-4bfd-bcc5-82b46e8f5408",
                                    "ref_locator": "sample string 13",
                                    "ref_zone_aut": "sample string 14",
                                    "id_pos_type": "24f9e118-87a2-4e05-8d5a-83d13507bb40",
                                    "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:24:19.5915207+02:00",
                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                    "commited": true,
                                    "created_by": 1,
                                    "doc_print": true,
                                    "mt_branches": {
                                      "$ref": "5"
                                    },
                                    "mt_docs": {
                                      "$id": "15",
                                      "id": "c39ae0db-a629-4cbf-8fc0-c4bd1cf62d20",
                                      "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": "995ccc28-0219-46ac-a992-263626d6c070",
                                      "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:24:19.5915207+02:00",
                                      "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                      "id_user_upd": "4832d353-dd35-45f5-b7f1-e753fa074df6",
                                      "commited": true,
                                      "mt_docs_payment_money": [
                                        {
                                          "$id": "16",
                                          "id_doc": "7e5605de-f998-4d7b-a578-69aefe3087bd",
                                          "id_pay": "eac21342-23b2-43e2-bbc9-1ac88c4c3ba3",
                                          "id_money": "1db6b606-00fc-49a7-9423-0e41b4c88683",
                                          "active": true,
                                          "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                          "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                          "id_user_upd": "13aac429-1279-4521-9910-93ac17fd1797",
                                          "commited": true,
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_money_types": {
                                            "$id": "17",
                                            "id": "2e7f4d16-1dfb-4401-b939-8495ab79b0d2",
                                            "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": "e30bfb4b-c792-4fc5-8374-05fc19c1a850",
                                            "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:24:19.5915207+02:00",
                                            "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                            "id_user_upd": "7174d597-5a08-4388-a3f3-b4b9e4be1590",
                                            "commited": true,
                                            "mt_docs_payment_money": [
                                              {
                                                "$ref": "16"
                                              },
                                              {
                                                "$ref": "16"
                                              }
                                            ],
                                            "mt_money_rates": [
                                              {
                                                "$id": "18",
                                                "id_money_1": "f26d6259-f2d2-4e57-a504-6b05743b959f",
                                                "id_money_2": "973166e7-8f97-4438-937a-325acaf8d7d2",
                                                "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                "coefficient": 4.1,
                                                "active": true,
                                                "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                "id_user_upd": "e4ecbdc2-e0c3-4760-affe-aea0344e47a4",
                                                "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": "93e7ea66-bff4-42d9-9908-4c8b17e5758a",
                                                "id_pay": "49c68204-77a2-4378-9c15-c6bfe8ea8608",
                                                "id_money": "94b0e1d3-54e2-40b6-a09c-403b4356270b",
                                                "date_cashflow": "2026-09-06T06:24:19.5915207+02:00",
                                                "coefficient": 5.1,
                                                "id_user_add": "c1232fde-57cd-4d6c-805b-c0aeb076cbad",
                                                "amt_tot_md": 7.1,
                                                "amt_tot_mo": 8.1,
                                                "mt_payment_types": {
                                                  "$id": "20",
                                                  "id": "72119150-9afd-4d36-bbf0-162e72aee236",
                                                  "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": "3e4f6688-2d3d-4a9f-a1a3-c0bd5525ecd8",
                                                  "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:24:19.5915207+02:00",
                                                  "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                  "id_user_upd": "fbfa309f-b383-46ed-ae7b-b34c6aa965c3",
                                                  "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": "190cf77c-fa99-4935-83e6-3e55dcd14760",
                                                      "id_line": 2,
                                                      "id_pay": "a67bfd48-49e6-4e95-95d3-7043ad2de158",
                                                      "id_money": "c9d9d229-fa39-4c0d-9a0f-208657fb2486",
                                                      "coefficient": 5.1,
                                                      "id_voucher": "6a086d38-df49-4b78-aafc-5737e3a72b14",
                                                      "id_employee": "a83b6460-1e46-40bc-b585-eefe7da07174",
                                                      "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": "88b2d12c-b50f-4d3e-a9f8-1c49937715ce",
                                                      "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": "f3ee18f0-3221-4287-ad3a-ebc3c48cc570",
                                                        "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": "72655240-3aeb-4ea8-a960-a0cc9d9ff9f6",
                                                        "name_pos": "sample string 12",
                                                        "id_image": "a061bcd2-0af4-40d9-8d00-4352fc54ef7d",
                                                        "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:24:19.5915207+02:00",
                                                        "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                        "id_user_upd": "21e8bf47-c231-45dc-b96d-9fb5e3e75cc9",
                                                        "commited": true,
                                                        "mt_employees_branches": [
                                                          {
                                                            "$id": "23",
                                                            "id_employee": "b2edcfcd-25c5-4a3e-a9f9-9acb2c922bc1",
                                                            "id_branch": "3ff2688e-4bb7-4d9f-bcc9-1141ed26f76a",
                                                            "active": true,
                                                            "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                            "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                            "id_user_upd": "37af7834-541e-4e67-871c-bb029b6a692e",
                                                            "commited": true,
                                                            "mt_branches": {
                                                              "$ref": "5"
                                                            },
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "23"
                                                          }
                                                        ],
                                                        "mt_employees_profiles": {
                                                          "$id": "24",
                                                          "id": "98f3db13-68fb-4514-aaf2-96340f79f84c",
                                                          "id_mask": "sample string 2",
                                                          "name": "sample string 3",
                                                          "description": "sample string 4",
                                                          "authorized": true,
                                                          "active": true,
                                                          "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                          "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                          "id_user_upd": "e4fced61-f4e1-4c08-9de1-1b74e4d86054",
                                                          "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": "4e3935f8-6103-4732-83cd-8d7b7587e432",
                                                            "id_line": 2,
                                                            "id_item_sub": "57dba64b-abb2-4776-b7a5-9427236d8d13",
                                                            "qty": 4.1,
                                                            "id_list": "54613587-b1d8-4e5b-b1cb-efc6495cbf37",
                                                            "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": "e96ab688-82b3-420e-a0b1-577a8c8b52ce",
                                                            "is_used": true,
                                                            "qty_vou": 1.1,
                                                            "amt_vou": 1.1,
                                                            "comment": "sample string 15",
                                                            "ref_det": "sample string 16",
                                                            "id_employee": "9704dabe-0803-474a-a6a1-70ed3f90b7ec",
                                                            "name_generic": "sample string 17",
                                                            "type_ope": 1,
                                                            "id_user_add": "890bf272-abd4-4905-a399-d5c72aa18699",
                                                            "id_user_upd": "37b588f1-459b-40da-936e-494f7eb1321d",
                                                            "active": true,
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_items_sub": {
                                                              "$id": "26",
                                                              "id": "4474ec0c-2a64-44f8-841c-7cec671cb3da",
                                                              "id_item": "425ce14a-8c5b-45ae-b911-cf077494dc44",
                                                              "id_item_type": "25200f7b-c446-4720-a28a-b7338b00441b",
                                                              "is_default": true,
                                                              "barcode": "sample string 5",
                                                              "voucher_apply": true,
                                                              "id_voucher_json": "cda5fe97-6d52-4d43-8fad-bc154f5d0563",
                                                              "count_voucher": 1,
                                                              "id_voucher_type": 1,
                                                              "active": true,
                                                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                              "id_user_upd": "cf7575b2-382a-4190-8c03-8e7dc3b3daa6",
                                                              "commited": true,
                                                              "mt_items": {
                                                                "$ref": "9"
                                                              },
                                                              "mt_items_formula": [
                                                                {
                                                                  "$id": "27",
                                                                  "id_item_sub": "00e87e4a-b6b7-4852-b6a2-48b7d4d27b2f",
                                                                  "id_item": "95566de8-72be-4fcf-a8ea-956693158e7e",
                                                                  "group_id": 3,
                                                                  "id_unit_ref": "4271c6c4-69cd-4582-a4ce-7048a549d9b4",
                                                                  "qty_dis": 5,
                                                                  "mt_items": {
                                                                    "$ref": "9"
                                                                  },
                                                                  "mt_items_sub": {
                                                                    "$ref": "26"
                                                                  },
                                                                  "mt_units_ref": {
                                                                    "$id": "28",
                                                                    "id": "b29bd161-97d7-4b1e-a4d4-36a7f6572602",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "coefficient": 4.1,
                                                                    "id_unit": "bfb4d8c7-8d3e-4a58-a98c-b8e9d698e8db",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "id_user_upd": "46eb7f4c-19d5-4e08-8bf7-b69f5a01ccb7",
                                                                    "commited": true,
                                                                    "mt_units": {
                                                                      "$id": "29",
                                                                      "id": "50e9a3d2-969c-4ac2-88a3-29340a27899c",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "active": true,
                                                                      "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "id_user_upd": "e092cfa3-7924-4228-bc74-3f8de198e813",
                                                                      "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": "432a48dd-20cb-4084-afda-9da12a5df696",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "name_short": "sample string 4",
                                                                "name_pos": "sample string 5",
                                                                "id_image": "32f8e460-15ff-4c79-ba65-debd3dca75dc",
                                                                "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:24:19.5915207+02:00",
                                                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                "id_user_upd": "d9f4f56e-ec12-426c-b32e-6b9d640a6adb",
                                                                "commited": true,
                                                                "tt_vouchers_det": [
                                                                  {
                                                                    "$id": "31",
                                                                    "id_voucher": "434967ed-5885-44a6-9b70-89eaca1c522e",
                                                                    "id_line": "cfa41786-9753-4706-83f4-5de6ea7ddc5b",
                                                                    "id_category": "70459d61-ae61-470c-aee0-ad7a7d124534",
                                                                    "id_item": "c05fac60-2176-4a11-a1f9-e88e8797534b",
                                                                    "id_item_type": "590b67f8-af0a-4802-ac6c-f69227224e3f",
                                                                    "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": "fec66d23-a7f3-4e52-b640-05e6aa057ad7",
                                                                      "id_voucher": 2,
                                                                      "locator_voucher": "sample string 3",
                                                                      "qr_code": "sample string 4",
                                                                      "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "date_end": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "date_used": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "date_sesion": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "id_employee": "d16f445e-1c5e-4b36-9ac4-cd8b46aa33c8",
                                                                      "id_branch": "a76dfd75-585c-4620-8278-41dde7fd0f62",
                                                                      "id_voucher_permision": "aada6256-646e-45f1-bbaf-e80194b5a06e",
                                                                      "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": "e15be265-fe96-424c-8f1e-6831338a49c4",
                                                                      "id_user_add": "9d6c57d1-0190-4bbd-9506-818ca8992f32",
                                                                      "id_doc_sa": "624ff974-522c-427f-824b-bacbc26f319a",
                                                                      "id_item_sub": "046e1e82-9b36-46e3-b9b9-643f89985129",
                                                                      "id_pos_sesion": "fa576386-9bdb-46ae-b3fc-344c8bfd8859",
                                                                      "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:24:19.5915207+02:00",
                                                                      "last_update": "2026-09-06T06:24:19.5915207+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": "2e2ba80c-a65d-4d0d-adbf-976a254ecf95",
                                                                        "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                                        "date_end": "2026-09-06T06:24:19.5915207+02:00",
                                                                        "date_used": "2026-09-06T06:24:19.5915207+02:00",
                                                                        "id_employee": "6d30b34e-7044-4401-b2cb-4df32eb01c02",
                                                                        "id_branch": "56d8b730-af50-4738-9835-08349fd116dc",
                                                                        "count": 6,
                                                                        "count_used": 1,
                                                                        "unlimited": true,
                                                                        "id_user_add": "191eb8b9-8ffb-46c8-b7a6-1fa85bac9751",
                                                                        "is_entry": true,
                                                                        "is_consume": true,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                        "last_update": "2026-09-06T06:24:19.5915207+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": "ad13ec59-96b2-46e7-bdbf-ac00453fae7a",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "date_end": "2026-09-06T06:24:19.5915207+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": "d96f1c12-1bc0-40b7-9c5c-5bcf0ce6f961",
                                                                    "id_pos": "810e48f4-3b80-44a7-9d30-e38770da114d",
                                                                    "id_list": "bbf90d6e-5028-45b1-9fdf-d546f6849b57",
                                                                    "id_item": "ebad791b-20fc-441e-ad90-740813c9dbc3",
                                                                    "id_item_type": "76f538d1-c025-477e-98d0-c76fbed9166e",
                                                                    "id_category": "a0e4a229-9353-4fcc-9105-94a26127fc78",
                                                                    "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:24:19.5915207+02:00",
                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "id_user_upd": "c331222a-babb-4280-bd71-2a4712fbdb2a",
                                                                    "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": "9bb2223f-46c9-42b7-8fad-89d4e7c6d27c",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "id_ref": "22f28753-d6b3-4b8e-89c6-183f0ced0a73",
                                                                      "tax_included": true,
                                                                      "switch_select": true,
                                                                      "item_type_default": 7,
                                                                      "name_pos": "sample string 8",
                                                                      "id_image": "48783a3d-0bed-46d9-8c66-62f96ac55990",
                                                                      "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:24:19.5915207+02:00",
                                                                      "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "id_user_upd": "607437f0-4639-4435-8e84-901b7cdc6e1a",
                                                                      "commited": true,
                                                                      "mt_pos_prices_list": [
                                                                        {
                                                                          "$id": "36",
                                                                          "id_pos": "ad0b622b-daa2-4d25-9ce4-0f95a6dcf61d",
                                                                          "id_pos_type": "efd747fa-9a11-4b16-b45a-56afd846e44d",
                                                                          "id_price_list": "6b406f3d-4d3e-4816-bd85-cd54fb0c75ab",
                                                                          "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:24:19.5915207+02:00",
                                                                          "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "id_user_upd": "63f0e023-f2dc-4efa-a2db-95c99415c88b",
                                                                          "commited": true,
                                                                          "mt_pos_view": {
                                                                            "$id": "37",
                                                                            "id_pos": "63fb49e6-93df-4605-b6ca-79a545f73530",
                                                                            "id_pos_type": "fb81a575-37df-4aaf-a2f5-b183549f6470",
                                                                            "is_default": true,
                                                                            "active": true,
                                                                            "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                            "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                            "id_user_upd": "b23be607-27d4-4f7b-b183-561ce4c75b18",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "3"
                                                                            },
                                                                            "mt_pos_prices_list": [
                                                                              {
                                                                                "$ref": "36"
                                                                              },
                                                                              {
                                                                                "$ref": "36"
                                                                              }
                                                                            ],
                                                                            "mt_pos_types": {
                                                                              "$id": "38",
                                                                              "id": "46b53b79-b65d-4d67-be7d-97ab621d7ee7",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "is_module": true,
                                                                              "order": 5,
                                                                              "active": true,
                                                                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                              "id_user_upd": "eb7eb4e6-b9a7-4bee-9069-824aeb6fe2b5",
                                                                              "commited": true,
                                                                              "mt_items_featured": [
                                                                                {
                                                                                  "$id": "39",
                                                                                  "id": "6c5b9163-f8d7-478c-81c8-5fb5255c5d43",
                                                                                  "id_branch": "51459d89-4881-43da-b696-7e02c6acffe5",
                                                                                  "id_pos_type": "e8edafb4-93b7-45f4-8186-e490913faa7d",
                                                                                  "id_pos": "1ae403cd-a0e0-471e-8ea0-2c9bdd874369",
                                                                                  "id_item": "d69bdc52-bc2b-450c-ab07-308ab5dec00f",
                                                                                  "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                                                  "date_end": "2026-09-06T06:24:19.5915207+02:00",
                                                                                  "image_id": 4,
                                                                                  "active": true,
                                                                                  "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                                  "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                                  "id_user_upd": "67fe1411-7dd9-4116-a0bd-0d720894e38d",
                                                                                  "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": "bff2a354-0097-4ba8-88f4-ae6b5d00c48e",
                                                                                  "id_doc": "8319c328-2e7c-4f41-97f7-943401278f9b",
                                                                                  "id_pos_type": "cd7f6647-1075-4d78-b0db-5c8d3f7ba629",
                                                                                  "id_doc_print": "6ec221d2-06b7-424c-88fa-aab567bae5b6",
                                                                                  "copies": 5,
                                                                                  "print_mode": 6,
                                                                                  "active": true,
                                                                                  "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                                  "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                                  "id_user_upd": "8ab69cd3-d1e1-4184-b374-7d99d98b42f0",
                                                                                  "commited": true,
                                                                                  "mt_docs": {
                                                                                    "$ref": "15"
                                                                                  },
                                                                                  "mt_pos_print": {
                                                                                    "$id": "41",
                                                                                    "id": "2fef59b2-fd78-43e1-b1bb-44384d6f62a2",
                                                                                    "id_pos": "4f894b93-925e-41de-8ecf-9898dac6320f",
                                                                                    "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:24:19.5915207+02:00",
                                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                                    "id_user_upd": "ade57c1a-bcea-4b59-811f-b0223a153c88",
                                                                                    "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": "afec30c4-10c8-4b84-a440-6914d7c9df8e",
                                                                                    "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:24:19.5915207+02:00",
                                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                                    "commited": true,
                                                                                    "mt_pos_doc_print": [
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      }
                                                                                    ],
                                                                                    "st_doc_print_det": [
                                                                                      {
                                                                                        "$id": "43",
                                                                                        "id_doc_print": "0cad123f-aa51-4b05-83ee-fe82cee4b46d",
                                                                                        "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": "23aae9ce-51ea-48c9-a79a-a89c66d1731d",
                                                                          "id_item_sub": "d924a4a7-44f8-4249-a741-1c7c6e2fd8e2",
                                                                          "validity_date": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "price": 4.1,
                                                                          "active": true,
                                                                          "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "id_user_upd": "d0d7cfe4-b713-4687-8724-bbe5291e0dd3",
                                                                          "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": "c1879d9c-f778-4335-8268-c2b42863d422",
                                                                          "id_mask": "sample string 2",
                                                                          "name": "sample string 3",
                                                                          "description": "sample string 4",
                                                                          "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "date_end": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "id_branch": "11554345-a7a1-452d-a7a7-8fb019c27efc",
                                                                          "id_pos": "b1d7d801-0116-4263-9682-06ce9e8ebc04",
                                                                          "id_list": "61094b4b-ae5c-426b-a945-e483a960cd32",
                                                                          "view_list": true,
                                                                          "is_default": true,
                                                                          "active": true,
                                                                          "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                          "id_user_upd": "99d0da10-8656-492a-9b20-ac06eb6acae5",
                                                                          "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": "1dcba9d9-4342-4f08-b2fd-2994c97e3ecf",
                                                                    "order_id": 2,
                                                                    "id_item": "b1724187-d26c-41f4-9e31-b0477ac1a256",
                                                                    "id_item_type": "64d21d84-e37b-47ef-ba94-62d8930e59b3",
                                                                    "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": "2e0b4de4-3ab2-41fe-a81b-8c1b32856541",
                                                                    "type_item": 11,
                                                                    "id_voucher_json": "7b7572cf-c867-4f84-91c9-41afb872e599",
                                                                    "count_voucher": 1,
                                                                    "id_category": "15cf996a-bc95-4ea7-a593-db9da9b7a124",
                                                                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "id_user_upd": "40d37654-5ad6-4152-a463-58cfac09db17",
                                                                    "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": "fa54974a-780f-4a81-8e57-05b4332d7bd6",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "json": "sample string 5",
                                                                "id_pay_type": "6b07f9f0-913c-4bfd-874f-9948a59fb8ef",
                                                                "id_doc_print": "0f5e245b-0a0e-42cf-b71d-6f5e57caafde",
                                                                "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:24:19.5915207+02:00",
                                                                "last_update": "2026-09-06T06:24:19.5915207+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": "7608d23b-fcae-4705-af51-4a82459ae66f",
                                                                "id_line": 2,
                                                                "id_item": "4156df90-678a-44f8-a3cf-f3d5e7b1d1af",
                                                                "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": "9a7738e9-ccfd-46ef-a7fc-c93736d2f06c",
                                                            "id_room_unit": "faa7d504-3c39-43fe-9be9-f3062ebb4c5f",
                                                            "id_room_list": "c982a1cc-140f-4c81-9347-0e7e203a0a6c",
                                                            "nro_res_ext": "sample string 3",
                                                            "date_reserved": "2026-09-06T06:24:19.5915207+02:00",
                                                            "date_from": "2026-09-06T06:24:19.5915207+02:00",
                                                            "date_end": "2026-09-06T06:24:19.5915207+02:00",
                                                            "date_open": "2026-09-06T06:24:19.5915207+02:00",
                                                            "date_close": "2026-09-06T06:24:19.5915207+02:00",
                                                            "id_employee": "aadd8f56-e2a9-4f84-8762-f1d36326e977",
                                                            "id_employee_sec": "9e0b5b5e-d065-40c6-baae-fdc45dcb4488",
                                                            "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": "03a83751-a7de-4b4c-9244-af2ac00e9a2c",
                                                            "comment": "sample string 7",
                                                            "id_user_open": "2f32d450-6605-43d8-8bff-4ba67181b914",
                                                            "id_user_close": "a9523292-9a2d-4379-b366-eeb9b8ada807",
                                                            "id_unit_state": "1f63ed87-8422-4672-b1c3-d2dddc94204b",
                                                            "id_pos_sesion": "69676475-a175-4d5b-a9c0-7c4728b81934",
                                                            "vip": true,
                                                            "paid": true,
                                                            "send": true,
                                                            "send_date": "2026-09-06T06:24:19.5915207+02:00",
                                                            "active": true,
                                                            "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                            "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                            "commited": true,
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_employees1": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_rooms_units": {
                                                              "$id": "50",
                                                              "id": "76a9432d-f0d1-4546-aa05-448fc8b9a6c6",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "name_label": "sample string 4",
                                                              "name_zone": "sample string 5",
                                                              "order": 6,
                                                              "id_room": "35f9fead-56ad-4ec0-8543-1a92044ad99a",
                                                              "pax": 8,
                                                              "pos_x": 9,
                                                              "pos_y": 10,
                                                              "size_w": 1,
                                                              "size_h": 1,
                                                              "in_map": true,
                                                              "reserved_on": true,
                                                              "id_room_type": "c0ec5b6b-f037-4833-b16f-e68fd9389452",
                                                              "locked": true,
                                                              "date_locked": "2026-09-06T06:24:19.5915207+02:00",
                                                              "comment_locked": "sample string 15",
                                                              "active": true,
                                                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                              "id_user_upd": "90073839-5680-4b01-9729-d7a51fe03e39",
                                                              "commited": true,
                                                              "mt_rooms": {
                                                                "$id": "51",
                                                                "id": "113b4582-3e48-4cc4-9408-b7d395dd9349",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "id_branch": "1638e34a-2eee-43d3-84f3-c432f11ef4e9",
                                                                "name_pos": "sample string 6",
                                                                "id_image": "599e1d6f-d739-415f-a8f6-9d77d566b8e4",
                                                                "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": "99d3307b-251e-4455-9452-fbe440f0ea3e",
                                                                "refresh_status": true,
                                                                "active": true,
                                                                "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                "id_user_upd": "f1a81fa1-918f-47dd-a5db-f371d12968f5",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "5"
                                                                },
                                                                "mt_pos_rooms": [
                                                                  {
                                                                    "$id": "52",
                                                                    "id_pos": "36961e40-6ec0-47ef-a096-06998de966d8",
                                                                    "id_room": "dc8c7401-3b00-46be-8a35-27b6ed434808",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "id_user_upd": "9325d03e-bc97-42d2-a202-c832381048cb",
                                                                    "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": "55b25707-e45c-4ae9-a1e2-712b3a9cdbbb",
                                                                    "id_room": "7b1dbfe9-4638-4f4a-a0d2-2e7b95ae24f6",
                                                                    "date_in": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "date_out": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "id_user_add": "4769cab3-0e78-48e9-9d2f-c4ffeafce92d",
                                                                    "from_reservation": "sample string 5",
                                                                    "pax": 6,
                                                                    "status": 7,
                                                                    "comment": "sample string 8",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "last_update": "2026-09-06T06:24:19.5915207+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": "6637478c-8efa-4949-b2c0-74760372dd87",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "high": 5,
                                                                "width": 6,
                                                                "active": true,
                                                                "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                "id_user_upd": "657ad23b-a1ab-4b0f-8765-0db08d5a94a4",
                                                                "commited": true,
                                                                "mt_rooms_units": [
                                                                  {
                                                                    "$ref": "50"
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "mt_rooms_units_states_types": [
                                                                  {
                                                                    "$id": "55",
                                                                    "id_room_type": "d518cbcf-34f1-4897-bcf2-2db8a41f621b",
                                                                    "id_room_state": "752548a5-1a30-4e9b-9c9f-34192e527d6d",
                                                                    "id_image": "910ec720-aab8-4776-9c6d-8fe4095c67ca",
                                                                    "color_font": "sample string 4",
                                                                    "font_bold": true,
                                                                    "font_underline": true,
                                                                    "font_size": 7,
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                    "id_user_upd": "d600772a-b344-4ff4-814b-e5379a2b6d7d",
                                                                    "commited": true,
                                                                    "mt_rooms_units_states": {
                                                                      "$id": "56",
                                                                      "id": "580faf79-30c1-47b0-938f-7c020cac889f",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "color": "sample string 5",
                                                                      "active": true,
                                                                      "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                                                      "id_user_upd": "9b70b840-6bc8-40cb-8865-f41307ec3d16",
                                                                      "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": "80ffabe1-73f7-4e6c-b652-e5c33940285d",
                                          "id_doc": "43d25815-7074-4c3a-9f37-ffa223a3fe07",
                                          "value": 3,
                                          "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                          "last_update": "2026-09-06T06:24:19.5915207+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": "d26b286a-e2f6-4f86-a19a-f34ac77d8ebb",
                                          "id_pos": "f4359139-1c2f-4061-a8d4-dbd4c7db092b",
                                          "id_doc": "34089f5a-a091-4ce0-8e7f-19003450ca32",
                                          "id_branch": "3d76c417-def7-4535-b778-d8402eda7a1a",
                                          "nro_doc": "sample string 5",
                                          "date_doc": "2026-09-06T06:24:19.5915207+02:00",
                                          "block": true,
                                          "nro_original": "sample string 8",
                                          "id_ref": "f6a05754-4bfc-4c11-90ca-6f91657a2076",
                                          "id_loc_from": "4465e421-5e71-4818-9f04-2c7b0fd762c4",
                                          "id_loc_end": "9a3ae896-4691-4aea-b29d-3b95eb350802",
                                          "id_user_add": "2d12f0fe-79cf-4164-ae14-064da1b15640",
                                          "id_user_upd": "f1cae063-65b3-4045-9a5c-01a3a6b05513",
                                          "id_pos_sesion": "f4cc9b2b-df50-40ad-b6be-257addf1c955",
                                          "comment": "sample string 12",
                                          "status": 1,
                                          "is_send": true,
                                          "date_send": "2026-09-06T06:24:19.5915207+02:00",
                                          "active": true,
                                          "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                          "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                          "commited": true,
                                          "mt_branches": {
                                            "$ref": "5"
                                          },
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_locations": {
                                            "$id": "59",
                                            "id": "9e2ea8e4-0efb-415b-a620-5924fe31105d",
                                            "id_mask": "sample string 2",
                                            "name": "sample string 3",
                                            "description": "sample string 4",
                                            "reserved": true,
                                            "id_branch": "f4a17af4-4eaa-44c9-9614-8b7446e25673",
                                            "active": true,
                                            "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                            "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                            "id_user_upd": "56255dbd-d2ac-4faf-aa5c-f36c03e5dbd2",
                                            "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": "dde36b4a-cfd8-42d2-88b7-7b70eb39cd1a",
                                                "id_item": "18e13222-e77a-412b-bfa2-767df9e0089d",
                                                "stock_ideal": 3.1,
                                                "stock_min": 4.1,
                                                "stock_max": 5.1,
                                                "stock": 6.1,
                                                "active": true,
                                                "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                                "last_update": "2026-09-06T06:24:19.5915207+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": "74a13aa5-7635-4e8b-b413-4ecc9f1be271",
                                              "id_line": 2,
                                              "id_item": "f8a616fd-f708-4ff2-af04-dc633334b158",
                                              "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": "150422ef-dccf-4935-9c40-dffd8223368a",
                                        "spool_server": "sample string 2",
                                        "id_doc_sa": "ba88666c-6291-4c0b-ba9c-474c12724ab7",
                                        "spool_printer": "sample string 4",
                                        "count": 5,
                                        "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                        "printed": true,
                                        "print_on": "2026-09-06T06:24:19.5915207+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": "9fca94a9-bfa2-4d0b-864d-576ce025ff9c",
                              "id_function": "79dfa6ab-e1e1-4e2b-abea-7639c4a5fd8d",
                              "id_user": "f711b7f6-c4d9-442a-8607-b3c0883e9df8",
                              "id_profile": "ea1280a7-bbf8-46dc-aee0-ab403a94ba3f",
                              "permission": 3,
                              "active": true,
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                              "commited": true,
                              "st_users_profiles": {
                                "$id": "64",
                                "id": "a0c56b7e-7a56-4ea5-bb77-78603c86d7f9",
                                "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:24:19.5915207+02:00",
                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                "commited": true,
                                "st_permisions": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "st_users": [
                                  {
                                    "$ref": "11"
                                  },
                                  {
                                    "$ref": "11"
                                  }
                                ],
                                "tt_cmd_connection": [
                                  {
                                    "$id": "65",
                                    "id": "84130f30-31d9-4ccb-99cd-ac88ed922eef",
                                    "id_user": "4b71dd78-3a7e-4c2a-b2ff-9edecf24f000",
                                    "id_user_profile": "3dbb04df-62f6-4b8a-83ec-f43143654294",
                                    "locator": "sample string 4",
                                    "date_end": "2026-09-06T06:24:19.5915207+02:00",
                                    "id_pos_sesion": "03cfd519-00b0-4b53-9e88-1294e4a1eb97",
                                    "date_login": "2026-09-06T06:24:19.5915207+02:00",
                                    "date_logout": "2026-09-06T06:24:19.5915207+02:00",
                                    "terminal_id": "sample string 6",
                                    "terminal_type": "sample string 7",
                                    "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                    "last_update": "2026-09-06T06:24:19.5915207+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": "c9b8d4dd-6e56-47bb-b381-5b86999fb3aa",
                                "id_mask": "sample string 2",
                                "name": "sample string 3",
                                "description": "sample string 4",
                                "level_id": 5,
                                "id_group": "320125c8-4fc2-42b3-831c-e021caa10715",
                                "name_event": "sample string 7",
                                "name_pos": "sample string 8",
                                "id_image": "08d254d9-efde-46a6-a9c3-129c7bd27c91",
                                "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:24:19.5915207+02:00",
                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                "commited": true,
                                "st_functions_groups": {
                                  "$id": "67",
                                  "id": "0c9d29ca-b39e-4658-8cb5-44667ff7097c",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "description": "sample string 4",
                                  "active": true,
                                  "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                  "last_update": "2026-09-06T06:24:19.5915207+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": "93f4e62a-17c6-4c6e-9521-4d5276cb0515",
                              "id_pos": "00a988b7-1929-47c7-886c-82afe0724cfc",
                              "mac_address": "sample string 3",
                              "date_end": "2026-09-06T06:24:19.5915207+02:00",
                              "key_access": "sample string 5",
                              "id_user_add": "4050bd71-bab2-48a3-934a-6b1520a8d6ab",
                              "active": true,
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "68"
                            }
                          ],
                          "st_users_pos": [
                            {
                              "$id": "69",
                              "id_user": "fd9f182b-7fef-46a8-9218-6cd0c35eea0f",
                              "id_pos": "dae3873b-8365-487d-bfb3-52ae8d9950bb",
                              "pass_required": true,
                              "active": true,
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "69"
                            }
                          ],
                          "st_users_token": [
                            {
                              "$id": "70",
                              "id": "f044f56e-ab99-4cea-84a4-37ee2d8c2ed1",
                              "token_id": "sample string 2",
                              "id_user": "40e4aabf-04f9-4dcc-b9d1-28cadf4f7b4b",
                              "date_from": "2026-09-06T06:24:19.5915207+02:00",
                              "date_end": "2026-09-06T06:24:19.5915207+02:00",
                              "created_on": "2026-09-06T06:24:19.5915207+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": "c27a6fcf-1a8a-4769-a28e-cfd06dbafc6e",
                              "id_user_add": "fca27c1b-d8e1-41e5-a08a-3234b90cb04d",
                              "id_table": "d208fcc9-75b4-4614-8b57-84b9b3ede78a",
                              "message_log": "sample string 3",
                              "json_object": "sample string 4",
                              "log_type": "sample string 5",
                              "id_pos": "de8d0c2a-4126-4525-ad32-00ba938a442e",
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_sync_tables": {
                                "$id": "72",
                                "id": "aa78877d-74c5-4b8d-a1b4-e86264bc0883",
                                "level": 2,
                                "order": 3,
                                "name": "sample string 4",
                                "log_ins": true,
                                "log_upd": true,
                                "packet_forward": true,
                                "active": true,
                                "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                "last_update": "2026-09-06T06:24:19.5915207+02:00",
                                "commited": true,
                                "st_sync_packages_det": [
                                  {
                                    "$id": "73",
                                    "id": "7233e4a6-3c07-464c-8a8e-5910153ac21f",
                                    "id_sync": "44e8c2bb-83c9-4b65-843d-0326e10d48fb",
                                    "json": "sample string 3",
                                    "id_table": "28202a56-277b-4ae6-817a-884bb4f5e6e4",
                                    "order": 5,
                                    "st_sync_packages": {
                                      "$id": "74",
                                      "id": "8b295e0e-8e67-4f5f-a977-f5143ee5ac0a",
                                      "id_branch_from": "e5cf3b55-9641-46ae-bb1f-b824232d6ed5",
                                      "id_branch_to": "e94c5d01-ec84-4fd0-90d8-b8038f3ee0e7",
                                      "type": 4,
                                      "created_on": "2026-09-06T06:24:19.5915207+02:00",
                                      "order": 6,
                                      "status": 7,
                                      "log_info": "sample string 8",
                                      "sync_on": "2026-09-06T06:24:19.5915207+02:00",
                                      "send_on": "2026-09-06T06:24:19.5915207+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": "5d003a66-0923-4c6f-bb05-142744743201",
                              "id_room_activity": "cc9bc659-27b2-459c-8fa2-fde708c7dd89",
                              "id_pos_sesion": "558ab115-b33a-45eb-9a64-9e22259289d4",
                              "log_text": "sample string 4",
                              "id_user": "a88f3619-270d-46a6-89b8-6de10d3ae39c",
                              "event_type": "sample string 6",
                              "correlation_id": "5ff2e567-9082-4763-9878-24dc34d978e8",
                              "id_room_unit": "35cbda4d-c474-4e3e-995b-a440c776ad84",
                              "id_room_unit_source": "7113c3c2-0153-4c03-831e-027cd512aac1",
                              "id_room_unit_destination": "e6c8dd15-d793-451a-8b01-b0689dd176c9",
                              "id_room_activity_related": "7af5aa0d-d685-4f5e-9191-11b61ea1dc57",
                              "id_doc_sa": "75039796-8dcd-4f13-bdd3-39d090e6041e",
                              "id_user_authorizer": "40e2a38e-04cb-4515-a3a4-4989808add76",
                              "data_json": "sample string 7",
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "commited": true,
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "75"
                            }
                          ],
                          "tt_tips_users": [
                            {
                              "$id": "76",
                              "id_tip": "e7632f3a-b82e-4722-a1ac-af15bc84faca",
                              "id_user": "19f0e108-49c9-4f65-99da-e667595d1770",
                              "amt_card": 1.1,
                              "amt_cash": 1.1,
                              "type_share": 3,
                              "active": true,
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+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": "15af3cb7-403f-4981-9f05-02f56d124425",
                              "id_user": "f5214a80-4775-41df-94a3-3816e3a6b05e",
                              "date_add": "2026-09-06T06:24:19.5915207+02:00",
                              "distribution_index": 1.1,
                              "active": true,
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+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": "93fbd1ed-7b57-4ab8-991e-51fc774f6955",
                              "id_user": "83d6047a-3db3-4a61-a18e-d7297869fa78",
                              "date_add": "2026-09-06T06:24:19.5915207+02:00",
                              "destiny_type": 4,
                              "id_key": "8169586b-0a9e-43e3-bbed-bf1aeecc9ec1",
                              "message": "sample string 6",
                              "message_view": true,
                              "date_view": "2026-09-06T06:24:19.5915207+02:00",
                              "id_pos_sesion": "c37177fa-4176-4a42-8f4b-6781e0c16039",
                              "terminal_add": "sample string 9",
                              "created_on": "2026-09-06T06:24:19.5915207+02:00",
                              "last_update": "2026-09-06T06:24:19.5915207+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": "9e0c8867-dcbd-4e44-8c12-bcc90d797af9",
              "id_mask": "sample string 2",
              "name": "sample string 3",
              "description": "sample string 4",
              "active": true,
              "created_on": "2026-09-06T06:24:19.5915207+02:00",
              "last_update": "2026-09-06T06:24:19.5915207+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": "f2b33963-77f5-4fdb-9835-2fda1d1e74bb",
              "exercise_id": 2,
              "period_id": 3,
              "date_from": "2026-09-06T06:24:19.5915207+02:00",
              "date_end": "2026-09-06T06:24:19.5915207+02:00",
              "state": "sample string 6",
              "created_on": "2026-09-06T06:24:19.5915207+02:00",
              "last_update": "2026-09-06T06:24:19.5915207+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": "36a4675b-6a5b-408c-b030-c49daa290587",
          "id_pos": "79eb900d-a515-4724-a4c8-eadcb87d296d",
          "date_add": "2026-09-06T06:24:19.5915207+02:00",
          "date_upd": "2026-09-06T06:24:19.5915207+02:00",
          "date_out": "2026-09-06T06:24:19.5915207+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": "0eb6fd84-2ee0-4699-ba2f-d54682fb4680",
          "id_pos": "65056e5e-f43b-4518-bf56-d3bc0b795fbc",
          "name": "sample string 3",
          "description": "sample string 4",
          "value": "sample string 5",
          "type": "sample string 6",
          "last_update": "2026-09-06T06:24:19.5915207+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": "1a0a31b7-7452-4b13-9d3b-74193500c243",
        "json_object": "sample string 2",
        "json_pays": "sample string 3",
        "id_pos_sesion": "30a7f5b3-dba1-452a-9cc5-50057f6a5a0c",
        "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:24:19.5915207+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"
    }
  ]
}