POST api/tt_doc_sa/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": "18241d94-8831-40be-8628-98e168e24b62",
  "id_room_unit": "f9f8b1e8-bed1-4ff5-9e2a-af1560cec4ab",
  "print_doc": true,
  "all_items": true,
  "id_user_add": "79631096-b15c-4575-8c3f-36aa8013f050",
  "external_user": "sample string 8",
  "doc_sa_det_new": [
    {
      "$id": "2",
      "id_item_sub": "23bd9524-e55b-48b1-be59-008fba013f09",
      "qty_det": 2.1,
      "price_custom": 3.1,
      "id_price_list": "c27033b1-3023-47ec-9b9b-6e166d81863c",
      "tax": 5.1,
      "cmd_data": {
        "$id": "3",
        "type": "sample string 1",
        "id_doc_sa_origin": "743ff887-39b8-4050-b635-5b8c3dd1dc1a",
        "id_line": 3
      }
    },
    {
      "$ref": "2"
    }
  ],
  "doc_sa_pay_new": [
    {
      "$id": "4",
      "id_pay": "b2d69212-2535-420f-b86b-ea43fd790bc3",
      "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

doc_sa_external_response
NameDescriptionTypeAdditional information
success

boolean

None.

message

string

None.

affected_docs

Collection of globally unique identifier

None.

created_doc

tt_doc_sa

None.

Response Formats

application/json, text/json

Sample:
{
  "success": true,
  "message": "sample string 2",
  "affected_docs": [
    "2b4f252c-b4ae-4026-a933-57c905c1a9bf",
    "3070dc7f-ac41-46b7-a9ba-5115e7e23ca5"
  ],
  "created_doc": {
    "$id": "2",
    "id": "24691b0e-94e8-4ade-9f45-7e58d11019af",
    "id_pos": "98d062ae-94e8-4043-a0ba-2696487a5e58",
    "id_doc": "baad6093-f8c0-42f7-bad0-33453ac70291",
    "id_branch": "fa6661af-7015-42df-9ac2-72e3e2ae9176",
    "nro_doc": "sample string 5",
    "date_doc": "2026-05-09T09:35:09.8788932+02:00",
    "date_tax": "2026-05-09T09:35:09.8788932+02:00",
    "hour_doc": "00:00:00.1234567",
    "block": true,
    "id_ref": "08c6e273-947e-4bb6-9313-ed7038188939",
    "id_relationship": "65929b74-79cf-43dd-bf98-68b9ffbb423d",
    "id_loc_from": "50bc4ec9-eab3-430b-897e-8c59be09fc90",
    "id_loc_end": "d1867265-1994-4696-aa98-7a91abf7d6d0",
    "id_user_add": "131e08b6-5807-4dda-ba21-b7ceb584e8f4",
    "id_user_upd": "b9a2146e-f490-4a4a-99ac-6fb1607da792",
    "comment": "sample string 12",
    "id_pos_sesion": "92dc390c-7ebc-479f-a2b3-6c27895cff6e",
    "id_room_unit": "12ff042c-f8a9-4353-b707-04122f4beb12",
    "ref_locator": "sample string 13",
    "ref_zone_aut": "sample string 14",
    "id_pos_type": "d32e855e-2708-4e04-b3ea-ddb21d6d0169",
    "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:35:09.8788932+02:00",
    "last_update": "2026-05-09T09:35:09.8788932+02:00",
    "commited": true,
    "created_by": 1,
    "doc_print": true,
    "mt_branches": {
      "$id": "3",
      "id": "5fff2a91-cd24-4da2-8ae3-9b2206c2cefc",
      "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": "8fce0dfd-894b-418b-b520-6da10a08a456",
      "order": 12,
      "external_id": "sample string 13",
      "sync": true,
      "active": true,
      "created_on": "2026-05-09T09:35:09.8788932+02:00",
      "last_update": "2026-05-09T09:35:09.8788932+02:00",
      "id_user_upd": "61c86f24-e1c1-414b-b4da-41be86c20eb3",
      "commited": true,
      "st_images": {
        "$id": "4",
        "id": "67bcbe33-4b0e-485c-a4a5-3b84a4bb6919",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "id_img_type": "7bb9d71c-ebda-4503-84ba-e697ea3df6d8",
        "image_file": "sample string 5",
        "extension": "sample string 6",
        "high": 1,
        "width": 1,
        "active": true,
        "created_on": "2026-05-09T09:35:09.8788932+02:00",
        "last_update": "2026-05-09T09:35:09.8788932+02:00",
        "commited": true,
        "mt_branches": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "mt_categories": [
          {
            "$id": "5",
            "id": "8e00b014-f0b3-4626-9c42-78a5d0d4d59b",
            "id_mask": "sample string 2",
            "name": "sample string 3",
            "description": "sample string 4",
            "id_item_type": "dfa91cea-96cb-47a5-8ba5-4856c28249cd",
            "order_type": 5,
            "name_pos": "sample string 6",
            "id_image": "348bb0d0-a635-42b7-9042-bf4b242fceb7",
            "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:35:09.8788932+02:00",
            "last_update": "2026-05-09T09:35:09.8788932+02:00",
            "id_user_upd": "1ce02ea5-ae44-4397-b0c8-f7a9c180c71b",
            "commited": true,
            "mt_categories_items": [
              {
                "$id": "6",
                "id_category": "c1746654-275b-4681-893d-8f1fd7918321",
                "id_item": "bd88fd16-7165-4700-9027-b802920a3644",
                "is_default": true,
                "active": true,
                "created_on": "2026-05-09T09:35:09.8788932+02:00",
                "last_update": "2026-05-09T09:35:09.8788932+02:00",
                "id_user_upd": "02f1dbc0-b90d-4802-9ee7-06c705354a8b",
                "commited": true,
                "mt_categories": {
                  "$ref": "5"
                },
                "mt_items": {
                  "$id": "7",
                  "id": "553c3319-0de6-440d-981b-c2e67dec886d",
                  "id_mask": "sample string 2",
                  "name": "sample string 3",
                  "description": "sample string 4",
                  "id_unit": "4af0d918-ee03-4626-a567-ffcb08e4625a",
                  "id_unit_sec": "df94c44e-71cb-4a25-a048-57aace5d3cfb",
                  "id_brand": "c0837eb9-eb54-4dc5-8e57-81ebf19c4357",
                  "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": "a8d597fd-4299-4ac2-9693-c0af2c9367f1",
                  "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:35:09.8788932+02:00",
                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                  "id_user_upd": "56de2c7f-c11d-4ef3-82a0-ab146086216b",
                  "commited": true,
                  "mt_brands": {
                    "$id": "8",
                    "id": "3ea4856a-d785-4a86-95a5-668ebf5f12cc",
                    "id_mask": "sample string 2",
                    "name": "sample string 3",
                    "active": true,
                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                    "id_user_upd": "672fe3bf-9ed4-4435-b37d-4a9f3e7aa1b3",
                    "commited": true,
                    "mt_items": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ],
                    "st_users": {
                      "$id": "9",
                      "id": "cac303df-4df2-486b-9dd6-d5655b472059",
                      "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": "1977aa70-6165-4139-91a9-88c4f67e1e41",
                      "view_messages": true,
                      "id_image_photo": "6aec5e31-4765-4494-a49e-a4a55351ecbf",
                      "reserved": true,
                      "pos_access": true,
                      "back_access": true,
                      "name_pos": "sample string 13",
                      "id_image": "1fcd239c-7a8f-4969-ab5d-32c6b3fbb167",
                      "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:35:09.8788932+02:00",
                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                      "commited": true,
                      "mt_branches": [
                        {
                          "$ref": "3"
                        },
                        {
                          "$ref": "3"
                        }
                      ],
                      "mt_branches_zones": [
                        {
                          "$id": "10",
                          "id": "2da1d582-20bb-446e-8e64-e0280bca7741",
                          "id_mask": "sample string 2",
                          "name": "sample string 3",
                          "description": "sample string 4",
                          "id_branch": "04e0da2d-688b-4b9c-8de4-f93267484416",
                          "active": true,
                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                          "id_user_upd": "0212bca1-d97b-409c-b693-3f3461b685ec",
                          "commited": true,
                          "mt_branches": {
                            "$ref": "3"
                          },
                          "mt_pos": [
                            {
                              "$id": "11",
                              "id": "bc7855d2-649c-46ae-9260-5358f51345f4",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "description": "sample string 4",
                              "id_branch": "3e71934e-9220-48c6-9736-d6bb1d573018",
                              "id_zone": "10af9ca4-4c55-4ea9-9483-8207ea36133b",
                              "user_required": true,
                              "active": true,
                              "created_on": "2026-05-09T09:35:09.8788932+02:00",
                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                              "id_user_upd": "b43b7d56-830e-41dc-bdf5-7df2999aa773",
                              "commited": true,
                              "mt_branches_zones": {
                                "$ref": "10"
                              },
                              "mt_cloakrooms": [
                                {
                                  "$id": "12",
                                  "id": "20c4c9eb-0085-4789-a1ad-ae054e265ec4",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "id_pos": "bea1519a-f9ed-456d-a401-0858510f0474",
                                  "unit_ini": 5,
                                  "unit_end": 6,
                                  "name_pos": "sample string 7",
                                  "id_image": "cc125128-3de4-4416-b1ba-3b4a043b18d4",
                                  "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:35:09.8788932+02:00",
                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                  "id_user_upd": "aca5aabb-4efc-4c0b-8cce-a4219d350b20",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "11"
                                  },
                                  "st_images": {
                                    "$ref": "4"
                                  },
                                  "st_users": {
                                    "$ref": "9"
                                  },
                                  "tt_cloakrooms_units": [
                                    {
                                      "$id": "13",
                                      "id": "bcfb6360-8dfc-4c87-bed7-0fcc59ec8012",
                                      "id_cloakroom": "546f6465-a2c0-4358-8ab0-d1ddd3e90ce0",
                                      "id_pos_sesion": "3a169ea5-ac36-40a1-a305-9a8ee6c3fde9",
                                      "unit_id": 4,
                                      "date_open": "2026-05-09T09:35:09.8788932+02:00",
                                      "date_close": "2026-05-09T09:35:09.8788932+02:00",
                                      "id_doc_sa": "93552c1e-62fe-4fd9-99ea-2d07eb36f83c",
                                      "commited": true,
                                      "mt_cloakrooms": {
                                        "$ref": "12"
                                      },
                                      "tt_doc_sa": {
                                        "$ref": "2"
                                      },
                                      "tt_pos_sesion": {
                                        "$id": "14",
                                        "id": "2a3a9669-9c82-40e7-a7b9-dbc57b15476e",
                                        "nro_sesion": 2,
                                        "id_pos": "a43f6636-4ee3-46ee-9f21-bed6b387a7a2",
                                        "date_tax": "2026-05-09T09:35:09.8788932+02:00",
                                        "date_open": "2026-05-09T09:35:09.8788932+02:00",
                                        "date_close": "2026-05-09T09:35:09.8788932+02:00",
                                        "id_user_open": "ffebc4ac-8765-455c-8eaa-252238feba3e",
                                        "id_user_close": "97b29fda-e01a-4547-8bfd-83b13cc46178",
                                        "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:35:09.8788932+02:00",
                                        "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                        "commited": true,
                                        "mt_pos": {
                                          "$ref": "11"
                                        },
                                        "tt_cloakrooms_units": [
                                          {
                                            "$ref": "13"
                                          },
                                          {
                                            "$ref": "13"
                                          }
                                        ],
                                        "tt_items_customs": [
                                          {
                                            "$id": "15",
                                            "id": "8f20a32a-3f82-40f5-8089-b6f40e2f21aa",
                                            "order_id": 2,
                                            "id_item": "f80a8b0d-8b63-4a44-a391-0e1f495bc96d",
                                            "id_item_type": "e9ee8d0d-4e00-4bdc-9a90-e6a89b9e73ce",
                                            "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": "2a713c13-27f7-4898-9b90-3a31ecc1d149",
                                            "type_item": 11,
                                            "id_voucher_json": "16e26faf-3c07-41c1-95ed-9e2396128d3d",
                                            "count_voucher": 1,
                                            "id_category": "39e71eb7-8aff-4878-b71a-c85e5a960d59",
                                            "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                            "id_user_upd": "454ee9b8-0769-48f3-82f0-18cbbf992efd",
                                            "commited": true,
                                            "mt_items": {
                                              "$ref": "7"
                                            },
                                            "mt_items_types": {
                                              "$id": "16",
                                              "id": "c84d4884-73f2-491c-93eb-88a132f11abe",
                                              "id_mask": "sample string 2",
                                              "name": "sample string 3",
                                              "name_short": "sample string 4",
                                              "name_pos": "sample string 5",
                                              "id_image": "4fa0712e-0f4a-4dc4-83a1-48f09979a060",
                                              "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:35:09.8788932+02:00",
                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                              "id_user_upd": "d193f6c5-d7c9-4a87-8c2f-65d50b108baf",
                                              "commited": true,
                                              "tt_vouchers_det": [
                                                {
                                                  "$id": "17",
                                                  "id_voucher": "a19bb932-ed46-4712-bf50-e428390d5bea",
                                                  "id_line": "6b27fde4-a170-4552-9b5e-0bdf32f50eac",
                                                  "id_category": "4b8e2f8b-db8a-4980-bd43-b1e610fd5630",
                                                  "id_item": "21e41ec6-fb9b-4f5e-849a-c4a2cc2b1fd0",
                                                  "id_item_type": "6aceb432-0429-43b1-ad46-02236490c263",
                                                  "price_max": 1.1,
                                                  "qty_add": 3.1,
                                                  "qty_used": 4.1,
                                                  "mt_categories": {
                                                    "$ref": "5"
                                                  },
                                                  "mt_items": {
                                                    "$ref": "7"
                                                  },
                                                  "mt_items_types": {
                                                    "$ref": "16"
                                                  },
                                                  "tt_vouchers": {
                                                    "$id": "18",
                                                    "id": "99d79892-bbbb-4a13-b52d-3c23607deb49",
                                                    "id_voucher": 2,
                                                    "locator_voucher": "sample string 3",
                                                    "qr_code": "sample string 4",
                                                    "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                    "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                                    "date_used": "2026-05-09T09:35:09.8788932+02:00",
                                                    "date_sesion": "2026-05-09T09:35:09.8788932+02:00",
                                                    "id_employee": "96b71f56-dd63-4827-9828-415de5795f12",
                                                    "id_branch": "d0c31d5d-ff52-4615-8561-d3ea404ca082",
                                                    "id_voucher_permision": "7e88bb4d-4141-4bd3-b502-f352ae8c0347",
                                                    "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": "a5542b31-ff36-4f4e-ab16-d46f0db2d818",
                                                    "id_user_add": "74c0cdbf-e890-4272-ab3f-b4b4b065b9e5",
                                                    "id_doc_sa": "1e15d2b6-79bb-4c81-8df2-b79ae53e82f8",
                                                    "id_item_sub": "823789d0-dce7-4616-bae5-82f45f2cc0d0",
                                                    "id_pos_sesion": "23b2f18f-cade-4fc1-ace6-d2f42a8cf063",
                                                    "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:35:09.8788932+02:00",
                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                    "commited": true,
                                                    "mt_branches": {
                                                      "$ref": "3"
                                                    },
                                                    "mt_employees": {
                                                      "$id": "19",
                                                      "id": "f55d77f3-fdc4-4b2c-bb8d-b78bee1bb518",
                                                      "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": "b054618d-4236-4eb7-8c74-6bf93c838c6f",
                                                      "name_pos": "sample string 12",
                                                      "id_image": "f00e81e8-611d-4264-b837-5f489a5fd084",
                                                      "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:35:09.8788932+02:00",
                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                      "id_user_upd": "aa3c5a3a-8ce0-460e-a2b2-0874892042c7",
                                                      "commited": true,
                                                      "mt_employees_branches": [
                                                        {
                                                          "$id": "20",
                                                          "id_employee": "1acd7258-1a63-49dc-9f90-f0ba277a86e9",
                                                          "id_branch": "3fdc2de3-edca-4647-a6f7-fc115a3c53fa",
                                                          "active": true,
                                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                          "id_user_upd": "ff906cec-b8c6-4daa-a7fa-c23007a18867",
                                                          "commited": true,
                                                          "mt_branches": {
                                                            "$ref": "3"
                                                          },
                                                          "mt_employees": {
                                                            "$ref": "19"
                                                          }
                                                        },
                                                        {
                                                          "$ref": "20"
                                                        }
                                                      ],
                                                      "mt_employees_profiles": {
                                                        "$id": "21",
                                                        "id": "fbdfffea-e6bd-4857-bd96-543ec53bf74d",
                                                        "id_mask": "sample string 2",
                                                        "name": "sample string 3",
                                                        "description": "sample string 4",
                                                        "authorized": true,
                                                        "active": true,
                                                        "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                        "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                        "id_user_upd": "d5867be5-1f22-4972-82b6-707766d16a7d",
                                                        "commited": true,
                                                        "mt_employees": [
                                                          {
                                                            "$ref": "19"
                                                          },
                                                          {
                                                            "$ref": "19"
                                                          }
                                                        ],
                                                        "st_users": {
                                                          "$ref": "9"
                                                        }
                                                      },
                                                      "st_images": {
                                                        "$ref": "4"
                                                      },
                                                      "st_users": {
                                                        "$ref": "9"
                                                      },
                                                      "tt_doc_sa_det": [
                                                        {
                                                          "$id": "22",
                                                          "id_doc_sa": "0199977a-7ecd-42be-8887-3e0e8276ef90",
                                                          "id_line": 2,
                                                          "id_item_sub": "3e1029d3-52cc-40ea-90c5-f5361da132af",
                                                          "qty": 4.1,
                                                          "id_list": "7233632a-e028-4e71-9249-05b525648044",
                                                          "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": "da946ff7-c8ea-4597-95a3-06d001e16457",
                                                          "is_used": true,
                                                          "qty_vou": 1.1,
                                                          "amt_vou": 1.1,
                                                          "comment": "sample string 15",
                                                          "ref_det": "sample string 16",
                                                          "id_employee": "b1da2432-5443-4d24-9ac1-7c8e40b9ab3a",
                                                          "name_generic": "sample string 17",
                                                          "type_ope": 1,
                                                          "id_user_add": "a06caeb3-bdcb-4b36-90f0-f8f4d6770317",
                                                          "id_user_upd": "66d6710a-c4e7-417c-9c36-08fd877ecbce",
                                                          "active": true,
                                                          "mt_employees": {
                                                            "$ref": "19"
                                                          },
                                                          "mt_items_sub": {
                                                            "$id": "23",
                                                            "id": "8724981c-6f70-43c5-a84b-fb52b88e43d0",
                                                            "id_item": "df04f7fb-434c-432e-8086-067653d6c78d",
                                                            "id_item_type": "dd25a10f-ed77-4572-ab6e-77a417b6988c",
                                                            "is_default": true,
                                                            "barcode": "sample string 5",
                                                            "voucher_apply": true,
                                                            "id_voucher_json": "845a6eb2-5a57-4083-9c2e-b15110a9a7ea",
                                                            "count_voucher": 1,
                                                            "id_voucher_type": 1,
                                                            "active": true,
                                                            "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                            "id_user_upd": "92f5c323-1d5c-49d1-a724-627d2db30db2",
                                                            "commited": true,
                                                            "mt_items": {
                                                              "$ref": "7"
                                                            },
                                                            "mt_items_formula": [
                                                              {
                                                                "$id": "24",
                                                                "id_item_sub": "47afe73e-471c-48d2-9d49-00c4d39503ff",
                                                                "id_item": "59754573-20c4-4426-8577-3c9f94fa9bcd",
                                                                "group_id": 3,
                                                                "id_unit_ref": "fd98a9ac-67c5-4f6d-9de2-3aecb9b5c571",
                                                                "qty_dis": 5,
                                                                "mt_items": {
                                                                  "$ref": "7"
                                                                },
                                                                "mt_items_sub": {
                                                                  "$ref": "23"
                                                                },
                                                                "mt_units_ref": {
                                                                  "$id": "25",
                                                                  "id": "6ba39b13-469f-40ef-81f0-de4361d59ce1",
                                                                  "id_mask": "sample string 2",
                                                                  "name": "sample string 3",
                                                                  "coefficient": 4.1,
                                                                  "id_unit": "517b52cd-ad01-4d84-a30a-d5edf32ac12a",
                                                                  "active": true,
                                                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "id_user_upd": "d8392f3e-0198-4f12-a141-14d6bfefd177",
                                                                  "commited": true,
                                                                  "mt_units": {
                                                                    "$id": "26",
                                                                    "id": "32809795-3417-4359-8000-53e76d29ed58",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                    "id_user_upd": "38e2afeb-ae13-4354-ad40-6091ac59e354",
                                                                    "commited": true,
                                                                    "mt_units_ref": [
                                                                      {
                                                                        "$ref": "25"
                                                                      },
                                                                      {
                                                                        "$ref": "25"
                                                                      }
                                                                    ],
                                                                    "st_users": {
                                                                      "$ref": "9"
                                                                    },
                                                                    "mt_items": [
                                                                      {
                                                                        "$ref": "7"
                                                                      },
                                                                      {
                                                                        "$ref": "7"
                                                                      }
                                                                    ],
                                                                    "mt_items1": [
                                                                      {
                                                                        "$ref": "7"
                                                                      },
                                                                      {
                                                                        "$ref": "7"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "9"
                                                                  },
                                                                  "mt_items_formula": [
                                                                    {
                                                                      "$ref": "24"
                                                                    },
                                                                    {
                                                                      "$ref": "24"
                                                                    }
                                                                  ]
                                                                }
                                                              },
                                                              {
                                                                "$ref": "24"
                                                              }
                                                            ],
                                                            "mt_items_types": {
                                                              "$ref": "16"
                                                            },
                                                            "mt_items_vouchers": {
                                                              "$id": "27",
                                                              "id": "d2aea2ae-ce99-49b8-8aed-311145d79a46",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "description": "sample string 4",
                                                              "json": "sample string 5",
                                                              "id_pay_type": "b89f1357-3355-49b1-922d-b6e3314ea40c",
                                                              "id_doc_print": "8e1139af-dbae-435c-876d-ad62289a960e",
                                                              "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:35:09.8788932+02:00",
                                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                              "commited": true,
                                                              "mt_items_sub": [
                                                                {
                                                                  "$ref": "23"
                                                                },
                                                                {
                                                                  "$ref": "23"
                                                                }
                                                              ]
                                                            },
                                                            "st_users": {
                                                              "$ref": "9"
                                                            },
                                                            "mt_prices_items": [
                                                              {
                                                                "$id": "28",
                                                                "id_list": "2e22d4e1-c3a7-446f-95fe-1493d3af0766",
                                                                "id_item_sub": "d50aa499-5038-4102-9e19-8e4c5a30aa8d",
                                                                "validity_date": "2026-05-09T09:35:09.8788932+02:00",
                                                                "price": 4.1,
                                                                "active": true,
                                                                "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                "id_user_upd": "576f49d4-0a49-41e5-addb-79fa6f0b3b31",
                                                                "commited": true,
                                                                "mt_items_sub": {
                                                                  "$ref": "23"
                                                                },
                                                                "mt_prices_list": {
                                                                  "$id": "29",
                                                                  "id": "d3868ffd-61e5-474e-bc7b-762cb7a573ae",
                                                                  "id_mask": "sample string 2",
                                                                  "name": "sample string 3",
                                                                  "description": "sample string 4",
                                                                  "id_ref": "21c1ac72-3449-4f9d-9d92-c6297137488b",
                                                                  "tax_included": true,
                                                                  "switch_select": true,
                                                                  "item_type_default": 7,
                                                                  "name_pos": "sample string 8",
                                                                  "id_image": "d9543e50-779c-4b0c-a3ed-08ba35b9cdab",
                                                                  "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:35:09.8788932+02:00",
                                                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "id_user_upd": "27417876-6745-4857-8b3a-d09ae6382c59",
                                                                  "commited": true,
                                                                  "mt_pos_prices_list": [
                                                                    {
                                                                      "$id": "30",
                                                                      "id_pos": "7264958f-a327-4b2a-99df-bcacb6132226",
                                                                      "id_pos_type": "91c451bc-dd03-4756-b1a6-64713c438b60",
                                                                      "id_price_list": "614a3f0d-78e5-4275-b3be-21e555abeaa4",
                                                                      "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:35:09.8788932+02:00",
                                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "id_user_upd": "85983bf2-e073-4637-ad5b-a4984cd140a5",
                                                                      "commited": true,
                                                                      "mt_pos_view": {
                                                                        "$id": "31",
                                                                        "id_pos": "e9700a33-1829-4ef5-9d13-0cd7d962b915",
                                                                        "id_pos_type": "b7ea4f7a-05aa-411b-ad87-c184e4fd2031",
                                                                        "is_default": true,
                                                                        "active": true,
                                                                        "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                        "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                        "id_user_upd": "7750a3ad-6cd7-4b6c-976c-0b91d8c50d79",
                                                                        "commited": true,
                                                                        "mt_pos": {
                                                                          "$ref": "11"
                                                                        },
                                                                        "mt_pos_prices_list": [
                                                                          {
                                                                            "$ref": "30"
                                                                          },
                                                                          {
                                                                            "$ref": "30"
                                                                          }
                                                                        ],
                                                                        "mt_pos_types": {
                                                                          "$id": "32",
                                                                          "id": "7c1e8e01-fcc3-47ca-beca-daa896a2f9bf",
                                                                          "id_mask": "sample string 2",
                                                                          "name": "sample string 3",
                                                                          "is_module": true,
                                                                          "order": 5,
                                                                          "active": true,
                                                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                          "id_user_upd": "0e4bb1e2-2ff4-4de7-ace8-b6210fedc76e",
                                                                          "commited": true,
                                                                          "mt_items_featured": [
                                                                            {
                                                                              "$id": "33",
                                                                              "id": "c8118c43-62fd-4114-ba3f-0314e5dec464",
                                                                              "id_branch": "84aadd41-d314-49b0-b09c-fe3bcfd85e1b",
                                                                              "id_pos_type": "361703b3-6782-4f5c-b82b-cfd65fced8ec",
                                                                              "id_pos": "161314d4-f03e-4925-884e-e6fbeda20caa",
                                                                              "id_item": "7cfe29a5-13b2-4673-8bd4-7d96e28511e8",
                                                                              "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                                              "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                                                              "image_id": 4,
                                                                              "active": true,
                                                                              "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                              "id_user_upd": "dbc013ce-ecbe-41c6-a57d-31d7f65ca959",
                                                                              "commited": true,
                                                                              "mt_branches": {
                                                                                "$ref": "3"
                                                                              },
                                                                              "mt_items": {
                                                                                "$ref": "7"
                                                                              },
                                                                              "mt_pos": {
                                                                                "$ref": "11"
                                                                              },
                                                                              "mt_pos_types": {
                                                                                "$ref": "32"
                                                                              },
                                                                              "st_users": {
                                                                                "$ref": "9"
                                                                              }
                                                                            },
                                                                            {
                                                                              "$ref": "33"
                                                                            }
                                                                          ],
                                                                          "mt_pos_doc_print": [
                                                                            {
                                                                              "$id": "34",
                                                                              "id_pos_print": "ea79ada8-6cba-4c99-b00d-c7adfe109b2c",
                                                                              "id_doc": "160d84d8-f596-46cc-965c-a74f588ec190",
                                                                              "id_pos_type": "d343ce64-c2ba-46ae-bbeb-90de2ad2756e",
                                                                              "id_doc_print": "0cf40bce-463a-47ee-ba59-48ff8698930c",
                                                                              "copies": 5,
                                                                              "print_mode": 6,
                                                                              "active": true,
                                                                              "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                              "id_user_upd": "263eb2ab-5307-42a3-b69a-74c7f1c85a60",
                                                                              "commited": true,
                                                                              "mt_docs": {
                                                                                "$id": "35",
                                                                                "id": "3c3724b4-476a-4033-b04c-aca5a4944658",
                                                                                "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": "61de8d7b-f01b-44f3-a9ee-72ffa90eb219",
                                                                                "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:35:09.8788932+02:00",
                                                                                "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                "id_user_upd": "24a22f04-2ffc-41f3-b5bf-d36fce941ac0",
                                                                                "commited": true,
                                                                                "mt_docs_payment_money": [
                                                                                  {
                                                                                    "$id": "36",
                                                                                    "id_doc": "9c609bda-a749-4bb4-a8d8-b9abd0d868b7",
                                                                                    "id_pay": "77b83898-375f-4d62-b9f3-5845a80ac803",
                                                                                    "id_money": "095cc052-acf3-4acd-88d4-61a52fc1f7d3",
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "id_user_upd": "bc3365bf-93d4-4a5d-85da-4542ffda37e5",
                                                                                    "commited": true,
                                                                                    "mt_docs": {
                                                                                      "$ref": "35"
                                                                                    },
                                                                                    "mt_money_types": {
                                                                                      "$id": "37",
                                                                                      "id": "014d24e7-3f06-4c68-86bd-15c936e2f5d2",
                                                                                      "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": "c66d40b4-1e45-41c4-a3d2-03544a2020f3",
                                                                                      "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:35:09.8788932+02:00",
                                                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                      "id_user_upd": "063fae2a-222d-4c84-80e7-3dd1ae9db0e6",
                                                                                      "commited": true,
                                                                                      "mt_docs_payment_money": [
                                                                                        {
                                                                                          "$ref": "36"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "36"
                                                                                        }
                                                                                      ],
                                                                                      "mt_money_rates": [
                                                                                        {
                                                                                          "$id": "38",
                                                                                          "id_money_1": "1b39f715-d878-4e2f-9e24-0f84a2c48d67",
                                                                                          "id_money_2": "8d57d186-ef56-4607-a8fa-471f86f156a1",
                                                                                          "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                                                          "coefficient": 4.1,
                                                                                          "active": true,
                                                                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                          "id_user_upd": "47f1df18-a27e-4ff3-8173-2fa0211bf8aa",
                                                                                          "commited": true,
                                                                                          "mt_money_types": {
                                                                                            "$ref": "37"
                                                                                          },
                                                                                          "mt_money_types1": {
                                                                                            "$ref": "37"
                                                                                          },
                                                                                          "st_users": {
                                                                                            "$ref": "9"
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "$ref": "38"
                                                                                        }
                                                                                      ],
                                                                                      "mt_money_rates1": [
                                                                                        {
                                                                                          "$ref": "38"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "38"
                                                                                        }
                                                                                      ],
                                                                                      "st_images": {
                                                                                        "$ref": "4"
                                                                                      },
                                                                                      "st_users": {
                                                                                        "$ref": "9"
                                                                                      },
                                                                                      "tt_doc_sa_cashflow": [
                                                                                        {
                                                                                          "$id": "39",
                                                                                          "id_doc_sa": "4a7a7044-49bb-4592-b79e-f233eb92eea7",
                                                                                          "id_pay": "fd2f3284-9216-4d3c-b9ad-b8cc62daf836",
                                                                                          "id_money": "4b4a6737-e0d0-4445-b25d-4165ce0f9a3d",
                                                                                          "date_cashflow": "2026-05-09T09:35:09.8788932+02:00",
                                                                                          "coefficient": 5.1,
                                                                                          "id_user_add": "fbd0a038-6edb-44df-8d2e-0609b262f4e7",
                                                                                          "amt_tot_md": 7.1,
                                                                                          "amt_tot_mo": 8.1,
                                                                                          "mt_payment_types": {
                                                                                            "$id": "40",
                                                                                            "id": "2367a07f-598c-46f7-8d10-fbc2617e7953",
                                                                                            "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": "ee9edd9d-5a27-4c2d-a655-ea7d435fa8fd",
                                                                                            "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:35:09.8788932+02:00",
                                                                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                            "id_user_upd": "84d0c240-e024-4776-88f1-4dbdb24e89e3",
                                                                                            "commited": true,
                                                                                            "mt_docs_payment_money": [
                                                                                              {
                                                                                                "$ref": "36"
                                                                                              },
                                                                                              {
                                                                                                "$ref": "36"
                                                                                              }
                                                                                            ],
                                                                                            "st_images": {
                                                                                              "$ref": "4"
                                                                                            },
                                                                                            "st_users": {
                                                                                              "$ref": "9"
                                                                                            },
                                                                                            "tt_doc_sa_cashflow": [
                                                                                              {
                                                                                                "$ref": "39"
                                                                                              },
                                                                                              {
                                                                                                "$ref": "39"
                                                                                              }
                                                                                            ],
                                                                                            "tt_doc_sa_pay": [
                                                                                              {
                                                                                                "$id": "41",
                                                                                                "id_doc_sa": "4c27a665-1f50-49f9-9cbc-d2b14c707315",
                                                                                                "id_line": 2,
                                                                                                "id_pay": "4980fbc8-2f0b-4f9f-ac51-1eb0c7581d0f",
                                                                                                "id_money": "2c5bb7ec-4bcf-42cc-82c8-8fac8eb60e24",
                                                                                                "coefficient": 5.1,
                                                                                                "id_voucher": "9bc243d8-f193-499b-88b3-5f5563ed28b7",
                                                                                                "id_employee": "032af2e0-ebe9-45aa-889b-8018607f07c4",
                                                                                                "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": "92a171c0-69bb-4724-8708-802dd9924c22",
                                                                                                "coupon_id": "sample string 9",
                                                                                                "terminal_id": "sample string 10",
                                                                                                "card_name": "sample string 11",
                                                                                                "card_bank": "sample string 12",
                                                                                                "card_number": "sample string 13",
                                                                                                "client_name": "sample string 14",
                                                                                                "money_type": "sample string 15",
                                                                                                "merchant_id": "sample string 16",
                                                                                                "aid": "sample string 17",
                                                                                                "auth_num": "sample string 18",
                                                                                                "authorization": true,
                                                                                                "signature": true,
                                                                                                "contactless": true,
                                                                                                "date_hour_pay": "sample string 19",
                                                                                                "terminal_name": "sample string 20",
                                                                                                "active": true,
                                                                                                "mt_employees": {
                                                                                                  "$ref": "19"
                                                                                                },
                                                                                                "mt_money_types": {
                                                                                                  "$ref": "37"
                                                                                                },
                                                                                                "mt_payment_types": {
                                                                                                  "$ref": "40"
                                                                                                },
                                                                                                "tt_doc_sa": {
                                                                                                  "$ref": "2"
                                                                                                },
                                                                                                "tt_vouchers": {
                                                                                                  "$ref": "18"
                                                                                                }
                                                                                              },
                                                                                              {
                                                                                                "$ref": "41"
                                                                                              }
                                                                                            ],
                                                                                            "tt_vouchers": [
                                                                                              {
                                                                                                "$ref": "18"
                                                                                              },
                                                                                              {
                                                                                                "$ref": "18"
                                                                                              }
                                                                                            ]
                                                                                          },
                                                                                          "st_users": {
                                                                                            "$ref": "9"
                                                                                          },
                                                                                          "mt_money_types": {
                                                                                            "$ref": "37"
                                                                                          },
                                                                                          "tt_doc_sa": {
                                                                                            "$ref": "2"
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "$ref": "39"
                                                                                        }
                                                                                      ],
                                                                                      "tt_doc_sa_pay": [
                                                                                        {
                                                                                          "$ref": "41"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "41"
                                                                                        }
                                                                                      ]
                                                                                    },
                                                                                    "mt_payment_types": {
                                                                                      "$ref": "40"
                                                                                    },
                                                                                    "st_users": {
                                                                                      "$ref": "9"
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "$ref": "36"
                                                                                  }
                                                                                ],
                                                                                "st_images": {
                                                                                  "$ref": "4"
                                                                                },
                                                                                "st_users": {
                                                                                  "$ref": "9"
                                                                                },
                                                                                "mt_pos_doc_print": [
                                                                                  {
                                                                                    "$ref": "34"
                                                                                  },
                                                                                  {
                                                                                    "$ref": "34"
                                                                                  }
                                                                                ],
                                                                                "st_doc_num": [
                                                                                  {
                                                                                    "$id": "42",
                                                                                    "id_pos": "0bf570e2-cc20-4560-aa9f-2c3b7351cf0a",
                                                                                    "id_doc": "3a960d88-3899-490e-8ad8-2384a58b52ce",
                                                                                    "value": 3,
                                                                                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "commited": true,
                                                                                    "mt_docs": {
                                                                                      "$ref": "35"
                                                                                    },
                                                                                    "mt_pos": {
                                                                                      "$ref": "11"
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "$ref": "42"
                                                                                  }
                                                                                ],
                                                                                "tt_doc_sa": [
                                                                                  {
                                                                                    "$ref": "2"
                                                                                  },
                                                                                  {
                                                                                    "$ref": "2"
                                                                                  }
                                                                                ],
                                                                                "tt_doc_st": [
                                                                                  {
                                                                                    "$id": "43",
                                                                                    "id": "6b54563c-15a8-4339-8108-23f69c0ab8c1",
                                                                                    "id_pos": "9be8fc6f-04a7-47ea-9988-38826131b4c9",
                                                                                    "id_doc": "2a07ac46-2018-4f50-ae92-2d42bc231ea4",
                                                                                    "id_branch": "f3e5d0ca-16cd-404c-ab50-af56ba193ac6",
                                                                                    "nro_doc": "sample string 5",
                                                                                    "date_doc": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "block": true,
                                                                                    "nro_original": "sample string 8",
                                                                                    "id_ref": "8972b310-fb69-4bba-96f5-89d899db0a33",
                                                                                    "id_loc_from": "28d4ff59-fe43-4931-9fc5-072f8f97fd08",
                                                                                    "id_loc_end": "032bf135-92cb-4708-ad07-b79c4b0640c8",
                                                                                    "id_user_add": "cd2a7db5-8d81-4914-a88f-1ca582c70d74",
                                                                                    "id_user_upd": "80a61dc7-9c36-4955-ad80-c55f14a4d244",
                                                                                    "id_pos_sesion": "ba17fc8c-ddfd-433b-b6c6-2dd6cb2763d2",
                                                                                    "comment": "sample string 12",
                                                                                    "status": 1,
                                                                                    "is_send": true,
                                                                                    "date_send": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "active": true,
                                                                                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                    "commited": true,
                                                                                    "mt_branches": {
                                                                                      "$ref": "3"
                                                                                    },
                                                                                    "mt_docs": {
                                                                                      "$ref": "35"
                                                                                    },
                                                                                    "mt_locations": {
                                                                                      "$id": "44",
                                                                                      "id": "d64595b8-c628-4b0c-ba08-50dfd8cfdd65",
                                                                                      "id_mask": "sample string 2",
                                                                                      "name": "sample string 3",
                                                                                      "description": "sample string 4",
                                                                                      "reserved": true,
                                                                                      "id_branch": "f0b9b645-789b-44b2-935b-b25dd2307078",
                                                                                      "active": true,
                                                                                      "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                      "id_user_upd": "28673b58-3d8a-4c6f-82f8-9200f8754aa7",
                                                                                      "commited": true,
                                                                                      "mt_branches": {
                                                                                        "$ref": "3"
                                                                                      },
                                                                                      "st_users": {
                                                                                        "$ref": "9"
                                                                                      },
                                                                                      "tt_doc_sa": [
                                                                                        {
                                                                                          "$ref": "2"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "2"
                                                                                        }
                                                                                      ],
                                                                                      "tt_doc_sa1": [
                                                                                        {
                                                                                          "$ref": "2"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "2"
                                                                                        }
                                                                                      ],
                                                                                      "tt_doc_st": [
                                                                                        {
                                                                                          "$ref": "43"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "43"
                                                                                        }
                                                                                      ],
                                                                                      "tt_doc_st1": [
                                                                                        {
                                                                                          "$ref": "43"
                                                                                        },
                                                                                        {
                                                                                          "$ref": "43"
                                                                                        }
                                                                                      ],
                                                                                      "tt_stock": [
                                                                                        {
                                                                                          "$id": "45",
                                                                                          "id_location": "e758a63e-88b6-4976-ae13-0e904c92e3a9",
                                                                                          "id_item": "b7bc8028-159d-4d3a-9016-58dc9ff212dd",
                                                                                          "stock_ideal": 3.1,
                                                                                          "stock_min": 4.1,
                                                                                          "stock_max": 5.1,
                                                                                          "stock": 6.1,
                                                                                          "active": true,
                                                                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                          "commited": true,
                                                                                          "mt_items": {
                                                                                            "$ref": "7"
                                                                                          },
                                                                                          "mt_locations": {
                                                                                            "$ref": "44"
                                                                                          }
                                                                                        },
                                                                                        {
                                                                                          "$ref": "45"
                                                                                        }
                                                                                      ]
                                                                                    },
                                                                                    "mt_locations1": {
                                                                                      "$ref": "44"
                                                                                    },
                                                                                    "mt_pos": {
                                                                                      "$ref": "11"
                                                                                    },
                                                                                    "st_users": {
                                                                                      "$ref": "9"
                                                                                    },
                                                                                    "st_users1": {
                                                                                      "$ref": "9"
                                                                                    },
                                                                                    "tt_doc_st_det": [
                                                                                      {
                                                                                        "$id": "46",
                                                                                        "id_doc_st": "b7abf35b-dc82-4ac1-9c6c-22aa37363d55",
                                                                                        "id_line": 2,
                                                                                        "id_item": "a5c2ccc1-6de5-4d39-ae07-dc49a0745001",
                                                                                        "comment": "sample string 4",
                                                                                        "qty": 5.1,
                                                                                        "status": 1,
                                                                                        "active": true,
                                                                                        "mt_items": {
                                                                                          "$ref": "7"
                                                                                        },
                                                                                        "tt_doc_st": {
                                                                                          "$ref": "43"
                                                                                        }
                                                                                      },
                                                                                      {
                                                                                        "$ref": "46"
                                                                                      }
                                                                                    ],
                                                                                    "tt_doc_st1": [
                                                                                      {
                                                                                        "$ref": "43"
                                                                                      },
                                                                                      {
                                                                                        "$ref": "43"
                                                                                      }
                                                                                    ],
                                                                                    "tt_doc_st2": {
                                                                                      "$ref": "43"
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "$ref": "43"
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "mt_pos_print": {
                                                                                "$id": "47",
                                                                                "id": "20fe13c3-b9e7-4113-83fd-a53e727f73f7",
                                                                                "id_pos": "3734b044-29e5-4409-8452-949d0335428e",
                                                                                "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:35:09.8788932+02:00",
                                                                                "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                "id_user_upd": "a85ad180-d2e3-46cc-9665-2320815c9afd",
                                                                                "commited": true,
                                                                                "mt_pos": {
                                                                                  "$ref": "11"
                                                                                },
                                                                                "mt_pos_doc_print": [
                                                                                  {
                                                                                    "$ref": "34"
                                                                                  },
                                                                                  {
                                                                                    "$ref": "34"
                                                                                  }
                                                                                ],
                                                                                "st_users": {
                                                                                  "$ref": "9"
                                                                                }
                                                                              },
                                                                              "mt_pos_types": {
                                                                                "$ref": "32"
                                                                              },
                                                                              "st_doc_print": {
                                                                                "$id": "48",
                                                                                "id": "9adeb089-c567-42dd-97a3-9021a79df36e",
                                                                                "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:35:09.8788932+02:00",
                                                                                "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                                "commited": true,
                                                                                "mt_pos_doc_print": [
                                                                                  {
                                                                                    "$ref": "34"
                                                                                  },
                                                                                  {
                                                                                    "$ref": "34"
                                                                                  }
                                                                                ],
                                                                                "st_doc_print_det": [
                                                                                  {
                                                                                    "$id": "49",
                                                                                    "id_doc_print": "83b4c503-6267-4e4e-9cb8-2faf1d862ae9",
                                                                                    "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": "48"
                                                                                    }
                                                                                  },
                                                                                  {
                                                                                    "$ref": "49"
                                                                                  }
                                                                                ]
                                                                              },
                                                                              "st_users": {
                                                                                "$ref": "9"
                                                                              }
                                                                            },
                                                                            {
                                                                              "$ref": "34"
                                                                            }
                                                                          ],
                                                                          "st_users": {
                                                                            "$ref": "9"
                                                                          },
                                                                          "mt_pos_view": [
                                                                            {
                                                                              "$ref": "31"
                                                                            },
                                                                            {
                                                                              "$ref": "31"
                                                                            }
                                                                          ]
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "9"
                                                                        }
                                                                      },
                                                                      "mt_prices_list": {
                                                                        "$ref": "29"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "9"
                                                                      }
                                                                    },
                                                                    {
                                                                      "$ref": "30"
                                                                    }
                                                                  ],
                                                                  "mt_prices_items": [
                                                                    {
                                                                      "$ref": "28"
                                                                    },
                                                                    {
                                                                      "$ref": "28"
                                                                    }
                                                                  ],
                                                                  "mt_prices_list1": [
                                                                    {
                                                                      "$ref": "29"
                                                                    },
                                                                    {
                                                                      "$ref": "29"
                                                                    }
                                                                  ],
                                                                  "mt_prices_list2": {
                                                                    "$ref": "29"
                                                                  },
                                                                  "mt_prices_list_rules": [
                                                                    {
                                                                      "$id": "50",
                                                                      "id": "84105ec7-31c3-4e4d-b12f-525a82ead95d",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "id_branch": "29fa1de3-3e90-478c-a7af-67c03ca843f2",
                                                                      "id_pos": "0f700e84-3205-46b6-935f-7ca7ec3bbce0",
                                                                      "id_list": "61a6d3bb-cc6a-4d1c-938c-409b7001565f",
                                                                      "view_list": true,
                                                                      "is_default": true,
                                                                      "active": true,
                                                                      "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "id_user_upd": "dce3f2d1-9979-48f7-971e-a335d28a03d6",
                                                                      "commited": true,
                                                                      "mt_branches": {
                                                                        "$ref": "3"
                                                                      },
                                                                      "mt_pos": {
                                                                        "$ref": "11"
                                                                      },
                                                                      "mt_prices_list": {
                                                                        "$ref": "29"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "9"
                                                                      }
                                                                    },
                                                                    {
                                                                      "$ref": "50"
                                                                    }
                                                                  ],
                                                                  "st_images": {
                                                                    "$ref": "4"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "9"
                                                                  },
                                                                  "mt_prices_rules": [
                                                                    {
                                                                      "$id": "51",
                                                                      "id": "070a4e47-e071-4b93-aff4-55ac4920400d",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "date_end": "2026-05-09T09:35:09.8788932+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": "ba0caef5-426a-426a-bd38-56c5adba2367",
                                                                      "id_pos": "ca28ab9a-8cbe-4c9a-bd44-584ffea7268d",
                                                                      "id_list": "47196560-74cf-4513-975c-a6b4622f68a1",
                                                                      "id_item": "062215e6-85c5-498c-b138-9fabbb6bebaf",
                                                                      "id_item_type": "c71bbdba-1763-40d8-b5c8-3c454681aa27",
                                                                      "id_category": "32ca7c0b-ddd4-4eb6-ab0b-dc03f51b23ad",
                                                                      "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:35:09.8788932+02:00",
                                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                      "id_user_upd": "81da3b91-ed36-465b-a7e9-92066e7a97e9",
                                                                      "commited": true,
                                                                      "mt_branches": {
                                                                        "$ref": "3"
                                                                      },
                                                                      "mt_categories": {
                                                                        "$ref": "5"
                                                                      },
                                                                      "mt_items": {
                                                                        "$ref": "7"
                                                                      },
                                                                      "mt_items_types": {
                                                                        "$ref": "16"
                                                                      },
                                                                      "mt_pos": {
                                                                        "$ref": "11"
                                                                      },
                                                                      "mt_prices_list": {
                                                                        "$ref": "29"
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "9"
                                                                      }
                                                                    },
                                                                    {
                                                                      "$ref": "51"
                                                                    }
                                                                  ],
                                                                  "tt_doc_sa_det": [
                                                                    {
                                                                      "$ref": "22"
                                                                    },
                                                                    {
                                                                      "$ref": "22"
                                                                    }
                                                                  ]
                                                                },
                                                                "st_users": {
                                                                  "$ref": "9"
                                                                }
                                                              },
                                                              {
                                                                "$ref": "28"
                                                              }
                                                            ],
                                                            "tt_doc_sa_det": [
                                                              {
                                                                "$ref": "22"
                                                              },
                                                              {
                                                                "$ref": "22"
                                                              }
                                                            ]
                                                          },
                                                          "mt_prices_list": {
                                                            "$ref": "29"
                                                          },
                                                          "st_users": {
                                                            "$ref": "9"
                                                          },
                                                          "st_users1": {
                                                            "$ref": "9"
                                                          },
                                                          "tt_doc_sa": {
                                                            "$ref": "2"
                                                          },
                                                          "tt_doc_sa_det_stock": [
                                                            {
                                                              "$id": "52",
                                                              "id_doc_sa": "de07bbea-238e-4034-bca2-5d4a23c075a9",
                                                              "id_line": 2,
                                                              "id_item": "85e44884-2317-44d0-9311-ea6cbbb8e66e",
                                                              "qty": 4.1,
                                                              "mt_items": {
                                                                "$ref": "7"
                                                              },
                                                              "tt_doc_sa_det": {
                                                                "$ref": "22"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "52"
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "$ref": "22"
                                                        }
                                                      ],
                                                      "tt_doc_sa_pay": [
                                                        {
                                                          "$ref": "41"
                                                        },
                                                        {
                                                          "$ref": "41"
                                                        }
                                                      ],
                                                      "tt_vouchers": [
                                                        {
                                                          "$ref": "18"
                                                        },
                                                        {
                                                          "$ref": "18"
                                                        }
                                                      ],
                                                      "tt_vouchers_permisions": [
                                                        {
                                                          "$id": "53",
                                                          "id": "24a98fb8-75c4-4ad9-910d-584e1283930e",
                                                          "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                          "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                                          "date_used": "2026-05-09T09:35:09.8788932+02:00",
                                                          "id_employee": "d5a34b2e-d843-42e5-a28a-de47c98821bd",
                                                          "id_branch": "e490e383-8b9d-43e5-9493-08da43f4f183",
                                                          "count": 6,
                                                          "count_used": 1,
                                                          "unlimited": true,
                                                          "id_user_add": "e9869c9b-8f62-4816-b2fc-1fda55e5774e",
                                                          "is_entry": true,
                                                          "is_consume": true,
                                                          "active": true,
                                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                          "commited": true,
                                                          "mt_branches": {
                                                            "$ref": "3"
                                                          },
                                                          "mt_employees": {
                                                            "$ref": "19"
                                                          },
                                                          "st_users": {
                                                            "$ref": "9"
                                                          },
                                                          "tt_vouchers": [
                                                            {
                                                              "$ref": "18"
                                                            },
                                                            {
                                                              "$ref": "18"
                                                            }
                                                          ]
                                                        },
                                                        {
                                                          "$ref": "53"
                                                        }
                                                      ],
                                                      "tt_rooms_units_activity": [
                                                        {
                                                          "$id": "54",
                                                          "id": "55ac7f9d-8219-45fc-925e-fcb0b0adcc94",
                                                          "id_room_unit": "d2ff6433-12a7-47f3-adfd-5c6dc02befc2",
                                                          "id_room_list": "2fced7e4-50b6-4d49-b589-f5690d9fbcb8",
                                                          "nro_res_ext": "sample string 3",
                                                          "date_reserved": "2026-05-09T09:35:09.8788932+02:00",
                                                          "date_from": "2026-05-09T09:35:09.8788932+02:00",
                                                          "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                                          "date_open": "2026-05-09T09:35:09.8788932+02:00",
                                                          "date_close": "2026-05-09T09:35:09.8788932+02:00",
                                                          "id_employee": "427b5f66-9f11-4ec1-a44c-a7e3cd6d5472",
                                                          "id_employee_sec": "f3a35abd-5c4a-4d45-acd5-5543a43db641",
                                                          "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": "6f73ec26-d287-4d53-a230-bbbc54cc8de2",
                                                          "comment": "sample string 7",
                                                          "id_user_open": "7975e00a-e851-4f17-8538-e6874c66210c",
                                                          "id_user_close": "44232d66-da2b-43d7-b310-25f5c96d692f",
                                                          "id_unit_state": "ad350bb9-dcb3-4692-aa95-51e9c95b569f",
                                                          "id_pos_sesion": "265ea7c3-9449-4232-b2d0-58bf39924b6f",
                                                          "vip": true,
                                                          "paid": true,
                                                          "send": true,
                                                          "send_date": "2026-05-09T09:35:09.8788932+02:00",
                                                          "active": true,
                                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                          "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                          "commited": true,
                                                          "mt_employees": {
                                                            "$ref": "19"
                                                          },
                                                          "mt_employees1": {
                                                            "$ref": "19"
                                                          },
                                                          "mt_rooms_units": {
                                                            "$id": "55",
                                                            "id": "9d0ee253-c7fb-4151-bb46-f590c5303c3b",
                                                            "id_mask": "sample string 2",
                                                            "name": "sample string 3",
                                                            "name_label": "sample string 4",
                                                            "name_zone": "sample string 5",
                                                            "order": 6,
                                                            "id_room": "5dffa3ec-4800-49f6-9514-cceb3c431262",
                                                            "pax": 8,
                                                            "pos_x": 9,
                                                            "pos_y": 10,
                                                            "size_w": 1,
                                                            "size_h": 1,
                                                            "in_map": true,
                                                            "reserved_on": true,
                                                            "id_room_type": "799e3027-0bfa-480c-afb3-c76666d2624a",
                                                            "locked": true,
                                                            "date_locked": "2026-05-09T09:35:09.8788932+02:00",
                                                            "comment_locked": "sample string 15",
                                                            "active": true,
                                                            "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                            "id_user_upd": "371fae4a-c09e-425e-80ea-8264f4a8641c",
                                                            "commited": true,
                                                            "mt_rooms": {
                                                              "$id": "56",
                                                              "id": "57019925-ad51-4a67-adf3-193165a9d3f8",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "description": "sample string 4",
                                                              "id_branch": "7d502083-00d4-48fc-b1a9-c6f9a3c8f727",
                                                              "name_pos": "sample string 6",
                                                              "id_image": "e6f9ee05-7f36-482e-a54a-e36fbbb5630f",
                                                              "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": "a48692e1-5bad-4a3a-99f1-37c5979502d9",
                                                              "refresh_status": true,
                                                              "active": true,
                                                              "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                              "id_user_upd": "60cbf162-0519-44b9-b7a9-395cdca44e5c",
                                                              "commited": true,
                                                              "mt_branches": {
                                                                "$ref": "3"
                                                              },
                                                              "mt_pos_rooms": [
                                                                {
                                                                  "$id": "57",
                                                                  "id_pos": "3189a3c8-acb5-4ac1-b8d6-dedebc9f00ae",
                                                                  "id_room": "f339a3aa-eb2a-49d0-9e91-4cbb10f09f10",
                                                                  "active": true,
                                                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "id_user_upd": "6bc22132-22ac-4b58-9a3e-29ae7c2cac9e",
                                                                  "commited": true,
                                                                  "mt_pos": {
                                                                    "$ref": "11"
                                                                  },
                                                                  "mt_rooms": {
                                                                    "$ref": "56"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "9"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "57"
                                                                }
                                                              ],
                                                              "st_images": {
                                                                "$ref": "4"
                                                              },
                                                              "st_images1": {
                                                                "$ref": "4"
                                                              },
                                                              "st_users": {
                                                                "$ref": "9"
                                                              },
                                                              "mt_rooms_units": [
                                                                {
                                                                  "$ref": "55"
                                                                },
                                                                {
                                                                  "$ref": "55"
                                                                }
                                                              ],
                                                              "tt_rooms_list": [
                                                                {
                                                                  "$id": "58",
                                                                  "id": "d9f1a6df-afa9-4375-a728-2f7aa9d7fdeb",
                                                                  "id_room": "291c6861-3d08-4717-9cc7-0d9ce1dd2462",
                                                                  "date_in": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "date_out": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "id_user_add": "34b66ab2-c882-4e29-9e07-54410cfbff64",
                                                                  "from_reservation": "sample string 5",
                                                                  "pax": 6,
                                                                  "status": 7,
                                                                  "comment": "sample string 8",
                                                                  "active": true,
                                                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "commited": true,
                                                                  "mt_rooms": {
                                                                    "$ref": "56"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "9"
                                                                  },
                                                                  "tt_rooms_units_activity": [
                                                                    {
                                                                      "$ref": "54"
                                                                    },
                                                                    {
                                                                      "$ref": "54"
                                                                    }
                                                                  ]
                                                                },
                                                                {
                                                                  "$ref": "58"
                                                                }
                                                              ]
                                                            },
                                                            "mt_rooms_units_types": {
                                                              "$id": "59",
                                                              "id": "cb2f5b47-12b3-47b1-982b-92ccab96559a",
                                                              "id_mask": "sample string 2",
                                                              "name": "sample string 3",
                                                              "description": "sample string 4",
                                                              "high": 5,
                                                              "width": 6,
                                                              "active": true,
                                                              "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                              "id_user_upd": "5abaeb57-0db6-46c4-8e80-207572924fc9",
                                                              "commited": true,
                                                              "mt_rooms_units": [
                                                                {
                                                                  "$ref": "55"
                                                                },
                                                                {
                                                                  "$ref": "55"
                                                                }
                                                              ],
                                                              "mt_rooms_units_states_types": [
                                                                {
                                                                  "$id": "60",
                                                                  "id_room_type": "5f445edf-3df6-4555-ba1b-7a9ab9485f88",
                                                                  "id_room_state": "820ae69c-5d00-45cf-ae71-198416bb95df",
                                                                  "id_image": "5234c367-9839-4123-b2ca-e73df9e12d19",
                                                                  "color_font": "sample string 4",
                                                                  "font_bold": true,
                                                                  "font_underline": true,
                                                                  "font_size": 7,
                                                                  "active": true,
                                                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                  "id_user_upd": "b043c014-0c7a-4444-88ff-d9ecec2f5f18",
                                                                  "commited": true,
                                                                  "mt_rooms_units_states": {
                                                                    "$id": "61",
                                                                    "id": "135ee56c-b875-4125-b9ae-315994e9cd40",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "color": "sample string 5",
                                                                    "active": true,
                                                                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                                    "id_user_upd": "22cb5b33-806a-42c9-9624-a38b4f882c75",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "9"
                                                                    },
                                                                    "mt_rooms_units_states_types": [
                                                                      {
                                                                        "$ref": "60"
                                                                      },
                                                                      {
                                                                        "$ref": "60"
                                                                      }
                                                                    ],
                                                                    "tt_rooms_units_activity": [
                                                                      {
                                                                        "$ref": "54"
                                                                      },
                                                                      {
                                                                        "$ref": "54"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "mt_rooms_units_types": {
                                                                    "$ref": "59"
                                                                  },
                                                                  "st_images": {
                                                                    "$ref": "4"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "9"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "60"
                                                                }
                                                              ],
                                                              "st_users": {
                                                                "$ref": "9"
                                                              }
                                                            },
                                                            "st_users": {
                                                              "$ref": "9"
                                                            },
                                                            "tt_rooms_units_activity": [
                                                              {
                                                                "$ref": "54"
                                                              },
                                                              {
                                                                "$ref": "54"
                                                              }
                                                            ]
                                                          },
                                                          "mt_rooms_units_states": {
                                                            "$ref": "61"
                                                          },
                                                          "st_users": {
                                                            "$ref": "9"
                                                          },
                                                          "st_users1": {
                                                            "$ref": "9"
                                                          },
                                                          "tt_doc_sa": [
                                                            {
                                                              "$ref": "2"
                                                            },
                                                            {
                                                              "$ref": "2"
                                                            }
                                                          ],
                                                          "tt_pos_sesion": {
                                                            "$ref": "14"
                                                          },
                                                          "tt_rooms_list": {
                                                            "$ref": "58"
                                                          }
                                                        },
                                                        {
                                                          "$ref": "54"
                                                        }
                                                      ],
                                                      "tt_rooms_units_activity1": [
                                                        {
                                                          "$ref": "54"
                                                        },
                                                        {
                                                          "$ref": "54"
                                                        }
                                                      ]
                                                    },
                                                    "mt_payment_types": {
                                                      "$ref": "40"
                                                    },
                                                    "st_users": {
                                                      "$ref": "9"
                                                    },
                                                    "tt_doc_sa_pay": [
                                                      {
                                                        "$ref": "41"
                                                      },
                                                      {
                                                        "$ref": "41"
                                                      }
                                                    ],
                                                    "tt_vouchers_det": [
                                                      {
                                                        "$ref": "17"
                                                      },
                                                      {
                                                        "$ref": "17"
                                                      }
                                                    ],
                                                    "tt_vouchers_permisions": {
                                                      "$ref": "53"
                                                    }
                                                  }
                                                },
                                                {
                                                  "$ref": "17"
                                                }
                                              ],
                                              "st_images": {
                                                "$ref": "4"
                                              },
                                              "st_users": {
                                                "$ref": "9"
                                              },
                                              "mt_items_sub": [
                                                {
                                                  "$ref": "23"
                                                },
                                                {
                                                  "$ref": "23"
                                                }
                                              ],
                                              "mt_prices_rules": [
                                                {
                                                  "$ref": "51"
                                                },
                                                {
                                                  "$ref": "51"
                                                }
                                              ],
                                              "tt_items_customs": [
                                                {
                                                  "$ref": "15"
                                                },
                                                {
                                                  "$ref": "15"
                                                }
                                              ]
                                            },
                                            "st_users": {
                                              "$ref": "9"
                                            },
                                            "tt_pos_sesion": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "15"
                                          }
                                        ],
                                        "tt_doc_sa_pt": [
                                          {
                                            "$id": "62",
                                            "id": "c6950a52-3467-4a3b-9bcf-961e9d5781a4",
                                            "json_object": "sample string 2",
                                            "json_pays": "sample string 3",
                                            "id_pos_sesion": "78721d02-d08b-478f-b670-3b3100298cec",
                                            "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:35:09.8788932+02:00",
                                            "tt_pos_sesion": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ],
                                        "tt_rooms_units_activity": [
                                          {
                                            "$ref": "54"
                                          },
                                          {
                                            "$ref": "54"
                                          }
                                        ],
                                        "st_users": {
                                          "$ref": "9"
                                        },
                                        "st_users1": {
                                          "$ref": "9"
                                        },
                                        "tt_tips": [
                                          {
                                            "$id": "63",
                                            "id": "5d21ea64-156d-4b6c-8402-b7d7f2421c74",
                                            "id_pos_sesion": "f85428b6-66f8-4c0d-9023-370df2340019",
                                            "amt_card": 1.1,
                                            "amt_cash": 1.1,
                                            "id_user": "a2fcd693-dd21-476c-aacb-991a2be7ab44",
                                            "id_room_unit_activity": "bdfc7cd4-f691-43d0-a8e4-3ef9844a494a",
                                            "id_doc_sa": "cd69e61f-4138-4071-a0bc-82b52741678e",
                                            "id_pos_type": "918f0a36-4edd-4bfd-86c9-6d071d49689b",
                                            "block": true,
                                            "comment": "sample string 5",
                                            "json_response": "sample string 6",
                                            "id_doc_ref": "a9275811-79a7-4cdb-9745-8becd2189c47",
                                            "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:35:09.8788932+02:00",
                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                            "commited": true,
                                            "tt_pos_sesion": {
                                              "$ref": "14"
                                            },
                                            "tt_tips_users": [
                                              {
                                                "$id": "64",
                                                "id_tip": "e9422153-3fef-4262-8ece-4be1e80b1320",
                                                "id_user": "e1d67df9-84b5-4a75-ac9f-a545845c8c4c",
                                                "amt_card": 1.1,
                                                "amt_cash": 1.1,
                                                "type_share": 3,
                                                "active": true,
                                                "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                "commited": true,
                                                "st_users": {
                                                  "$ref": "9"
                                                },
                                                "tt_tips": {
                                                  "$ref": "63"
                                                }
                                              },
                                              {
                                                "$ref": "64"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "tt_pos_sesion_users": [
                                          {
                                            "$id": "65",
                                            "id_pos_sesion": "a35a85b6-9b15-4a8c-ab32-b445af601c67",
                                            "id_user": "3f8e1ef6-6311-45d0-a374-1f8039c9e1f7",
                                            "date_add": "2026-05-09T09:35:09.8788932+02:00",
                                            "distribution_index": 1.1,
                                            "active": true,
                                            "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                            "commited": true,
                                            "st_users": {
                                              "$ref": "9"
                                            },
                                            "tt_pos_sesion": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "tt_doc_sa": [
                                          {
                                            "$ref": "2"
                                          },
                                          {
                                            "$ref": "2"
                                          }
                                        ],
                                        "tt_cmd_connection": [
                                          {
                                            "$id": "66",
                                            "id": "a539db69-5984-4ad6-abfa-49f6ab865c70",
                                            "id_user": "869572fc-5ceb-450d-b736-0968c94242a2",
                                            "id_user_profile": "143aee12-59d7-4972-aec1-b8211871b3ad",
                                            "locator": "sample string 4",
                                            "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                            "id_pos_sesion": "a05624fc-1734-4b4d-81c3-eadee27b6e97",
                                            "date_login": "2026-05-09T09:35:09.8788932+02:00",
                                            "date_logout": "2026-05-09T09:35:09.8788932+02:00",
                                            "terminal_id": "sample string 6",
                                            "terminal_type": "sample string 7",
                                            "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                            "commited": true,
                                            "st_users": {
                                              "$ref": "9"
                                            },
                                            "st_users_profiles": {
                                              "$id": "67",
                                              "id": "b04d807b-0b50-4a87-9d99-6979604998aa",
                                              "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:35:09.8788932+02:00",
                                              "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                              "commited": true,
                                              "st_permisions": [
                                                {
                                                  "$id": "68",
                                                  "id": "333758e4-0678-4ef5-a137-51ab54b15ca1",
                                                  "id_function": "4bed58d9-219d-4579-87c4-0db20e7b911a",
                                                  "id_user": "d1524d23-01bf-47b1-ae4e-2b8c5790d3dc",
                                                  "id_profile": "55fe2e59-c1e1-4609-aa6d-08c0df841e0e",
                                                  "permission": 3,
                                                  "active": true,
                                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                  "commited": true,
                                                  "st_users_profiles": {
                                                    "$ref": "67"
                                                  },
                                                  "st_users": {
                                                    "$ref": "9"
                                                  },
                                                  "st_functions": {
                                                    "$id": "69",
                                                    "id": "7f5d4f44-b9f5-4064-a9b9-4f956d8b8704",
                                                    "id_mask": "sample string 2",
                                                    "name": "sample string 3",
                                                    "description": "sample string 4",
                                                    "level_id": 5,
                                                    "id_group": "6707e3e4-996c-4333-aafc-f68fbae2a1a1",
                                                    "name_event": "sample string 7",
                                                    "name_pos": "sample string 8",
                                                    "id_image": "3a19ac0e-a21c-4616-841a-ee51411504cf",
                                                    "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:35:09.8788932+02:00",
                                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                    "commited": true,
                                                    "st_functions_groups": {
                                                      "$id": "70",
                                                      "id": "b6cf4416-1664-4713-ba9e-bb66a2c12f6f",
                                                      "id_mask": "sample string 2",
                                                      "name": "sample string 3",
                                                      "description": "sample string 4",
                                                      "active": true,
                                                      "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                                      "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                                      "commited": true,
                                                      "st_functions": [
                                                        {
                                                          "$ref": "69"
                                                        },
                                                        {
                                                          "$ref": "69"
                                                        }
                                                      ]
                                                    },
                                                    "st_images": {
                                                      "$ref": "4"
                                                    },
                                                    "st_permisions": [
                                                      {
                                                        "$ref": "68"
                                                      },
                                                      {
                                                        "$ref": "68"
                                                      }
                                                    ]
                                                  }
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "st_users": [
                                                {
                                                  "$ref": "9"
                                                },
                                                {
                                                  "$ref": "9"
                                                }
                                              ],
                                              "tt_cmd_connection": [
                                                {
                                                  "$ref": "66"
                                                },
                                                {
                                                  "$ref": "66"
                                                }
                                              ]
                                            },
                                            "tt_pos_sesion": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "tt_cmd_messages": [
                                          {
                                            "$id": "71",
                                            "id": "5efc6960-1582-42dc-8128-64408f64eca6",
                                            "id_user": "419b498b-f503-460e-88d8-ee7800749e8e",
                                            "date_add": "2026-05-09T09:35:09.8788932+02:00",
                                            "destiny_type": 4,
                                            "id_key": "0b808ad0-b87f-4377-9539-e124c5d9d06e",
                                            "message": "sample string 6",
                                            "message_view": true,
                                            "date_view": "2026-05-09T09:35:09.8788932+02:00",
                                            "id_pos_sesion": "cb16f2dc-14b6-4f4a-b8f0-eacbc5eb15fb",
                                            "terminal_add": "sample string 9",
                                            "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                            "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                            "commited": true,
                                            "st_users": {
                                              "$ref": "9"
                                            },
                                            "tt_pos_sesion": {
                                              "$ref": "14"
                                            }
                                          },
                                          {
                                            "$ref": "71"
                                          }
                                        ]
                                      }
                                    },
                                    {
                                      "$ref": "13"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "12"
                                }
                              ],
                              "mt_items_featured": [
                                {
                                  "$ref": "33"
                                },
                                {
                                  "$ref": "33"
                                }
                              ],
                              "mt_pos_print": [
                                {
                                  "$ref": "47"
                                },
                                {
                                  "$ref": "47"
                                }
                              ],
                              "mt_pos_rooms": [
                                {
                                  "$ref": "57"
                                },
                                {
                                  "$ref": "57"
                                }
                              ],
                              "st_users": {
                                "$ref": "9"
                              },
                              "mt_pos_view": [
                                {
                                  "$ref": "31"
                                },
                                {
                                  "$ref": "31"
                                }
                              ],
                              "mt_prices_list_rules": [
                                {
                                  "$ref": "50"
                                },
                                {
                                  "$ref": "50"
                                }
                              ],
                              "mt_prices_rules": [
                                {
                                  "$ref": "51"
                                },
                                {
                                  "$ref": "51"
                                }
                              ],
                              "st_doc_num": [
                                {
                                  "$ref": "42"
                                },
                                {
                                  "$ref": "42"
                                }
                              ],
                              "st_pos_license": [
                                {
                                  "$id": "72",
                                  "id": "61749031-0406-4035-b1e2-daa134bbeaf4",
                                  "id_pos": "5d924b23-e761-4375-b363-a8bde9ece6d5",
                                  "mac_address": "sample string 3",
                                  "date_end": "2026-05-09T09:35:09.8788932+02:00",
                                  "key_access": "sample string 5",
                                  "id_user_add": "a1b836f9-3987-4bfa-9279-6a76a1358e9a",
                                  "active": true,
                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "11"
                                  },
                                  "st_users": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "72"
                                }
                              ],
                              "st_users_pos": [
                                {
                                  "$id": "73",
                                  "id_user": "935f3011-7456-47d4-bbd1-430ae011acc4",
                                  "id_pos": "4effdc78-52dd-4f36-893a-6c718dc5c4b8",
                                  "pass_required": true,
                                  "active": true,
                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "11"
                                  },
                                  "st_users": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "73"
                                }
                              ],
                              "tt_doc_sa": [
                                {
                                  "$ref": "2"
                                },
                                {
                                  "$ref": "2"
                                }
                              ],
                              "tt_pos_connection": [
                                {
                                  "$id": "74",
                                  "id": "3bd2ca55-28a5-4b90-af64-f2e6ed08e064",
                                  "id_pos": "f518c7e4-d815-4bec-ab43-5661b01ad4dc",
                                  "date_add": "2026-05-09T09:35:09.8788932+02:00",
                                  "date_upd": "2026-05-09T09:35:09.8788932+02:00",
                                  "date_out": "2026-05-09T09:35:09.8788932+02:00",
                                  "connection_type": "sample string 3",
                                  "connection_speed": 1,
                                  "terminal_name": "sample string 4",
                                  "version": "sample string 5",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "11"
                                  }
                                },
                                {
                                  "$ref": "74"
                                }
                              ],
                              "tt_pos_sesion": [
                                {
                                  "$ref": "14"
                                },
                                {
                                  "$ref": "14"
                                }
                              ],
                              "mt_branches": {
                                "$ref": "3"
                              },
                              "tt_logs": [
                                {
                                  "$id": "75",
                                  "id": "ab5a682f-12fd-4c59-a03e-8d7a101fde75",
                                  "id_user_add": "7e148136-2643-49f6-b152-77589e2dc64d",
                                  "id_table": "3514eb29-a5a5-4b92-b694-c5a8604000c0",
                                  "message_log": "sample string 3",
                                  "json_object": "sample string 4",
                                  "log_type": "sample string 5",
                                  "id_pos": "6e8201cd-c989-4d99-9b3a-5a70bd96b451",
                                  "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "11"
                                  },
                                  "st_sync_tables": {
                                    "$id": "76",
                                    "id": "f10eda99-6001-4da6-83d8-b25ddae676e6",
                                    "level": 2,
                                    "order": 3,
                                    "name": "sample string 4",
                                    "log_ins": true,
                                    "log_upd": true,
                                    "packet_forward": true,
                                    "active": true,
                                    "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                    "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                    "commited": true,
                                    "st_sync_packages_det": [
                                      {
                                        "$id": "77",
                                        "id": "b3ea65b2-f0f8-47bb-b55c-77e0eb2432ad",
                                        "id_sync": "c82c3aef-7a26-4c13-adff-1240d74f13c4",
                                        "json": "sample string 3",
                                        "id_table": "c54a9b09-53e3-4a03-b800-5303fbea4467",
                                        "order": 5,
                                        "st_sync_packages": {
                                          "$id": "78",
                                          "id": "dfcc6ba6-49de-48dd-b0e5-cdef22f824bb",
                                          "id_branch_from": "4fb0aca1-01a6-4fb4-91b4-6fcaf76bd884",
                                          "id_branch_to": "8fb679fd-392a-4684-ba1f-71ee9f0978f3",
                                          "type": 4,
                                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                                          "order": 6,
                                          "status": 7,
                                          "log_info": "sample string 8",
                                          "sync_on": "2026-05-09T09:35:09.8788932+02:00",
                                          "send_on": "2026-05-09T09:35:09.8788932+02:00",
                                          "mt_branches": {
                                            "$ref": "3"
                                          },
                                          "mt_branches1": {
                                            "$ref": "3"
                                          },
                                          "st_sync_packages_det": [
                                            {
                                              "$ref": "77"
                                            },
                                            {
                                              "$ref": "77"
                                            }
                                          ]
                                        },
                                        "st_sync_tables": {
                                          "$ref": "76"
                                        }
                                      },
                                      {
                                        "$ref": "77"
                                      }
                                    ],
                                    "tt_logs": [
                                      {
                                        "$ref": "75"
                                      },
                                      {
                                        "$ref": "75"
                                      }
                                    ]
                                  },
                                  "st_users": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "75"
                                }
                              ],
                              "st_local_variables": [
                                {
                                  "$id": "79",
                                  "id": "9703faa4-a6cb-460a-bf23-42727d4283dc",
                                  "id_pos": "e2c60a6f-f883-441b-9226-97371996eba7",
                                  "name": "sample string 3",
                                  "description": "sample string 4",
                                  "value": "sample string 5",
                                  "type": "sample string 6",
                                  "last_update": "2026-05-09T09:35:09.8788932+02:00",
                                  "commited": true,
                                  "mt_pos": {
                                    "$ref": "11"
                                  }
                                },
                                {
                                  "$ref": "79"
                                }
                              ],
                              "tt_doc_st": [
                                {
                                  "$ref": "43"
                                },
                                {
                                  "$ref": "43"
                                }
                              ]
                            },
                            {
                              "$ref": "11"
                            }
                          ],
                          "st_users": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "10"
                        }
                      ],
                      "mt_brands": [
                        {
                          "$ref": "8"
                        },
                        {
                          "$ref": "8"
                        }
                      ],
                      "mt_categories": [
                        {
                          "$ref": "5"
                        },
                        {
                          "$ref": "5"
                        }
                      ],
                      "mt_categories_items": [
                        {
                          "$ref": "6"
                        },
                        {
                          "$ref": "6"
                        }
                      ],
                      "mt_cloakrooms": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "mt_docs_payment_money": [
                        {
                          "$ref": "36"
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "mt_employees": [
                        {
                          "$ref": "19"
                        },
                        {
                          "$ref": "19"
                        }
                      ],
                      "mt_employees_profiles": [
                        {
                          "$ref": "21"
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "mt_items_featured": [
                        {
                          "$ref": "33"
                        },
                        {
                          "$ref": "33"
                        }
                      ],
                      "mt_items_sub": [
                        {
                          "$ref": "23"
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "mt_items_types": [
                        {
                          "$ref": "16"
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "mt_locations": [
                        {
                          "$ref": "44"
                        },
                        {
                          "$ref": "44"
                        }
                      ],
                      "mt_money_rates": [
                        {
                          "$ref": "38"
                        },
                        {
                          "$ref": "38"
                        }
                      ],
                      "mt_money_types": [
                        {
                          "$ref": "37"
                        },
                        {
                          "$ref": "37"
                        }
                      ],
                      "mt_payment_types": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "mt_pos": [
                        {
                          "$ref": "11"
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "mt_pos_doc_print": [
                        {
                          "$ref": "34"
                        },
                        {
                          "$ref": "34"
                        }
                      ],
                      "mt_pos_prices_list": [
                        {
                          "$ref": "30"
                        },
                        {
                          "$ref": "30"
                        }
                      ],
                      "mt_pos_print": [
                        {
                          "$ref": "47"
                        },
                        {
                          "$ref": "47"
                        }
                      ],
                      "mt_pos_rooms": [
                        {
                          "$ref": "57"
                        },
                        {
                          "$ref": "57"
                        }
                      ],
                      "mt_pos_types": [
                        {
                          "$ref": "32"
                        },
                        {
                          "$ref": "32"
                        }
                      ],
                      "mt_pos_view": [
                        {
                          "$ref": "31"
                        },
                        {
                          "$ref": "31"
                        }
                      ],
                      "mt_prices_items": [
                        {
                          "$ref": "28"
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "mt_prices_list": [
                        {
                          "$ref": "29"
                        },
                        {
                          "$ref": "29"
                        }
                      ],
                      "mt_prices_list_rules": [
                        {
                          "$ref": "50"
                        },
                        {
                          "$ref": "50"
                        }
                      ],
                      "mt_prices_rules": [
                        {
                          "$ref": "51"
                        },
                        {
                          "$ref": "51"
                        }
                      ],
                      "mt_rooms": [
                        {
                          "$ref": "56"
                        },
                        {
                          "$ref": "56"
                        }
                      ],
                      "mt_rooms_units": [
                        {
                          "$ref": "55"
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "mt_rooms_units_states_types": [
                        {
                          "$ref": "60"
                        },
                        {
                          "$ref": "60"
                        }
                      ],
                      "mt_rooms_units_types": [
                        {
                          "$ref": "59"
                        },
                        {
                          "$ref": "59"
                        }
                      ],
                      "mt_units": [
                        {
                          "$ref": "26"
                        },
                        {
                          "$ref": "26"
                        }
                      ],
                      "mt_units_ref": [
                        {
                          "$ref": "25"
                        },
                        {
                          "$ref": "25"
                        }
                      ],
                      "st_images": {
                        "$ref": "4"
                      },
                      "st_images1": {
                        "$ref": "4"
                      },
                      "st_permisions": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ],
                      "st_pos_license": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ],
                      "st_users_pos": [
                        {
                          "$ref": "73"
                        },
                        {
                          "$ref": "73"
                        }
                      ],
                      "st_users_token": [
                        {
                          "$id": "80",
                          "id": "3134e484-fd18-42cc-9118-c12bbc80b0ea",
                          "token_id": "sample string 2",
                          "id_user": "81d69074-e5de-49d2-ab9e-070d228367d0",
                          "date_from": "2026-05-09T09:35:09.8788932+02:00",
                          "date_end": "2026-05-09T09:35:09.8788932+02:00",
                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                          "st_users": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "80"
                        }
                      ],
                      "tt_doc_sa_cashflow": [
                        {
                          "$ref": "39"
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "tt_doc_sa_det": [
                        {
                          "$ref": "22"
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "tt_doc_sa_det1": [
                        {
                          "$ref": "22"
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "tt_doc_st": [
                        {
                          "$ref": "43"
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "tt_doc_st1": [
                        {
                          "$ref": "43"
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "tt_items_customs": [
                        {
                          "$ref": "15"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "tt_logs": [
                        {
                          "$ref": "75"
                        },
                        {
                          "$ref": "75"
                        }
                      ],
                      "tt_pos_sesion": [
                        {
                          "$ref": "14"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "tt_pos_sesion1": [
                        {
                          "$ref": "14"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "tt_rooms_list": [
                        {
                          "$ref": "58"
                        },
                        {
                          "$ref": "58"
                        }
                      ],
                      "tt_rooms_units_activity": [
                        {
                          "$ref": "54"
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "tt_rooms_units_activity1": [
                        {
                          "$ref": "54"
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "tt_rooms_units_log": [
                        {
                          "$id": "81",
                          "id": "0cd16769-2317-44ac-8c71-751976668dde",
                          "id_room_activity": "bbd026a6-810c-4ee0-9ced-4b17097e237c",
                          "id_pos_sesion": "1eb67b89-f220-43ff-a4fd-ac1e57d9135e",
                          "log_text": "sample string 4",
                          "id_user": "60f85826-d16a-4e6a-8361-059e94264f7f",
                          "created_on": "2026-05-09T09:35:09.8788932+02:00",
                          "commited": true,
                          "st_users": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "81"
                        }
                      ],
                      "tt_tips_users": [
                        {
                          "$ref": "64"
                        },
                        {
                          "$ref": "64"
                        }
                      ],
                      "tt_vouchers_permisions": [
                        {
                          "$ref": "53"
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "tt_vouchers": [
                        {
                          "$ref": "18"
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "mt_docs": [
                        {
                          "$ref": "35"
                        },
                        {
                          "$ref": "35"
                        }
                      ],
                      "tt_pos_sesion_users": [
                        {
                          "$ref": "65"
                        },
                        {
                          "$ref": "65"
                        }
                      ],
                      "tt_doc_sa": [
                        {
                          "$ref": "2"
                        },
                        {
                          "$ref": "2"
                        }
                      ],
                      "tt_doc_sa1": [
                        {
                          "$ref": "2"
                        },
                        {
                          "$ref": "2"
                        }
                      ],
                      "mt_items": [
                        {
                          "$ref": "7"
                        },
                        {
                          "$ref": "7"
                        }
                      ],
                      "mt_rooms_units_states": [
                        {
                          "$ref": "61"
                        },
                        {
                          "$ref": "61"
                        }
                      ],
                      "st_users_profiles": {
                        "$ref": "67"
                      },
                      "tt_cmd_connection": [
                        {
                          "$ref": "66"
                        },
                        {
                          "$ref": "66"
                        }
                      ],
                      "tt_cmd_messages": [
                        {
                          "$ref": "71"
                        },
                        {
                          "$ref": "71"
                        }
                      ]
                    }
                  },
                  "mt_categories_items": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "mt_items_featured": [
                    {
                      "$ref": "33"
                    },
                    {
                      "$ref": "33"
                    }
                  ],
                  "mt_items_formula": [
                    {
                      "$ref": "24"
                    },
                    {
                      "$ref": "24"
                    }
                  ],
                  "mt_units": {
                    "$ref": "26"
                  },
                  "mt_units1": {
                    "$ref": "26"
                  },
                  "st_images": {
                    "$ref": "4"
                  },
                  "st_users": {
                    "$ref": "9"
                  },
                  "mt_items_sub": [
                    {
                      "$ref": "23"
                    },
                    {
                      "$ref": "23"
                    }
                  ],
                  "mt_prices_rules": [
                    {
                      "$ref": "51"
                    },
                    {
                      "$ref": "51"
                    }
                  ],
                  "tt_doc_sa_det_stock": [
                    {
                      "$ref": "52"
                    },
                    {
                      "$ref": "52"
                    }
                  ],
                  "tt_doc_st_det": [
                    {
                      "$ref": "46"
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "tt_items_customs": [
                    {
                      "$ref": "15"
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "tt_stock": [
                    {
                      "$ref": "45"
                    },
                    {
                      "$ref": "45"
                    }
                  ],
                  "tt_vouchers_det": [
                    {
                      "$ref": "17"
                    },
                    {
                      "$ref": "17"
                    }
                  ]
                },
                "st_users": {
                  "$ref": "9"
                }
              },
              {
                "$ref": "6"
              }
            ],
            "st_images": {
              "$ref": "4"
            },
            "st_users": {
              "$ref": "9"
            },
            "mt_prices_rules": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ],
            "tt_vouchers_det": [
              {
                "$ref": "17"
              },
              {
                "$ref": "17"
              }
            ]
          },
          {
            "$ref": "5"
          }
        ],
        "mt_employees": [
          {
            "$ref": "19"
          },
          {
            "$ref": "19"
          }
        ],
        "mt_items": [
          {
            "$ref": "7"
          },
          {
            "$ref": "7"
          }
        ],
        "mt_items_types": [
          {
            "$ref": "16"
          },
          {
            "$ref": "16"
          }
        ],
        "mt_money_types": [
          {
            "$ref": "37"
          },
          {
            "$ref": "37"
          }
        ],
        "mt_payment_types": [
          {
            "$ref": "40"
          },
          {
            "$ref": "40"
          }
        ],
        "mt_prices_list": [
          {
            "$ref": "29"
          },
          {
            "$ref": "29"
          }
        ],
        "mt_rooms": [
          {
            "$ref": "56"
          },
          {
            "$ref": "56"
          }
        ],
        "mt_rooms1": [
          {
            "$ref": "56"
          },
          {
            "$ref": "56"
          }
        ],
        "mt_rooms_units_states_types": [
          {
            "$ref": "60"
          },
          {
            "$ref": "60"
          }
        ],
        "st_functions": [
          {
            "$ref": "69"
          },
          {
            "$ref": "69"
          }
        ],
        "st_images_types": {
          "$id": "82",
          "id": "d6e4e21f-b912-4506-b239-7751d5bbcfc0",
          "id_mask": "sample string 2",
          "name": "sample string 3",
          "description": "sample string 4",
          "active": true,
          "created_on": "2026-05-09T09:35:09.8788932+02:00",
          "last_update": "2026-05-09T09:35:09.8788932+02:00",
          "commited": true,
          "st_images": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ]
        },
        "mt_docs": [
          {
            "$ref": "35"
          },
          {
            "$ref": "35"
          }
        ],
        "st_users": [
          {
            "$ref": "9"
          },
          {
            "$ref": "9"
          }
        ],
        "st_users1": [
          {
            "$ref": "9"
          },
          {
            "$ref": "9"
          }
        ],
        "mt_cloakrooms": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ]
      },
      "st_users": {
        "$ref": "9"
      },
      "mt_branches_zones": [
        {
          "$ref": "10"
        },
        {
          "$ref": "10"
        }
      ],
      "mt_employees_branches": [
        {
          "$ref": "20"
        },
        {
          "$ref": "20"
        }
      ],
      "mt_items_featured": [
        {
          "$ref": "33"
        },
        {
          "$ref": "33"
        }
      ],
      "mt_locations": [
        {
          "$ref": "44"
        },
        {
          "$ref": "44"
        }
      ],
      "mt_periods": [
        {
          "$id": "83",
          "id_branch": "b5b38531-fcdb-47e4-9558-b8f78f032c3c",
          "exercise_id": 2,
          "period_id": 3,
          "date_from": "2026-05-09T09:35:09.8788932+02:00",
          "date_end": "2026-05-09T09:35:09.8788932+02:00",
          "state": "sample string 6",
          "created_on": "2026-05-09T09:35:09.8788932+02:00",
          "last_update": "2026-05-09T09:35:09.8788932+02:00",
          "commited": true,
          "mt_branches": {
            "$ref": "3"
          }
        },
        {
          "$ref": "83"
        }
      ],
      "mt_pos": [
        {
          "$ref": "11"
        },
        {
          "$ref": "11"
        }
      ],
      "mt_prices_list_rules": [
        {
          "$ref": "50"
        },
        {
          "$ref": "50"
        }
      ],
      "mt_prices_rules": [
        {
          "$ref": "51"
        },
        {
          "$ref": "51"
        }
      ],
      "mt_rooms": [
        {
          "$ref": "56"
        },
        {
          "$ref": "56"
        }
      ],
      "st_sync_packages": [
        {
          "$ref": "78"
        },
        {
          "$ref": "78"
        }
      ],
      "st_sync_packages1": [
        {
          "$ref": "78"
        },
        {
          "$ref": "78"
        }
      ],
      "tt_doc_sa": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "tt_doc_st": [
        {
          "$ref": "43"
        },
        {
          "$ref": "43"
        }
      ],
      "tt_vouchers": [
        {
          "$ref": "18"
        },
        {
          "$ref": "18"
        }
      ],
      "tt_vouchers_permisions": [
        {
          "$ref": "53"
        },
        {
          "$ref": "53"
        }
      ]
    },
    "mt_docs": {
      "$ref": "35"
    },
    "mt_locations": {
      "$ref": "44"
    },
    "mt_locations1": {
      "$ref": "44"
    },
    "mt_pos": {
      "$ref": "11"
    },
    "st_users": {
      "$ref": "9"
    },
    "st_users1": {
      "$ref": "9"
    },
    "tt_cloakrooms_units": [
      {
        "$ref": "13"
      },
      {
        "$ref": "13"
      }
    ],
    "tt_doc_sa_cashflow": [
      {
        "$ref": "39"
      },
      {
        "$ref": "39"
      }
    ],
    "tt_doc_sa_det": [
      {
        "$ref": "22"
      },
      {
        "$ref": "22"
      }
    ],
    "tt_doc_sa_pay": [
      {
        "$ref": "41"
      },
      {
        "$ref": "41"
      }
    ],
    "tt_doc_sa1": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "tt_doc_sa2": {
      "$ref": "2"
    },
    "tt_pos_sesion": {
      "$ref": "14"
    },
    "tt_rooms_units_activity": {
      "$ref": "54"
    },
    "tt_spool_doc_print": [
      {
        "$id": "84",
        "id": "cb57e678-9321-4ffb-9807-d2bf95606a1f",
        "spool_server": "sample string 2",
        "id_doc_sa": "de8d8495-18b9-42d3-9a7a-66e3220b679c",
        "spool_printer": "sample string 4",
        "count": 5,
        "created_on": "2026-05-09T09:35:09.8788932+02:00",
        "printed": true,
        "print_on": "2026-05-09T09:35:09.8788932+02:00",
        "tt_doc_sa": {
          "$ref": "2"
        }
      },
      {
        "$ref": "84"
      }
    ]
  }
}