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": "5882464b-644f-4107-af14-906e4287cadc",
  "id_room_unit": "465c9add-318b-47fc-86b2-7365e145f7a9",
  "print_doc": true,
  "all_items": true,
  "id_user_add": "48b6f559-58ea-4ce9-b63c-8e3ceb130496",
  "external_user": "sample string 8",
  "doc_sa_det_new": [
    {
      "$id": "2",
      "id_item_sub": "12d756fd-229a-4273-b0bb-92daba8203f2",
      "qty_det": 2.1,
      "price_custom": 3.1,
      "id_price_list": "2a610fb5-785a-4ae8-a6c7-0643376c02e5",
      "tax": 5.1,
      "cmd_data": {
        "$id": "3",
        "type": "sample string 1",
        "id_doc_sa_origin": "a775905a-ec00-490d-a1c8-ddf53ac6b584",
        "id_line": 3
      }
    },
    {
      "$ref": "2"
    }
  ],
  "doc_sa_pay_new": [
    {
      "$id": "4",
      "id_pay": "9e524bc4-f701-4226-8420-1495100f96fb",
      "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"
        }
      }
    },
    {
      "$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": "ca50e9f6-25ff-4cde-80d1-d5bc7b85b068",
  "id_pos_sesion": "cf7f8bff-b539-4f4a-a937-671d5af288d8",
  "amt_card": 1.1,
  "amt_cash": 1.1,
  "id_user": "2b01e4d9-6b43-462f-91e9-528785e91a2a",
  "id_room_unit_activity": "ee64ff90-0706-4e8f-94e1-a90f6bc5e7be",
  "id_doc_sa": "0e71325d-1434-4245-a95b-49a836c0c04d",
  "id_pos_type": "92e2c111-7932-4b46-8b12-d4b814c8243d",
  "block": true,
  "comment": "sample string 5",
  "json_response": "sample string 6",
  "id_doc_ref": "7cfaa4b0-3684-4ce7-9852-99a0b058320e",
  "coupon_id": "sample string 7",
  "terminal_id": "sample string 8",
  "card_name": "sample string 9",
  "card_bank": "sample string 10",
  "card_number": "sample string 11",
  "client_name": "sample string 12",
  "money_type": "sample string 13",
  "merchant_id": "sample string 14",
  "aid": "sample string 15",
  "auth_num": "sample string 16",
  "authorization": true,
  "signature": true,
  "contactless": true,
  "date_hour_pay": "sample string 17",
  "terminal_name": "sample string 18",
  "active": true,
  "created_on": "2026-05-09T09:34:14.9621405+02:00",
  "last_update": "2026-05-09T09:34:14.9621405+02:00",
  "commited": true,
  "tt_pos_sesion": {
    "$id": "2",
    "id": "3bc68e0c-5374-4cec-bdd6-ac5553ffab85",
    "nro_sesion": 2,
    "id_pos": "ecaf966c-d566-401a-af86-c041802e86c7",
    "date_tax": "2026-05-09T09:34:14.9621405+02:00",
    "date_open": "2026-05-09T09:34:14.9621405+02:00",
    "date_close": "2026-05-09T09:34:14.9621405+02:00",
    "id_user_open": "4a788276-7773-4037-bd7a-e6af4b1ecc7d",
    "id_user_close": "e7bb30f6-4b31-4682-b94b-9af93f0fdea6",
    "nro_z": 1,
    "amt_tot": 1.1,
    "locator_event": "sample string 6",
    "status_pos": 7,
    "training_sesion": true,
    "active": true,
    "created_on": "2026-05-09T09:34:14.9621405+02:00",
    "last_update": "2026-05-09T09:34:14.9621405+02:00",
    "commited": true,
    "mt_pos": {
      "$id": "3",
      "id": "3546804f-7286-4607-8a71-39401ed8d95e",
      "id_mask": "sample string 2",
      "name": "sample string 3",
      "description": "sample string 4",
      "id_branch": "ed75e196-bce2-4e7e-91f8-e8a6320727f4",
      "id_zone": "f76daa3d-25cb-4ca3-ab27-b7bde253fa7d",
      "user_required": true,
      "active": true,
      "created_on": "2026-05-09T09:34:14.9621405+02:00",
      "last_update": "2026-05-09T09:34:14.9621405+02:00",
      "id_user_upd": "ad16a670-8559-444a-a8e9-d567c2b6712f",
      "commited": true,
      "mt_branches_zones": {
        "$id": "4",
        "id": "cacc26e8-7430-47d9-b37b-8ad29cc55e35",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "id_branch": "f794cbb1-f7e3-4a81-8bd2-0f80c4b65bda",
        "active": true,
        "created_on": "2026-05-09T09:34:14.9621405+02:00",
        "last_update": "2026-05-09T09:34:14.9621405+02:00",
        "id_user_upd": "3f10365c-f136-4e24-931a-f195c41e9828",
        "commited": true,
        "mt_branches": {
          "$id": "5",
          "id": "7f272125-7473-4df5-b86f-1c3e51a1e50e",
          "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": "99170beb-28c7-44d8-9262-050fc8030c4a",
          "order": 12,
          "external_id": "sample string 13",
          "sync": true,
          "active": true,
          "created_on": "2026-05-09T09:34:14.9621405+02:00",
          "last_update": "2026-05-09T09:34:14.9621405+02:00",
          "id_user_upd": "2b434af4-cd42-4c5d-99ce-de59ff2ab0e5",
          "commited": true,
          "st_images": {
            "$id": "6",
            "id": "756b2423-f208-481d-b252-d32d77a2f668",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "id_img_type": "ddcdeb73-189a-487b-b1d0-847cf4da3140",
            "image_file": "sample string 5",
            "extension": "sample string 6",
            "high": 1,
            "width": 1,
            "active": true,
            "created_on": "2026-05-09T09:34:14.9621405+02:00",
            "last_update": "2026-05-09T09:34:14.9621405+02:00",
            "commited": true,
            "mt_branches": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "mt_categories": [
              {
                "$id": "7",
                "id": "86d20d30-7a7a-426a-977d-29c01213e245",
                "id_mask": "sample string 2",
                "name": "sample string 3",
                "description": "sample string 4",
                "id_item_type": "87bda9ed-c2bb-4a7b-a4e8-419902826087",
                "order_type": 5,
                "name_pos": "sample string 6",
                "id_image": "cd2d9232-5753-4326-a22b-1ccba75be11e",
                "view_pos": true,
                "order": 8,
                "order_sec": 9,
                "color_border": "sample string 10",
                "color_button": "sample string 11",
                "color_font": "sample string 12",
                "font_bold": true,
                "font_underline": true,
                "font_size": 15,
                "big_buttons": true,
                "active": true,
                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                "id_user_upd": "33c38b92-0c4e-4c3f-a59f-772f16802962",
                "commited": true,
                "mt_categories_items": [
                  {
                    "$id": "8",
                    "id_category": "831dcb7d-c05b-4d3f-8347-457c6a1832ff",
                    "id_item": "5dd8386e-b444-4d34-a96f-372cb57b7b23",
                    "is_default": true,
                    "active": true,
                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                    "id_user_upd": "014cc3eb-ae49-4f6d-ba66-1315247d5cdc",
                    "commited": true,
                    "mt_categories": {
                      "$ref": "7"
                    },
                    "mt_items": {
                      "$id": "9",
                      "id": "9c94f76a-b0fd-401a-b39a-edacc0dddc69",
                      "id_mask": "sample string 2",
                      "name": "sample string 3",
                      "description": "sample string 4",
                      "id_unit": "ad027969-b928-407f-8bad-e908b595e09c",
                      "id_unit_sec": "9dd63449-d434-40f7-906e-ed5560279b5c",
                      "id_brand": "bcad1d1e-d0e4-49fc-85d6-aed340a9ebd5",
                      "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": "361c0786-2420-4ad8-ba59-37dfb418628b",
                      "view_pos": true,
                      "order": 23,
                      "color_border": "sample string 24",
                      "color_button": "sample string 25",
                      "color_font": "sample string 26",
                      "font_bold": true,
                      "font_underline": true,
                      "font_size": 29,
                      "active": true,
                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                      "last_update": "2026-05-09T09:34:14.9621405+02:00",
                      "id_user_upd": "49ad7632-99d6-4bdc-8ca4-4984ecb2d24e",
                      "commited": true,
                      "mt_brands": {
                        "$id": "10",
                        "id": "58b77b63-941c-4884-853e-528d096270eb",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "active": true,
                        "created_on": "2026-05-09T09:34:14.9621405+02:00",
                        "last_update": "2026-05-09T09:34:14.9621405+02:00",
                        "id_user_upd": "d61f865e-2eea-4640-a6a1-b65deae2d076",
                        "commited": true,
                        "mt_items": [
                          {
                            "$ref": "9"
                          },
                          {
                            "$ref": "9"
                          }
                        ],
                        "st_users": {
                          "$id": "11",
                          "id": "e859c60a-2ffc-4da8-949f-bf26fd6605c9",
                          "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": "95f10a64-702a-47f4-9db6-e8619fea03f9",
                          "view_messages": true,
                          "id_image_photo": "f3465f0b-4c4a-4cd4-8ff7-098f86c7d089",
                          "reserved": true,
                          "pos_access": true,
                          "back_access": true,
                          "name_pos": "sample string 13",
                          "id_image": "d0aafd84-a0fb-4075-b7f6-28017b9900e2",
                          "view_pos": true,
                          "order": 15,
                          "color_border": "sample string 16",
                          "color_button": "sample string 17",
                          "color_font": "sample string 18",
                          "active": true,
                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                          "last_update": "2026-05-09T09:34:14.9621405+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": "fc237c76-ef33-4c93-9245-f4697871e70c",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "id_pos": "56ad6a69-b7f2-4790-9c36-df13a69e968d",
                              "unit_ini": 5,
                              "unit_end": 6,
                              "name_pos": "sample string 7",
                              "id_image": "b2449e43-fe91-470f-b571-adaa3419bf75",
                              "view_pos": true,
                              "order": 9,
                              "color_border": "sample string 10",
                              "color_button": "sample string 11",
                              "color_font": "sample string 12",
                              "active": true,
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                              "id_user_upd": "c076936f-bcea-48f9-9f15-cc1de04f4fc1",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_images": {
                                "$ref": "6"
                              },
                              "st_users": {
                                "$ref": "11"
                              },
                              "tt_cloakrooms_units": [
                                {
                                  "$id": "13",
                                  "id": "2e29553d-c513-401c-8566-165334862438",
                                  "id_cloakroom": "d22d0105-50d7-40a6-8b69-13671aa4f85a",
                                  "id_pos_sesion": "78ec9e06-d740-4929-acdf-311a8b90a0c4",
                                  "unit_id": 4,
                                  "date_open": "2026-05-09T09:34:14.9621405+02:00",
                                  "date_close": "2026-05-09T09:34:14.9621405+02:00",
                                  "id_doc_sa": "bf6bac8c-0a57-4a0b-b4c2-015ae0ef97fc",
                                  "commited": true,
                                  "mt_cloakrooms": {
                                    "$ref": "12"
                                  },
                                  "tt_doc_sa": {
                                    "$id": "14",
                                    "id": "78ccb7dd-ecc4-4793-b3fc-74b246e495e5",
                                    "id_pos": "bde47053-3531-44e2-885e-452f0f6c6cd1",
                                    "id_doc": "acac9654-b86c-411a-b647-3db2fd8fc232",
                                    "id_branch": "a3b881ad-adea-4b60-8a53-944519c0d6b9",
                                    "nro_doc": "sample string 5",
                                    "date_doc": "2026-05-09T09:34:14.9621405+02:00",
                                    "date_tax": "2026-05-09T09:34:14.9621405+02:00",
                                    "hour_doc": "00:00:00.1234567",
                                    "block": true,
                                    "id_ref": "3a8af489-7478-4221-9ffd-67afb162058e",
                                    "id_relationship": "0c0091d1-de72-4833-b618-3b00268dcf22",
                                    "id_loc_from": "a284db05-78e5-4920-b880-046759dfef57",
                                    "id_loc_end": "ab8ad9a1-7619-43e0-8230-2b39c8a97dde",
                                    "id_user_add": "8557b809-781e-4873-bca9-2e0de4605d29",
                                    "id_user_upd": "513dae32-f731-4c38-9458-3fb91b8fb66f",
                                    "comment": "sample string 12",
                                    "id_pos_sesion": "48844f38-aec7-4b3a-8a55-2327453f2593",
                                    "id_room_unit": "5cb3fdb1-66dc-4967-a045-3d2fe88175cf",
                                    "ref_locator": "sample string 13",
                                    "ref_zone_aut": "sample string 14",
                                    "id_pos_type": "a1f7d3bd-d9d0-4eb0-a973-41a0fe534a83",
                                    "p_dis": 15.1,
                                    "p_chr": 16.1,
                                    "amt_net": 17.1,
                                    "amt_tax": 18.1,
                                    "amt_dis": 19.1,
                                    "amt_chr": 20.1,
                                    "amt_tot": 21.1,
                                    "active": true,
                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                    "commited": true,
                                    "created_by": 1,
                                    "doc_print": true,
                                    "mt_branches": {
                                      "$ref": "5"
                                    },
                                    "mt_docs": {
                                      "$id": "15",
                                      "id": "6e8b70b4-5d4d-4dd6-98ca-8a8b37f8c2ad",
                                      "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": "a1002223-e9e4-4ede-81dd-3996c2ef50fe",
                                      "view_pos": true,
                                      "order": 23,
                                      "color_border": "sample string 24",
                                      "color_button": "sample string 25",
                                      "color_font": "sample string 26",
                                      "active": true,
                                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                      "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                      "id_user_upd": "9f389b81-3905-476a-83ed-b3803a7209d5",
                                      "commited": true,
                                      "mt_docs_payment_money": [
                                        {
                                          "$id": "16",
                                          "id_doc": "757ba2dc-4f3c-4fb5-b6ad-eda2d6986d81",
                                          "id_pay": "dd70d697-2a32-436f-b3c3-02c8dd839dca",
                                          "id_money": "0be7583f-34ad-4cbd-80f8-9a273fec7643",
                                          "active": true,
                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                          "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                          "id_user_upd": "b0b543c9-4222-49ec-9743-13aa04cff631",
                                          "commited": true,
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_money_types": {
                                            "$id": "17",
                                            "id": "46aaf0f6-f2f0-4f6a-99ff-10465a4a3d14",
                                            "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": "05938d5a-5414-4636-8efa-f29e1799a1f1",
                                            "view_pos": true,
                                            "order": 8,
                                            "color_border": "sample string 9",
                                            "color_button": "sample string 10",
                                            "color_font": "sample string 11",
                                            "active": true,
                                            "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                            "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                            "id_user_upd": "9ebb5547-6778-40e9-9087-46755b78717f",
                                            "commited": true,
                                            "mt_docs_payment_money": [
                                              {
                                                "$ref": "16"
                                              },
                                              {
                                                "$ref": "16"
                                              }
                                            ],
                                            "mt_money_rates": [
                                              {
                                                "$id": "18",
                                                "id_money_1": "865a387a-8183-4acb-89ed-714ce88849b1",
                                                "id_money_2": "dcfaaba1-fee0-4a1a-be76-a44ddc13fad7",
                                                "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                "coefficient": 4.1,
                                                "active": true,
                                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                "id_user_upd": "4f6d2771-0c58-40a7-8c3f-3f87c679a1b4",
                                                "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": "a254b508-dbd7-4e33-b3f5-69d2ede91da1",
                                                "id_pay": "43602904-6333-42ff-a3c3-a7aff91f0517",
                                                "id_money": "02de1160-d746-4349-8314-bcbbc6c5fbe4",
                                                "date_cashflow": "2026-05-09T09:34:14.9621405+02:00",
                                                "coefficient": 5.1,
                                                "id_user_add": "25ff7a25-07ad-44be-81cc-3e31f0fa0e15",
                                                "amt_tot_md": 7.1,
                                                "amt_tot_mo": 8.1,
                                                "mt_payment_types": {
                                                  "$id": "20",
                                                  "id": "7346e355-9ae5-498b-9e14-a13ecb149ecd",
                                                  "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": "f4f6677d-bcbb-436d-b81e-53c4aa610070",
                                                  "view_pos": true,
                                                  "order": 13,
                                                  "color_border": "sample string 14",
                                                  "color_button": "sample string 15",
                                                  "color_font": "sample string 16",
                                                  "active": true,
                                                  "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                  "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                  "id_user_upd": "576ad9e5-0804-44af-a9e0-50b60476a3bd",
                                                  "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": "c3bc1039-8f33-49c2-a786-d01d177aeb82",
                                                      "id_line": 2,
                                                      "id_pay": "b4053ca1-46af-4e64-bd1f-12b86f62e1ea",
                                                      "id_money": "11fc3a2f-0796-49f2-b372-c786be2dccb4",
                                                      "coefficient": 5.1,
                                                      "id_voucher": "6b131d33-83fc-4b17-82b8-0742e48dec33",
                                                      "id_employee": "38b2cb7b-2cae-408c-8c22-321a78095848",
                                                      "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": "8d4c98f9-7fe4-4931-86ff-729104cd488b",
                                                      "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": "3506b51a-e342-45c0-9f70-25208bfef51f",
                                                        "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": "f67b1078-101c-4d2d-9503-bf6a3d92912c",
                                                        "name_pos": "sample string 12",
                                                        "id_image": "4f2ef57f-c59f-4f52-9035-0f397c92d5b7",
                                                        "view_pos": true,
                                                        "order": 14,
                                                        "color_border": "sample string 15",
                                                        "color_button": "sample string 16",
                                                        "color_font": "sample string 17",
                                                        "active": true,
                                                        "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                        "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                        "id_user_upd": "b253109f-ba9f-40fd-9e19-f9e9d84816ab",
                                                        "commited": true,
                                                        "mt_employees_branches": [
                                                          {
                                                            "$id": "23",
                                                            "id_employee": "7ae0bf4d-59b2-4cc3-8554-2ce13d6ae1e3",
                                                            "id_branch": "d9e81a29-f304-47c7-8b8f-9e9e9bfb209b",
                                                            "active": true,
                                                            "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                            "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                            "id_user_upd": "9e919a2f-f39c-4a0b-a3e6-ba911d9c5a94",
                                                            "commited": true,
                                                            "mt_branches": {
                                                              "$ref": "5"
                                                            },
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "23"
                                                          }
                                                        ],
                                                        "mt_employees_profiles": {
                                                          "$id": "24",
                                                          "id": "f42158cf-dab9-4164-91da-d13b0ac2d641",
                                                          "id_mask": "sample string 2",
                                                          "name": "sample string 3",
                                                          "description": "sample string 4",
                                                          "authorized": true,
                                                          "active": true,
                                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                          "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                          "id_user_upd": "d6fdd0fc-eef2-4905-902c-8cd5ceeac113",
                                                          "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": "229cb42b-947b-4bf3-ba41-66c49c03861e",
                                                            "id_line": 2,
                                                            "id_item_sub": "222349f3-cdb5-47be-b8ed-7dda33ce3d67",
                                                            "qty": 4.1,
                                                            "id_list": "946d0eb6-9806-476e-b794-c0c1ac40390c",
                                                            "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": "9d9e8b11-22a1-4615-adec-79a9063aa141",
                                                            "is_used": true,
                                                            "qty_vou": 1.1,
                                                            "amt_vou": 1.1,
                                                            "comment": "sample string 15",
                                                            "ref_det": "sample string 16",
                                                            "id_employee": "b2cde421-032d-44a4-b8e2-28157b0ef682",
                                                            "name_generic": "sample string 17",
                                                            "type_ope": 1,
                                                            "id_user_add": "54edea28-eda0-43ab-b61e-f5d93ab57422",
                                                            "id_user_upd": "f109666d-0353-4d28-978d-990e98443544",
                                                            "active": true,
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_items_sub": {
                                                              "$id": "26",
                                                              "id": "6fd85705-7d43-4412-b82d-e02a558e9d8a",
                                                              "id_item": "05026774-9b98-4010-9c00-0681beea0bbc",
                                                              "id_item_type": "22346bea-6bc0-413d-919b-c7f6c01eb37d",
                                                              "is_default": true,
                                                              "barcode": "sample string 5",
                                                              "voucher_apply": true,
                                                              "id_voucher_json": "12724cb7-07c7-4846-935c-551eb00faade",
                                                              "count_voucher": 1,
                                                              "id_voucher_type": 1,
                                                              "active": true,
                                                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                              "id_user_upd": "dc49e24f-1f5d-4326-8f57-7a7d81366efe",
                                                              "commited": true,
                                                              "mt_items": {
                                                                "$ref": "9"
                                                              },
                                                              "mt_items_formula": [
                                                                {
                                                                  "$id": "27",
                                                                  "id_item_sub": "cf032922-8a92-4a85-9a6c-fe7d50f61901",
                                                                  "id_item": "6a2c0033-7b1a-4ca7-bee8-28bbfa95efc5",
                                                                  "group_id": 3,
                                                                  "id_unit_ref": "841a111a-7ec4-4fe0-84ba-30e0e7880b7d",
                                                                  "qty_dis": 5,
                                                                  "mt_items": {
                                                                    "$ref": "9"
                                                                  },
                                                                  "mt_items_sub": {
                                                                    "$ref": "26"
                                                                  },
                                                                  "mt_units_ref": {
                                                                    "$id": "28",
                                                                    "id": "58b08845-549b-430d-8d4a-107d973047c4",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "coefficient": 4.1,
                                                                    "id_unit": "ef701fab-4f34-4a20-83d6-b0577c408ba8",
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "id_user_upd": "a6ef351d-0e4f-460c-903e-639fcc386f43",
                                                                    "commited": true,
                                                                    "mt_units": {
                                                                      "$id": "29",
                                                                      "id": "ac6cb312-7f7b-4669-95b8-85336699b19f",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "active": true,
                                                                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "id_user_upd": "f7d6a29c-d8a6-41f3-9eb8-347feb53bb70",
                                                                      "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": "19e0626e-394b-4f57-a165-9bf380f95c7b",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "name_short": "sample string 4",
                                                                "name_pos": "sample string 5",
                                                                "id_image": "d101f9fc-d7b1-4969-b36a-caac37bc51ab",
                                                                "view_pos": true,
                                                                "order": 7,
                                                                "color_border": "sample string 8",
                                                                "color_button": "sample string 9",
                                                                "color_font": "sample string 10",
                                                                "font_bold": true,
                                                                "font_underline": true,
                                                                "font_size": 13,
                                                                "active": true,
                                                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                "id_user_upd": "f80ef009-5a8d-44c1-a070-c07b92d64fa4",
                                                                "commited": true,
                                                                "tt_vouchers_det": [
                                                                  {
                                                                    "$id": "31",
                                                                    "id_voucher": "ffe5eb91-ee06-4103-bf09-6cc31c2fbbd5",
                                                                    "id_line": "349ad75c-6792-4fca-b77e-d95b50155474",
                                                                    "id_category": "14c1a3b4-7b52-4550-9910-465ca3d0a989",
                                                                    "id_item": "ea16c467-fb05-4717-874b-a5d59670ca8a",
                                                                    "id_item_type": "7dc40bc5-b5e6-4875-a9d3-12cd3712d4b7",
                                                                    "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": "607070f5-f597-4896-b276-662df73dc4c0",
                                                                      "id_voucher": 2,
                                                                      "locator_voucher": "sample string 3",
                                                                      "qr_code": "sample string 4",
                                                                      "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "date_end": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "date_used": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "date_sesion": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "id_employee": "3c50b744-062b-4c28-84e4-43c41fa2eb52",
                                                                      "id_branch": "fc5b9a25-5451-489d-9477-2b3817d1f71e",
                                                                      "id_voucher_permision": "3069979f-c9f8-4527-93ba-d01a013b2124",
                                                                      "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": "2108f98d-0669-4557-85d6-642afa29b83b",
                                                                      "id_user_add": "d62e1eae-ba7a-45b2-8a69-50ad0e45adab",
                                                                      "id_doc_sa": "07100f2f-af41-4012-8ede-138f26a649a3",
                                                                      "id_item_sub": "c755bcdb-c143-4e7b-84f4-dd43cbff7146",
                                                                      "id_pos_sesion": "ff6a69d1-2158-4d4b-a3ac-1ed8d0f5b11f",
                                                                      "is_authorized": true,
                                                                      "is_automatic": true,
                                                                      "print_in_branch": true,
                                                                      "printed": true,
                                                                      "is_entry": true,
                                                                      "is_consume": true,
                                                                      "is_used_entry": true,
                                                                      "is_used_consume": true,
                                                                      "is_close": true,
                                                                      "active": true,
                                                                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "last_update": "2026-05-09T09:34:14.9621405+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": "6c989174-2315-48d3-aa1a-952dde42a611",
                                                                        "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                                        "date_end": "2026-05-09T09:34:14.9621405+02:00",
                                                                        "date_used": "2026-05-09T09:34:14.9621405+02:00",
                                                                        "id_employee": "e5b2b3d2-ca9b-46df-b638-1f0b8158280d",
                                                                        "id_branch": "6f02a219-295b-44f7-8eb5-c435f6cdef11",
                                                                        "count": 6,
                                                                        "count_used": 1,
                                                                        "unlimited": true,
                                                                        "id_user_add": "046523c2-ff3f-4f76-9c9e-7b0102bf8844",
                                                                        "is_entry": true,
                                                                        "is_consume": true,
                                                                        "active": true,
                                                                        "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                        "last_update": "2026-05-09T09:34:14.9621405+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": "b4fef51d-0523-4d20-b146-44f0ebf4c9e0",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "date_end": "2026-05-09T09:34:14.9621405+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": "52c1b06d-9246-45b0-91d9-564ec4f027d5",
                                                                    "id_pos": "a15a96f2-5b69-4acd-989f-310103752778",
                                                                    "id_list": "c80849dd-f21f-4689-b7de-fc3d8c4400ed",
                                                                    "id_item": "36504240-e88b-4ca8-a135-969d6cca4acd",
                                                                    "id_item_type": "7ffaaad4-02f7-4d7b-ad54-413b412aa793",
                                                                    "id_category": "e2582263-ab43-426c-bb0d-42aa063414d7",
                                                                    "by_day_week": true,
                                                                    "use_mon": true,
                                                                    "use_tue": true,
                                                                    "use_wed": true,
                                                                    "use_thu": true,
                                                                    "use_fri": true,
                                                                    "use_sat": true,
                                                                    "use_sun": true,
                                                                    "use_hour_ini": "00:00:00.1234567",
                                                                    "use_hour_end": "00:00:00.1234567",
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "id_user_upd": "0d218091-00e4-4dd6-9ffc-2bbd3ceb5fc6",
                                                                    "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": "912bf883-a4fd-4713-a91d-a2c895274efb",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "id_ref": "927148e3-6908-436c-a3a4-f38e17404e5d",
                                                                      "tax_included": true,
                                                                      "switch_select": true,
                                                                      "item_type_default": 7,
                                                                      "name_pos": "sample string 8",
                                                                      "id_image": "8c4dd5c4-3abb-40e0-8859-8f4a59d9bd5b",
                                                                      "view_pos": true,
                                                                      "order": 10,
                                                                      "color_border": "sample string 11",
                                                                      "color_button": "sample string 12",
                                                                      "color_font": "sample string 13",
                                                                      "active": true,
                                                                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "id_user_upd": "b5876a42-8450-4404-893f-cae8854dbbc4",
                                                                      "commited": true,
                                                                      "mt_pos_prices_list": [
                                                                        {
                                                                          "$id": "36",
                                                                          "id_pos": "a9cf9fdb-9aa7-44f6-a595-41d5b635f614",
                                                                          "id_pos_type": "a5b23522-88ee-41a9-92fd-288a403fef24",
                                                                          "id_price_list": "a33486db-6448-463f-9a85-42712494bb01",
                                                                          "is_default": true,
                                                                          "view_mon": true,
                                                                          "view_tue": true,
                                                                          "view_wed": true,
                                                                          "view_thu": true,
                                                                          "view_fri": true,
                                                                          "view_sat": true,
                                                                          "view_sun": true,
                                                                          "active": true,
                                                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "id_user_upd": "3dc91af7-4e1b-489f-a3eb-82d4590c717b",
                                                                          "commited": true,
                                                                          "mt_pos_view": {
                                                                            "$id": "37",
                                                                            "id_pos": "ac96a6b5-3786-4bbf-8f48-58c66c2a646f",
                                                                            "id_pos_type": "74463ca4-0c3a-44e9-9a7c-c509b01f067e",
                                                                            "is_default": true,
                                                                            "active": true,
                                                                            "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                            "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                            "id_user_upd": "64a45f9b-dc31-4e37-9e1c-7a6c05503317",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "3"
                                                                            },
                                                                            "mt_pos_prices_list": [
                                                                              {
                                                                                "$ref": "36"
                                                                              },
                                                                              {
                                                                                "$ref": "36"
                                                                              }
                                                                            ],
                                                                            "mt_pos_types": {
                                                                              "$id": "38",
                                                                              "id": "6fd57df0-9b49-457c-a10e-ca2f492c9853",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "is_module": true,
                                                                              "order": 5,
                                                                              "active": true,
                                                                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                              "id_user_upd": "631acbc1-4be7-409d-9b21-eaba45ac6df6",
                                                                              "commited": true,
                                                                              "mt_items_featured": [
                                                                                {
                                                                                  "$id": "39",
                                                                                  "id": "7670808c-3bd6-4e8a-8f83-2ce8fa5731c1",
                                                                                  "id_branch": "a1906c51-e41e-4cd6-867c-596268b4894a",
                                                                                  "id_pos_type": "485243fc-10de-4d26-98a8-8d553c4a5dec",
                                                                                  "id_pos": "bb3a1ad9-579d-453d-b183-cb3a203e2d9d",
                                                                                  "id_item": "26678b84-6a73-4aac-aea7-e21a0160ce5c",
                                                                                  "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                                                  "date_end": "2026-05-09T09:34:14.9621405+02:00",
                                                                                  "image_id": 4,
                                                                                  "active": true,
                                                                                  "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                                  "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                                  "id_user_upd": "8ff4347e-526f-48be-b2e0-2f1e850be17c",
                                                                                  "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": "9e047c29-f097-4d46-8424-bb2027aad719",
                                                                                  "id_doc": "372df36c-ed6b-40a6-9e53-b5360e745dda",
                                                                                  "id_pos_type": "b2127af0-5dc1-4d0e-8bdf-d5ad02ffb35a",
                                                                                  "id_doc_print": "2f5bd5d2-e33e-4808-8ad1-9fba5815b9b7",
                                                                                  "copies": 5,
                                                                                  "print_mode": 6,
                                                                                  "active": true,
                                                                                  "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                                  "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                                  "id_user_upd": "70e1b397-7fea-4ec6-9bd5-473d5b65bcff",
                                                                                  "commited": true,
                                                                                  "mt_docs": {
                                                                                    "$ref": "15"
                                                                                  },
                                                                                  "mt_pos_print": {
                                                                                    "$id": "41",
                                                                                    "id": "832746fd-5866-4df5-bbd9-792019a105c6",
                                                                                    "id_pos": "4da15877-902d-46d4-bf01-9678eabfdb27",
                                                                                    "id_mask": "sample string 3",
                                                                                    "name": "sample string 4",
                                                                                    "mode_print": 5,
                                                                                    "port": "sample string 6",
                                                                                    "baud_rate": 1,
                                                                                    "data_bits": 1,
                                                                                    "stop_bit": 1,
                                                                                    "flow_control": 1,
                                                                                    "parity": 1,
                                                                                    "pin_cashdrawer": 1,
                                                                                    "ip_printer": "sample string 7",
                                                                                    "port_ip": 1,
                                                                                    "printer_name": "sample string 8",
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                                    "id_user_upd": "9c67096b-511d-4340-90c3-ab9a485bf766",
                                                                                    "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": "06f545e0-bc8d-42f3-9d91-740f8556547c",
                                                                                    "id_mask": "sample string 2",
                                                                                    "name": "sample string 3",
                                                                                    "description": "sample string 4",
                                                                                    "high_row": 5,
                                                                                    "high_doc": 6,
                                                                                    "with_doc": 7,
                                                                                    "to_file": true,
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                                    "commited": true,
                                                                                    "mt_pos_doc_print": [
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "40"
                                                                                      }
                                                                                    ],
                                                                                    "st_doc_print_det": [
                                                                                      {
                                                                                        "$id": "43",
                                                                                        "id_doc_print": "ee8e8bdd-0a7b-4e70-a211-9f4809da44c9",
                                                                                        "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": "b19454bb-7c3b-45e4-9746-acb2cb182e41",
                                                                          "id_item_sub": "0aa7e906-ef6e-4604-a391-3b7fc282573f",
                                                                          "validity_date": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "price": 4.1,
                                                                          "active": true,
                                                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "id_user_upd": "5d060c3c-7901-4f41-9246-01bb5c2cbaaf",
                                                                          "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": "ca2d8c3a-dc0f-445f-bf25-90e580cfaaea",
                                                                          "id_mask": "sample string 2",
                                                                          "name": "sample string 3",
                                                                          "description": "sample string 4",
                                                                          "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "date_end": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "id_branch": "fa695370-80f9-4c90-a49a-ea51f61e7445",
                                                                          "id_pos": "f5b4f4ed-9e2e-4513-8463-58aa6517ba8b",
                                                                          "id_list": "9b9ff5e7-daee-4954-bf5c-3e587aa6eda2",
                                                                          "view_list": true,
                                                                          "is_default": true,
                                                                          "active": true,
                                                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                          "id_user_upd": "8b7af69d-3244-4366-8547-b1de772d3440",
                                                                          "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": "d40fb254-1739-4b95-bc7e-65e48f53e8a3",
                                                                    "order_id": 2,
                                                                    "id_item": "8c9ca46c-dadf-4a2d-b7a9-41a1013befc1",
                                                                    "id_item_type": "8b0b85cc-91b4-4f36-9246-a4d33fce9ce8",
                                                                    "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": "e1143fda-1416-43f3-b253-5386611b4c27",
                                                                    "type_item": 11,
                                                                    "id_voucher_json": "f97fa4d8-f442-44cb-a789-7d5115d34428",
                                                                    "count_voucher": 1,
                                                                    "id_category": "d464c179-6002-462d-a0dd-9566d166c7bd",
                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "id_user_upd": "10302b2e-4aef-4bdd-b1e4-8ae12cda6533",
                                                                    "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": "8c95dff2-a454-4c59-864a-2fd54ade99a8",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "json": "sample string 5",
                                                                "id_pay_type": "18ed1012-9fa8-44eb-ad9c-e0a70ae59a8e",
                                                                "id_doc_print": "958ffa25-7793-4921-b77f-97fdb79e04c7",
                                                                "hour_end": "00:00:00.1234567",
                                                                "price_item_sub": true,
                                                                "define_validity": true,
                                                                "price_ref": true,
                                                                "price_min": 11.1,
                                                                "supply_apply": 12,
                                                                "active": true,
                                                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                "last_update": "2026-05-09T09:34:14.9621405+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": "4980fa60-b1c8-4751-a34b-2739596ce38b",
                                                                "id_line": 2,
                                                                "id_item": "4647a53d-97f7-4db0-a405-c748414de371",
                                                                "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": "5cfbb3cb-670a-40ea-accf-7cbf23471c58",
                                                            "id_room_unit": "e6ad39e2-cad3-4601-965e-72eaae4c8f3b",
                                                            "id_room_list": "21286228-01d8-43e4-84c3-57ceb4c067d1",
                                                            "nro_res_ext": "sample string 3",
                                                            "date_reserved": "2026-05-09T09:34:14.9621405+02:00",
                                                            "date_from": "2026-05-09T09:34:14.9621405+02:00",
                                                            "date_end": "2026-05-09T09:34:14.9621405+02:00",
                                                            "date_open": "2026-05-09T09:34:14.9621405+02:00",
                                                            "date_close": "2026-05-09T09:34:14.9621405+02:00",
                                                            "id_employee": "15e2b173-27ec-489a-ab48-81e841234387",
                                                            "id_employee_sec": "f398c979-1d32-48d7-87a5-ebda5c47dae3",
                                                            "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": "15a47ad9-0f82-44a3-841a-6bc546012d30",
                                                            "comment": "sample string 7",
                                                            "id_user_open": "5366521a-8660-40bd-8ba6-78c51f09f15c",
                                                            "id_user_close": "895356d5-b792-4ede-a716-cc9043e77538",
                                                            "id_unit_state": "91a5c7d2-fb27-4d2c-9a18-16a5a09bea67",
                                                            "id_pos_sesion": "d098ee74-7a5c-474c-972b-770cff0f795b",
                                                            "vip": true,
                                                            "paid": true,
                                                            "send": true,
                                                            "send_date": "2026-05-09T09:34:14.9621405+02:00",
                                                            "active": true,
                                                            "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                            "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                            "commited": true,
                                                            "mt_employees": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_employees1": {
                                                              "$ref": "22"
                                                            },
                                                            "mt_rooms_units": {
                                                              "$id": "50",
                                                              "id": "751ec1ed-a642-497f-82ee-79128bba3a06",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "name_label": "sample string 4",
                                                              "name_zone": "sample string 5",
                                                              "order": 6,
                                                              "id_room": "99aeceac-1463-47f7-8ce7-f5f8220b0de3",
                                                              "pax": 8,
                                                              "pos_x": 9,
                                                              "pos_y": 10,
                                                              "size_w": 1,
                                                              "size_h": 1,
                                                              "in_map": true,
                                                              "reserved_on": true,
                                                              "id_room_type": "9a0a49f8-efd7-414b-bcfa-3f8e5f951ba5",
                                                              "locked": true,
                                                              "date_locked": "2026-05-09T09:34:14.9621405+02:00",
                                                              "comment_locked": "sample string 15",
                                                              "active": true,
                                                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                              "id_user_upd": "747f866e-c522-418e-8d1f-02c5b15111e8",
                                                              "commited": true,
                                                              "mt_rooms": {
                                                                "$id": "51",
                                                                "id": "b85699a5-3b69-4ccc-89be-268b9c36af22",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "id_branch": "2f3eebf6-2999-4250-b6df-dc4c4341b772",
                                                                "name_pos": "sample string 6",
                                                                "id_image": "405485a0-4401-4495-afbe-d71a521ecf2c",
                                                                "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": "94e79f12-400d-480f-baf8-7956117ffe49",
                                                                "refresh_status": true,
                                                                "active": true,
                                                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                "id_user_upd": "ad38c817-32ed-4cee-8f96-ed05e30ac659",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "5"
                                                                },
                                                                "mt_pos_rooms": [
                                                                  {
                                                                    "$id": "52",
                                                                    "id_pos": "97843f5f-985e-49bd-a475-c92ea695937a",
                                                                    "id_room": "1e42424f-3aa6-4f2a-be97-5d711927deec",
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "id_user_upd": "c0d5414a-e4ab-42e3-b535-2bdf284ede98",
                                                                    "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": "ef0596e8-2964-4220-ab21-2273dd75eef4",
                                                                    "id_room": "b3997502-6530-4496-a100-05160604a221",
                                                                    "date_in": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "date_out": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "id_user_add": "9bc6c343-7355-438c-b759-642ed8dcb5c4",
                                                                    "from_reservation": "sample string 5",
                                                                    "pax": 6,
                                                                    "status": 7,
                                                                    "comment": "sample string 8",
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "last_update": "2026-05-09T09:34:14.9621405+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": "471a583f-ee22-4392-ba5d-693b78fb70c6",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "high": 5,
                                                                "width": 6,
                                                                "active": true,
                                                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                "id_user_upd": "777197f1-63ce-4002-9f8b-7f04fac71bc4",
                                                                "commited": true,
                                                                "mt_rooms_units": [
                                                                  {
                                                                    "$ref": "50"
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "mt_rooms_units_states_types": [
                                                                  {
                                                                    "$id": "55",
                                                                    "id_room_type": "034e9a5c-ca1b-49a2-8150-3fb86ba32235",
                                                                    "id_room_state": "12dd8c2d-765e-4080-8d45-e261e328a2de",
                                                                    "id_image": "91bb8e1f-3338-4521-85bd-e6279e8179a2",
                                                                    "color_font": "sample string 4",
                                                                    "font_bold": true,
                                                                    "font_underline": true,
                                                                    "font_size": 7,
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                    "id_user_upd": "03501f9a-a84d-4106-8800-6f91666640d5",
                                                                    "commited": true,
                                                                    "mt_rooms_units_states": {
                                                                      "$id": "56",
                                                                      "id": "1e5d0d3e-5e67-41f3-9600-9872a12388d2",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "color": "sample string 5",
                                                                      "active": true,
                                                                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                                                      "id_user_upd": "23263485-7db9-40e2-901d-e25b28a40f05",
                                                                      "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": "b58ca9c7-5d66-4b17-b7ad-5518dd223d89",
                                          "id_doc": "01e4ab9d-9389-40d5-ac1b-e6a27ceaa1cd",
                                          "value": 3,
                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                          "last_update": "2026-05-09T09:34:14.9621405+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": "730b5c82-fa52-4af0-b52c-a905a8c5c7e0",
                                          "id_pos": "d5d6a859-06d7-4bb5-b96b-f95325aa033f",
                                          "id_doc": "71f703e3-c074-4a8f-b1ae-78a9f155acbe",
                                          "id_branch": "a5f57496-6953-45a8-ad92-56a7878852e7",
                                          "nro_doc": "sample string 5",
                                          "date_doc": "2026-05-09T09:34:14.9621405+02:00",
                                          "block": true,
                                          "nro_original": "sample string 8",
                                          "id_ref": "e57d4375-3c95-4ae9-a51b-238531bddfcd",
                                          "id_loc_from": "0326eeef-0d12-4f07-abb0-92bcfaf28cf1",
                                          "id_loc_end": "b7ff8742-ec97-4fda-a1a4-5a51f1376639",
                                          "id_user_add": "cf44287b-9986-4964-897f-e23dc3147449",
                                          "id_user_upd": "266e421c-b4b9-40fe-93d5-9b7c7e63c25d",
                                          "id_pos_sesion": "a0669806-be21-4735-83f2-16c6eab130ff",
                                          "comment": "sample string 12",
                                          "status": 1,
                                          "is_send": true,
                                          "date_send": "2026-05-09T09:34:14.9621405+02:00",
                                          "active": true,
                                          "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                          "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                          "commited": true,
                                          "mt_branches": {
                                            "$ref": "5"
                                          },
                                          "mt_docs": {
                                            "$ref": "15"
                                          },
                                          "mt_locations": {
                                            "$id": "59",
                                            "id": "ee27b7c5-37bc-4ec8-b197-eb8dd534671a",
                                            "id_mask": "sample string 2",
                                            "name": "sample string 3",
                                            "description": "sample string 4",
                                            "reserved": true,
                                            "id_branch": "ae9591e1-3c4f-480d-b24e-b1af5d361770",
                                            "active": true,
                                            "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                            "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                            "id_user_upd": "b3d2cb3e-954a-4ac0-9d4d-26d41229d1eb",
                                            "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": "f46b85be-0d32-4810-9d72-c8b458887ea0",
                                                "id_item": "dd8dd2d7-eeea-4ffe-aa62-9979659cd0a3",
                                                "stock_ideal": 3.1,
                                                "stock_min": 4.1,
                                                "stock_max": 5.1,
                                                "stock": 6.1,
                                                "active": true,
                                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                                "last_update": "2026-05-09T09:34:14.9621405+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": "79af352a-b22b-4c21-b6ed-2cb9c004a862",
                                              "id_line": 2,
                                              "id_item": "2bc7337f-347a-4ab3-bbee-f683ee1d3736",
                                              "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": "a72b4d2d-6026-4472-ace7-09254516a35b",
                                        "spool_server": "sample string 2",
                                        "id_doc_sa": "282446a0-ba6b-4ca5-b0a2-06ae721dd484",
                                        "spool_printer": "sample string 4",
                                        "count": 5,
                                        "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                        "printed": true,
                                        "print_on": "2026-05-09T09:34:14.9621405+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": "2bd5fd93-75a3-40f0-a824-03ea55930b59",
                              "id_function": "368fb0f6-6747-4cc6-98cf-351650803881",
                              "id_user": "d1f5aed8-c761-4a72-8b98-79d80312b571",
                              "id_profile": "50dad723-f3b6-42c9-9950-27915e4c88cf",
                              "permission": 3,
                              "active": true,
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                              "commited": true,
                              "st_users_profiles": {
                                "$id": "64",
                                "id": "e6b86997-060e-4ae6-a3bd-1e2f8a1a968a",
                                "id_mask": "sample string 2",
                                "name": "sample string 3",
                                "description": "sample string 4",
                                "is_pass_required": true,
                                "is_admin": true,
                                "level_id": 7,
                                "order_1": 8,
                                "order_2": 9,
                                "order_3": 10,
                                "order_4": 11,
                                "is_tips": true,
                                "is_view_all": true,
                                "active": true,
                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                "commited": true,
                                "st_permisions": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "st_users": [
                                  {
                                    "$ref": "11"
                                  },
                                  {
                                    "$ref": "11"
                                  }
                                ],
                                "tt_cmd_connection": [
                                  {
                                    "$id": "65",
                                    "id": "fac9f7c0-38b9-420e-a42f-a7409a7e7c33",
                                    "id_user": "bd34952d-5e02-49ee-bbf6-6527ffc10012",
                                    "id_user_profile": "e0381aa4-9d58-4d1c-a4d9-2ed3ec256320",
                                    "locator": "sample string 4",
                                    "date_end": "2026-05-09T09:34:14.9621405+02:00",
                                    "id_pos_sesion": "4393030c-872a-456f-97fe-e1cbdecf9e90",
                                    "date_login": "2026-05-09T09:34:14.9621405+02:00",
                                    "date_logout": "2026-05-09T09:34:14.9621405+02:00",
                                    "terminal_id": "sample string 6",
                                    "terminal_type": "sample string 7",
                                    "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                    "last_update": "2026-05-09T09:34:14.9621405+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": "9eadc754-a52f-44b6-95bc-27d186ea8380",
                                "id_mask": "sample string 2",
                                "name": "sample string 3",
                                "description": "sample string 4",
                                "level_id": 5,
                                "id_group": "270a5c40-0238-4f00-b8c3-c9abe08b271f",
                                "name_event": "sample string 7",
                                "name_pos": "sample string 8",
                                "id_image": "af0cef23-2c85-4f86-8eb8-9710df1d496b",
                                "view_pos": true,
                                "order": 10,
                                "color_border": "sample string 11",
                                "color_button": "sample string 12",
                                "color_font": "sample string 13",
                                "font_bold": true,
                                "font_underline": true,
                                "font_size": 16,
                                "active": true,
                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                "commited": true,
                                "st_functions_groups": {
                                  "$id": "67",
                                  "id": "4a074e6a-36c0-4df9-b774-d9b8e75a834a",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "description": "sample string 4",
                                  "active": true,
                                  "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                  "last_update": "2026-05-09T09:34:14.9621405+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": "dfbf4e40-70ea-488b-8ccf-a45590744935",
                              "id_pos": "fb7ca797-3fad-4b4f-8939-cef84c7ba7e6",
                              "mac_address": "sample string 3",
                              "date_end": "2026-05-09T09:34:14.9621405+02:00",
                              "key_access": "sample string 5",
                              "id_user_add": "fb8a6ecf-921e-440a-903b-ea1caf00c7b4",
                              "active": true,
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "68"
                            }
                          ],
                          "st_users_pos": [
                            {
                              "$id": "69",
                              "id_user": "976c3808-d253-4493-ae09-ce4e2dbba01e",
                              "id_pos": "2c512d44-7701-4d17-825d-c19487076625",
                              "pass_required": true,
                              "active": true,
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "69"
                            }
                          ],
                          "st_users_token": [
                            {
                              "$id": "70",
                              "id": "1fc58ce8-554e-49d9-8a0e-112ac105ea1f",
                              "token_id": "sample string 2",
                              "id_user": "395b0de8-1892-455e-a7f2-f538388d3dfd",
                              "date_from": "2026-05-09T09:34:14.9621405+02:00",
                              "date_end": "2026-05-09T09:34:14.9621405+02:00",
                              "created_on": "2026-05-09T09:34:14.9621405+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": "7e78c5e3-078f-4fbf-9a82-38153f855690",
                              "id_user_add": "c150c1e7-4514-43c5-a281-3e25d64460ce",
                              "id_table": "ac039eab-3c4e-4227-9ad3-2dd6e29f7bcc",
                              "message_log": "sample string 3",
                              "json_object": "sample string 4",
                              "log_type": "sample string 5",
                              "id_pos": "84c0dbdd-b253-44b9-be0e-f4e7579217c4",
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "commited": true,
                              "mt_pos": {
                                "$ref": "3"
                              },
                              "st_sync_tables": {
                                "$id": "72",
                                "id": "c90db645-1959-458a-a5fa-a7951b4e0cf4",
                                "level": 2,
                                "order": 3,
                                "name": "sample string 4",
                                "log_ins": true,
                                "log_upd": true,
                                "packet_forward": true,
                                "active": true,
                                "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                "last_update": "2026-05-09T09:34:14.9621405+02:00",
                                "commited": true,
                                "st_sync_packages_det": [
                                  {
                                    "$id": "73",
                                    "id": "cceb9799-d19a-4bda-828b-2027aa95da85",
                                    "id_sync": "83dd5dd9-2d7c-4f57-baeb-3e8e865f9404",
                                    "json": "sample string 3",
                                    "id_table": "0f4d8d5f-085b-4121-99fa-ba867b81f10b",
                                    "order": 5,
                                    "st_sync_packages": {
                                      "$id": "74",
                                      "id": "f96cc877-7bb9-4bb0-b117-871a98890709",
                                      "id_branch_from": "965e4b22-3a40-4c9b-bc80-b4df8d27f263",
                                      "id_branch_to": "5827ec44-23b3-408d-92e0-adab941f6df2",
                                      "type": 4,
                                      "created_on": "2026-05-09T09:34:14.9621405+02:00",
                                      "order": 6,
                                      "status": 7,
                                      "log_info": "sample string 8",
                                      "sync_on": "2026-05-09T09:34:14.9621405+02:00",
                                      "send_on": "2026-05-09T09:34:14.9621405+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": "5d959f46-a7d6-49dd-b87d-91d7024ad641",
                              "id_room_activity": "75268ff5-52dd-4121-a00c-f77c9e423289",
                              "id_pos_sesion": "5a2a3fc4-721a-4e24-90e2-89c50d3fba7a",
                              "log_text": "sample string 4",
                              "id_user": "68026dc6-cf3c-4ab6-8fd6-1bf8e257af99",
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "commited": true,
                              "st_users": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "75"
                            }
                          ],
                          "tt_tips_users": [
                            {
                              "$id": "76",
                              "id_tip": "4df3be7b-0a15-480d-9807-6f3d7497ef4e",
                              "id_user": "2ea49f40-65c1-4c79-a87d-db5fd651074b",
                              "amt_card": 1.1,
                              "amt_cash": 1.1,
                              "type_share": 3,
                              "active": true,
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+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": "7a493c86-d2e0-4b30-b018-74614987ad74",
                              "id_user": "abfec151-bb27-4925-9d84-ee97824670bb",
                              "date_add": "2026-05-09T09:34:14.9621405+02:00",
                              "distribution_index": 1.1,
                              "active": true,
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+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": "d17c37b1-2ed9-4093-8c80-bfc064f0d224",
                              "id_user": "91597508-baa8-44b3-9b63-2ed842c83dc5",
                              "date_add": "2026-05-09T09:34:14.9621405+02:00",
                              "destiny_type": 4,
                              "id_key": "a3738c43-0f35-48e8-af64-8a2f73764c51",
                              "message": "sample string 6",
                              "message_view": true,
                              "date_view": "2026-05-09T09:34:14.9621405+02:00",
                              "id_pos_sesion": "58252fcb-2d7b-41a6-bd06-164db5b79174",
                              "terminal_add": "sample string 9",
                              "created_on": "2026-05-09T09:34:14.9621405+02:00",
                              "last_update": "2026-05-09T09:34:14.9621405+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": "95016d89-36a2-4da4-b232-368b7829d73c",
              "id_mask": "sample string 2",
              "name": "sample string 3",
              "description": "sample string 4",
              "active": true,
              "created_on": "2026-05-09T09:34:14.9621405+02:00",
              "last_update": "2026-05-09T09:34:14.9621405+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": "3dcd72db-d6d3-49fe-9c60-5baf944f0d97",
              "exercise_id": 2,
              "period_id": 3,
              "date_from": "2026-05-09T09:34:14.9621405+02:00",
              "date_end": "2026-05-09T09:34:14.9621405+02:00",
              "state": "sample string 6",
              "created_on": "2026-05-09T09:34:14.9621405+02:00",
              "last_update": "2026-05-09T09:34:14.9621405+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": "c96287c7-d171-4395-a1a0-c6f79f68b92c",
          "id_pos": "a3fa5eb3-c98d-4353-b047-866ab3c37cdc",
          "date_add": "2026-05-09T09:34:14.9621405+02:00",
          "date_upd": "2026-05-09T09:34:14.9621405+02:00",
          "date_out": "2026-05-09T09:34:14.9621405+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": "e0b61337-a1f5-473f-a965-da7979f44a2b",
          "id_pos": "70760ff5-ce2b-40a5-9eb0-7ed8c95797db",
          "name": "sample string 3",
          "description": "sample string 4",
          "value": "sample string 5",
          "type": "sample string 6",
          "last_update": "2026-05-09T09:34:14.9621405+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": "a7700be4-d9e8-4fa5-a08c-739e40aa82ec",
        "json_object": "sample string 2",
        "json_pays": "sample string 3",
        "id_pos_sesion": "24e8057e-0c5f-4fb7-8aec-d79a88e1bade",
        "type_pay": 5,
        "module": "sample string 6",
        "process": true,
        "json_cloackrooms": "sample string 8",
        "multi_select": 9,
        "terminal_name": "sample string 10",
        "created_on": "2026-05-09T09:34:14.9621405+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"
    }
  ]
}