PUT api/Mt_Categories

Request Information

URI Parameters

None.

Body Parameters

mt_categories
NameDescriptionTypeAdditional information
id

globally unique identifier

None.

id_mask

string

Required

Max length: 10

name

string

Required

Max length: 20

description

string

Max length: 200

id_item_type

globally unique identifier

None.

order_type

integer

Required

name_pos

string

Max length: 20

id_image

globally unique identifier

None.

view_pos

boolean

Required

order

integer

Required

order_sec

integer

Required

color_border

string

Max length: 20

color_button

string

Max length: 20

color_font

string

Max length: 20

font_bold

boolean

Required

font_underline

boolean

Required

font_size

integer

Required

big_buttons

boolean

Required

active

boolean

Required

created_on

date

None.

last_update

date

None.

id_user_upd

globally unique identifier

None.

commited

boolean

None.

mt_categories_items

Collection of mt_categories_items

None.

st_images

st_images

None.

st_users

st_users

None.

mt_prices_rules

Collection of mt_prices_rules

None.

tt_vouchers_det

Collection of tt_vouchers_det

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "89693706-04f2-43da-961a-b22c58e7f19b",
  "id_mask": "sample string 2",
  "name": "sample string 3",
  "description": "sample string 4",
  "id_item_type": "de09aa4a-4fd3-40c0-a623-2ce362dc49f8",
  "order_type": 5,
  "name_pos": "sample string 6",
  "id_image": "1e1927bb-9a03-4a76-a38a-df5f3293a742",
  "view_pos": true,
  "order": 8,
  "order_sec": 9,
  "color_border": "sample string 10",
  "color_button": "sample string 11",
  "color_font": "sample string 12",
  "font_bold": true,
  "font_underline": true,
  "font_size": 15,
  "big_buttons": true,
  "active": true,
  "created_on": "2026-09-06T06:46:51.4100192+02:00",
  "last_update": "2026-09-06T06:46:51.4100192+02:00",
  "id_user_upd": "114dcf18-e729-4349-b9d1-6a1ba97ad19a",
  "commited": true,
  "mt_categories_items": [
    {
      "$id": "2",
      "id_category": "b4b31357-f4f6-4151-b439-cf65a003485e",
      "id_item": "e67c4f10-193c-4a60-93ba-03918c8b1d2e",
      "is_default": true,
      "active": true,
      "created_on": "2026-09-06T06:46:51.4100192+02:00",
      "last_update": "2026-09-06T06:46:51.4100192+02:00",
      "id_user_upd": "1f59a0ab-e985-4049-814c-f65c40e38153",
      "commited": true,
      "mt_categories": {
        "$ref": "1"
      },
      "mt_items": {
        "$id": "3",
        "id": "74b804db-b9ec-40af-96f6-5f594da0f565",
        "id_mask": "sample string 2",
        "name": "sample string 3",
        "description": "sample string 4",
        "id_unit": "131c072f-7077-4647-ac7d-83c17ee5a2e8",
        "id_unit_sec": "096b055f-edb6-4e80-adac-988f20a059af",
        "id_brand": "c7cc8e6f-f34f-426e-98d9-9dbaf32e42f8",
        "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": "9eeb39bb-7eec-4466-aa32-eab7ca9a5624",
        "view_pos": true,
        "order": 23,
        "color_border": "sample string 24",
        "color_button": "sample string 25",
        "color_font": "sample string 26",
        "font_bold": true,
        "font_underline": true,
        "font_size": 29,
        "active": true,
        "created_on": "2026-09-06T06:46:51.4100192+02:00",
        "last_update": "2026-09-06T06:46:51.4100192+02:00",
        "id_user_upd": "aa9cb0ff-ad06-4c5c-9531-f70ac9557f73",
        "commited": true,
        "mt_brands": {
          "$id": "4",
          "id": "d558827d-7bc2-487f-8b3d-855c588fdf1f",
          "id_mask": "sample string 2",
          "name": "sample string 3",
          "active": true,
          "created_on": "2026-09-06T06:46:51.4100192+02:00",
          "last_update": "2026-09-06T06:46:51.4100192+02:00",
          "id_user_upd": "350f1f10-8249-42be-bd54-353fdeb8671a",
          "commited": true,
          "mt_items": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ],
          "st_users": {
            "$id": "5",
            "id": "32a3c302-4ebd-4c5a-ad64-6b0bbef36a51",
            "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": "f53dc80a-4296-466c-bd67-97413f1f664c",
            "view_messages": true,
            "id_image_photo": "096ba042-b205-4088-a73d-b1b38a8b3944",
            "reserved": true,
            "pos_access": true,
            "back_access": true,
            "name_pos": "sample string 13",
            "id_image": "12c5277e-2fb4-4e13-a117-85742477f8a9",
            "view_pos": true,
            "order": 15,
            "color_border": "sample string 16",
            "color_button": "sample string 17",
            "color_font": "sample string 18",
            "active": true,
            "created_on": "2026-09-06T06:46:51.4100192+02:00",
            "last_update": "2026-09-06T06:46:51.4100192+02:00",
            "commited": true,
            "mt_branches": [
              {
                "$id": "6",
                "id": "0e25f460-9436-4095-9b11-883ffe8530b4",
                "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": "e83d3746-75c6-44ca-afbf-c1e2e8c8aff5",
                "order": 12,
                "external_id": "sample string 13",
                "sync": true,
                "active": true,
                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                "last_update": "2026-09-06T06:46:51.4100192+02:00",
                "id_user_upd": "922dca0f-e1ba-4463-b3a8-8d43b35b9ce1",
                "commited": true,
                "st_images": {
                  "$id": "7",
                  "id": "b25f0a74-b22a-4fac-9606-926980d6d383",
                  "id_mask": "sample string 2",
                  "name": "sample string 3",
                  "id_img_type": "9b4ff15d-018d-4657-bcb7-6806effc3e6c",
                  "image_file": "sample string 5",
                  "extension": "sample string 6",
                  "high": 1,
                  "width": 1,
                  "active": true,
                  "created_on": "2026-09-06T06:46:51.4100192+02:00",
                  "last_update": "2026-09-06T06:46:51.4100192+02:00",
                  "commited": true,
                  "mt_branches": [
                    {
                      "$ref": "6"
                    },
                    {
                      "$ref": "6"
                    }
                  ],
                  "mt_categories": [
                    {
                      "$ref": "1"
                    },
                    {
                      "$ref": "1"
                    }
                  ],
                  "mt_employees": [
                    {
                      "$id": "8",
                      "id": "ab7f05d4-6be0-4e90-9944-24e982df04c6",
                      "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": "80eac05b-60e5-4d4b-a2d8-47003567528a",
                      "name_pos": "sample string 12",
                      "id_image": "568a75e8-5cc9-42d3-b7be-1c1cefb1ad17",
                      "view_pos": true,
                      "order": 14,
                      "color_border": "sample string 15",
                      "color_button": "sample string 16",
                      "color_font": "sample string 17",
                      "active": true,
                      "created_on": "2026-09-06T06:46:51.4100192+02:00",
                      "last_update": "2026-09-06T06:46:51.4100192+02:00",
                      "id_user_upd": "083d0cab-7544-461f-8c57-30f4ae7ce36b",
                      "commited": true,
                      "mt_employees_branches": [
                        {
                          "$id": "9",
                          "id_employee": "f6a96f79-427f-451a-972e-77b5bc75fa0f",
                          "id_branch": "b4db13a4-a8bb-47e1-ba61-2f1b2c65b70c",
                          "active": true,
                          "created_on": "2026-09-06T06:46:51.4100192+02:00",
                          "last_update": "2026-09-06T06:46:51.4100192+02:00",
                          "id_user_upd": "b78eb98f-6898-4200-9a08-0e9a51c8e7df",
                          "commited": true,
                          "mt_branches": {
                            "$ref": "6"
                          },
                          "mt_employees": {
                            "$ref": "8"
                          }
                        },
                        {
                          "$ref": "9"
                        }
                      ],
                      "mt_employees_profiles": {
                        "$id": "10",
                        "id": "cffad675-2ec6-43ce-8870-a9887925c8e5",
                        "id_mask": "sample string 2",
                        "name": "sample string 3",
                        "description": "sample string 4",
                        "authorized": true,
                        "active": true,
                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                        "id_user_upd": "6df1e250-f53b-4a45-a610-00de2abaeae0",
                        "commited": true,
                        "mt_employees": [
                          {
                            "$ref": "8"
                          },
                          {
                            "$ref": "8"
                          }
                        ],
                        "st_users": {
                          "$ref": "5"
                        }
                      },
                      "st_images": {
                        "$ref": "7"
                      },
                      "st_users": {
                        "$ref": "5"
                      },
                      "tt_doc_sa_det": [
                        {
                          "$id": "11",
                          "id_doc_sa": "8c100f47-88d5-48f6-bb67-6ca0d6539dee",
                          "id_line": 2,
                          "id_item_sub": "c92712fa-2d05-4b96-a10a-7536ba665888",
                          "qty": 4.1,
                          "id_list": "fbfd8f6e-0dc0-444d-8e4b-095041f246ad",
                          "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": "59dd3329-0cfe-4199-8fbe-315a462f5d19",
                          "is_used": true,
                          "qty_vou": 1.1,
                          "amt_vou": 1.1,
                          "comment": "sample string 15",
                          "ref_det": "sample string 16",
                          "id_employee": "61a6a90e-5d3f-4b52-869f-5ceed6df752a",
                          "name_generic": "sample string 17",
                          "type_ope": 1,
                          "id_user_add": "12b0593a-8bf9-4264-b43b-87d002d79a31",
                          "id_user_upd": "10cbc8c8-f8ae-44a6-b027-b33f46b223a8",
                          "active": true,
                          "mt_employees": {
                            "$ref": "8"
                          },
                          "mt_items_sub": {
                            "$id": "12",
                            "id": "44bdfc8b-01c3-4a43-93cd-6577261fb255",
                            "id_item": "6c977ccd-f59d-4092-9c3e-63d58d40cfd8",
                            "id_item_type": "0f90a6d3-b885-4960-ada4-7de1f272ffac",
                            "is_default": true,
                            "barcode": "sample string 5",
                            "voucher_apply": true,
                            "id_voucher_json": "f43981f1-3caa-4b52-970c-a2bfe6c31d83",
                            "count_voucher": 1,
                            "id_voucher_type": 1,
                            "active": true,
                            "created_on": "2026-09-06T06:46:51.4100192+02:00",
                            "last_update": "2026-09-06T06:46:51.4100192+02:00",
                            "id_user_upd": "42dfece2-fa6a-4492-bfd3-9ec6b364bfd2",
                            "commited": true,
                            "mt_items": {
                              "$ref": "3"
                            },
                            "mt_items_formula": [
                              {
                                "$id": "13",
                                "id_item_sub": "f27ae378-fcbc-492a-8a27-595ed091ba9c",
                                "id_item": "b6d758e1-423c-4742-bc6f-cc968ba199ad",
                                "group_id": 3,
                                "id_unit_ref": "e62e0bed-f9ac-4485-8756-21e13b46a9c7",
                                "qty_dis": 5,
                                "mt_items": {
                                  "$ref": "3"
                                },
                                "mt_items_sub": {
                                  "$ref": "12"
                                },
                                "mt_units_ref": {
                                  "$id": "14",
                                  "id": "ef275f4b-992d-4c7f-a1e4-a8404e17fa1b",
                                  "id_mask": "sample string 2",
                                  "name": "sample string 3",
                                  "coefficient": 4.1,
                                  "id_unit": "d06b0c52-8688-4873-aafd-d502ab9fd68b",
                                  "active": true,
                                  "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                  "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                  "id_user_upd": "38da15d3-d989-43f6-81e2-01b2e0d51d25",
                                  "commited": true,
                                  "mt_units": {
                                    "$id": "15",
                                    "id": "293cbd3f-86d9-4752-8316-2506b00b661b",
                                    "id_mask": "sample string 2",
                                    "name": "sample string 3",
                                    "active": true,
                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                    "id_user_upd": "e3fbe3d8-c1c0-4120-a636-b20826f93e57",
                                    "commited": true,
                                    "mt_units_ref": [
                                      {
                                        "$ref": "14"
                                      },
                                      {
                                        "$ref": "14"
                                      }
                                    ],
                                    "st_users": {
                                      "$ref": "5"
                                    },
                                    "mt_items": [
                                      {
                                        "$ref": "3"
                                      },
                                      {
                                        "$ref": "3"
                                      }
                                    ],
                                    "mt_items1": [
                                      {
                                        "$ref": "3"
                                      },
                                      {
                                        "$ref": "3"
                                      }
                                    ]
                                  },
                                  "st_users": {
                                    "$ref": "5"
                                  },
                                  "mt_items_formula": [
                                    {
                                      "$ref": "13"
                                    },
                                    {
                                      "$ref": "13"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "13"
                              }
                            ],
                            "mt_items_types": {
                              "$id": "16",
                              "id": "c10673a1-1bcd-4c04-b305-f22c35cbf802",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "name_short": "sample string 4",
                              "name_pos": "sample string 5",
                              "id_image": "502e3341-9d2e-4512-a905-4712192f4e5d",
                              "view_pos": true,
                              "order": 7,
                              "color_border": "sample string 8",
                              "color_button": "sample string 9",
                              "color_font": "sample string 10",
                              "font_bold": true,
                              "font_underline": true,
                              "font_size": 13,
                              "active": true,
                              "created_on": "2026-09-06T06:46:51.4100192+02:00",
                              "last_update": "2026-09-06T06:46:51.4100192+02:00",
                              "id_user_upd": "29a3e4e6-93ca-4171-908f-80090c3dd006",
                              "commited": true,
                              "tt_vouchers_det": [
                                {
                                  "$id": "17",
                                  "id_voucher": "483ad8f4-a570-455c-b0aa-2767cbb23610",
                                  "id_line": "83713865-7908-4e38-8ddb-a96a15b2789e",
                                  "id_category": "1e397cdb-3123-4340-8a4d-ed6094892d3e",
                                  "id_item": "91ef3371-f89a-4b45-9b9e-1955d6d8c348",
                                  "id_item_type": "420c43b4-ac14-4209-86c4-ffece7338f86",
                                  "price_max": 1.1,
                                  "qty_add": 3.1,
                                  "qty_used": 4.1,
                                  "mt_categories": {
                                    "$ref": "1"
                                  },
                                  "mt_items": {
                                    "$ref": "3"
                                  },
                                  "mt_items_types": {
                                    "$ref": "16"
                                  },
                                  "tt_vouchers": {
                                    "$id": "18",
                                    "id": "f61766c6-b53a-454e-86f4-9084214a3c74",
                                    "id_voucher": 2,
                                    "locator_voucher": "sample string 3",
                                    "qr_code": "sample string 4",
                                    "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                    "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                    "date_used": "2026-09-06T06:46:51.4100192+02:00",
                                    "date_sesion": "2026-09-06T06:46:51.4100192+02:00",
                                    "id_employee": "db951fe9-f3b6-4f95-ba6e-110e6872961e",
                                    "id_branch": "8a422122-2b8b-4c31-8867-3293dd053bb1",
                                    "id_voucher_permision": "4eec279a-2ff8-4d75-8ff2-334d3756d347",
                                    "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": "6c4de1c5-a4a5-4018-8f61-6227610ff3bf",
                                    "id_user_add": "92811474-0855-4dfd-ab58-89e44b020aa6",
                                    "id_doc_sa": "6512fdc2-d02e-401d-b72d-aaa2d68c1b0f",
                                    "id_item_sub": "2f1f0e22-fe1a-49a7-a227-d2d502917648",
                                    "id_pos_sesion": "a8924595-ad32-4060-ae34-367b8bf13f08",
                                    "is_authorized": true,
                                    "is_automatic": true,
                                    "print_in_branch": true,
                                    "printed": true,
                                    "is_entry": true,
                                    "is_consume": true,
                                    "is_used_entry": true,
                                    "is_used_consume": true,
                                    "is_close": true,
                                    "active": true,
                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                    "commited": true,
                                    "mt_branches": {
                                      "$ref": "6"
                                    },
                                    "mt_employees": {
                                      "$ref": "8"
                                    },
                                    "mt_payment_types": {
                                      "$id": "19",
                                      "id": "4c0ca61e-fbe9-459e-95d8-aafee90ad464",
                                      "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": "023e8c6b-6d7e-4468-8f73-42d59f76f0a6",
                                      "view_pos": true,
                                      "order": 13,
                                      "color_border": "sample string 14",
                                      "color_button": "sample string 15",
                                      "color_font": "sample string 16",
                                      "active": true,
                                      "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                      "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                      "id_user_upd": "c7f95595-0ad9-40ee-941d-be58f4bf4fc4",
                                      "commited": true,
                                      "mt_docs_payment_money": [
                                        {
                                          "$id": "20",
                                          "id_doc": "dbcf21ba-530a-4fbd-a8df-1f2a1d7d47dd",
                                          "id_pay": "cc0216f1-9136-4252-9e5f-009464e37175",
                                          "id_money": "fcbd143b-c037-447b-966d-1b199be3cbd5",
                                          "active": true,
                                          "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                          "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                          "id_user_upd": "df93984e-2653-4d75-9784-ba888f093b28",
                                          "commited": true,
                                          "mt_docs": {
                                            "$id": "21",
                                            "id": "b0b4df5f-bcd7-4091-b5d3-7155970d3353",
                                            "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": "f75c0fc6-e0e6-4445-bb9b-7cddda03f7b3",
                                            "view_pos": true,
                                            "order": 23,
                                            "color_border": "sample string 24",
                                            "color_button": "sample string 25",
                                            "color_font": "sample string 26",
                                            "active": true,
                                            "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                            "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                            "id_user_upd": "9426b1f4-7688-4d4a-8af6-6d200eaaf613",
                                            "commited": true,
                                            "mt_docs_payment_money": [
                                              {
                                                "$ref": "20"
                                              },
                                              {
                                                "$ref": "20"
                                              }
                                            ],
                                            "st_images": {
                                              "$ref": "7"
                                            },
                                            "st_users": {
                                              "$ref": "5"
                                            },
                                            "mt_pos_doc_print": [
                                              {
                                                "$id": "22",
                                                "id_pos_print": "3c3bcbdc-d79f-4c9d-89e0-32ef6ce86e3d",
                                                "id_doc": "f2f9bf96-88b7-439c-b039-75b07f92c993",
                                                "id_pos_type": "c759e6b5-66bb-4c0d-b139-ca26314dd908",
                                                "id_doc_print": "20628b76-7085-4a3e-b98a-6c7877bf3445",
                                                "copies": 5,
                                                "print_mode": 6,
                                                "active": true,
                                                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                "id_user_upd": "9320038e-b4cb-44b5-ae54-2ad454f94c58",
                                                "commited": true,
                                                "mt_docs": {
                                                  "$ref": "21"
                                                },
                                                "mt_pos_print": {
                                                  "$id": "23",
                                                  "id": "8e8a9c4f-f9b9-484b-b1e2-151cae34712d",
                                                  "id_pos": "e0f49bc0-d3ee-4dc0-a47f-6509114b24b1",
                                                  "id_mask": "sample string 3",
                                                  "name": "sample string 4",
                                                  "mode_print": 5,
                                                  "port": "sample string 6",
                                                  "baud_rate": 1,
                                                  "data_bits": 1,
                                                  "stop_bit": 1,
                                                  "flow_control": 1,
                                                  "parity": 1,
                                                  "pin_cashdrawer": 1,
                                                  "ip_printer": "sample string 7",
                                                  "port_ip": 1,
                                                  "printer_name": "sample string 8",
                                                  "active": true,
                                                  "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                  "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                  "id_user_upd": "c3f59af3-bc27-4893-a727-ba1124076fd3",
                                                  "commited": true,
                                                  "mt_pos": {
                                                    "$id": "24",
                                                    "id": "4aee5112-a75c-4b40-a313-63bf831c3105",
                                                    "id_mask": "sample string 2",
                                                    "name": "sample string 3",
                                                    "description": "sample string 4",
                                                    "id_branch": "1e0676ad-922e-4892-a65e-4e324f594e73",
                                                    "id_zone": "ad45d326-ab19-4c66-baf8-92efc08bc36c",
                                                    "user_required": true,
                                                    "active": true,
                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                    "id_user_upd": "b6df9b09-ba6a-4cf3-b65a-5edf20f6d9f6",
                                                    "commited": true,
                                                    "mt_branches_zones": {
                                                      "$id": "25",
                                                      "id": "f5b9bf23-bf9a-4952-8136-a4dc85c61447",
                                                      "id_mask": "sample string 2",
                                                      "name": "sample string 3",
                                                      "description": "sample string 4",
                                                      "id_branch": "c80d8370-7833-4d43-9de0-a449f79fb587",
                                                      "active": true,
                                                      "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                      "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                      "id_user_upd": "e5cdd973-76c4-49b4-93d6-f62240e67459",
                                                      "commited": true,
                                                      "mt_branches": {
                                                        "$ref": "6"
                                                      },
                                                      "mt_pos": [
                                                        {
                                                          "$ref": "24"
                                                        },
                                                        {
                                                          "$ref": "24"
                                                        }
                                                      ],
                                                      "st_users": {
                                                        "$ref": "5"
                                                      }
                                                    },
                                                    "mt_cloakrooms": [
                                                      {
                                                        "$id": "26",
                                                        "id": "ce1f9d5b-fd6b-4cae-8d10-77eedaee4957",
                                                        "id_mask": "sample string 2",
                                                        "name": "sample string 3",
                                                        "id_pos": "76889832-4a40-4b2b-862d-ec7155037a39",
                                                        "unit_ini": 5,
                                                        "unit_end": 6,
                                                        "name_pos": "sample string 7",
                                                        "id_image": "f4cc97b2-a1a9-49e8-baf4-88d0dc06f519",
                                                        "view_pos": true,
                                                        "order": 9,
                                                        "color_border": "sample string 10",
                                                        "color_button": "sample string 11",
                                                        "color_font": "sample string 12",
                                                        "active": true,
                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                        "id_user_upd": "1183551b-6638-4fc6-86d3-32931bd56928",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_images": {
                                                          "$ref": "7"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        },
                                                        "tt_cloakrooms_units": [
                                                          {
                                                            "$id": "27",
                                                            "id": "95f5122f-c2bb-4661-8f61-1e08889d4f43",
                                                            "id_cloakroom": "51151e4a-089f-47d7-b5d4-b89cf81df686",
                                                            "id_pos_sesion": "e9856c3e-cf9c-4950-bc94-a0cd40997acb",
                                                            "unit_id": 4,
                                                            "date_open": "2026-09-06T06:46:51.4100192+02:00",
                                                            "date_close": "2026-09-06T06:46:51.4100192+02:00",
                                                            "id_doc_sa": "d224cd54-79de-4981-9d93-96c04c895acb",
                                                            "commited": true,
                                                            "mt_cloakrooms": {
                                                              "$ref": "26"
                                                            },
                                                            "tt_doc_sa": {
                                                              "$id": "28",
                                                              "id": "62067b7e-36c8-46fb-acd4-af67b4e3d44c",
                                                              "id_pos": "01150e9a-7666-4280-9fff-37f041a269ab",
                                                              "id_doc": "5dced27b-8caa-4447-b011-90f2606d0a2c",
                                                              "id_branch": "a0e6497e-fced-4b95-abab-6b76a373f458",
                                                              "nro_doc": "sample string 5",
                                                              "date_doc": "2026-09-06T06:46:51.4100192+02:00",
                                                              "date_tax": "2026-09-06T06:46:51.4100192+02:00",
                                                              "hour_doc": "00:00:00.1234567",
                                                              "block": true,
                                                              "id_ref": "6279281f-10d2-4898-ae71-10720030fb1c",
                                                              "id_relationship": "d9bd5d50-f783-4e9a-b1c2-dc7f037bd4e5",
                                                              "id_loc_from": "94b01116-dede-4810-b142-df85a74c9cbb",
                                                              "id_loc_end": "a08566e9-df87-4680-83a3-33472e9af59b",
                                                              "id_user_add": "1b973b2c-bc88-4bd2-9082-02b4ddd0c0ed",
                                                              "id_user_upd": "2fb50863-44e0-4537-afc1-8a9964d1b249",
                                                              "comment": "sample string 12",
                                                              "id_pos_sesion": "61872078-c403-4c0f-bdfe-0d3b7cd674d5",
                                                              "id_room_unit": "6a24e055-ae41-4b3b-8f47-d2a714f344c9",
                                                              "ref_locator": "sample string 13",
                                                              "ref_zone_aut": "sample string 14",
                                                              "id_pos_type": "98022daf-3184-402f-b624-26b09ec1fa1b",
                                                              "p_dis": 15.1,
                                                              "p_chr": 16.1,
                                                              "amt_net": 17.1,
                                                              "amt_tax": 18.1,
                                                              "amt_dis": 19.1,
                                                              "amt_chr": 20.1,
                                                              "amt_tot": 21.1,
                                                              "active": true,
                                                              "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                              "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                              "commited": true,
                                                              "created_by": 1,
                                                              "doc_print": true,
                                                              "mt_branches": {
                                                                "$ref": "6"
                                                              },
                                                              "mt_docs": {
                                                                "$ref": "21"
                                                              },
                                                              "mt_locations": {
                                                                "$id": "29",
                                                                "id": "4a2dc646-da26-4f23-ad8e-be456c048427",
                                                                "id_mask": "sample string 2",
                                                                "name": "sample string 3",
                                                                "description": "sample string 4",
                                                                "reserved": true,
                                                                "id_branch": "506c3272-e3c0-4c48-9a63-21f66e40dcf8",
                                                                "active": true,
                                                                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                "id_user_upd": "e7f4339d-1da4-4f5a-bb97-ef6ceff88fda",
                                                                "commited": true,
                                                                "mt_branches": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_users": {
                                                                  "$ref": "5"
                                                                },
                                                                "tt_doc_sa": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_doc_sa1": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_doc_st": [
                                                                  {
                                                                    "$id": "30",
                                                                    "id": "949861dd-d2e7-4057-922f-5c0eec93600d",
                                                                    "id_pos": "854c682d-52ac-4177-b3be-ff740247fff9",
                                                                    "id_doc": "b05b161b-537a-4533-8579-7f749c7ef4bc",
                                                                    "id_branch": "c7beec99-a54c-4733-809c-3aed24008e43",
                                                                    "nro_doc": "sample string 5",
                                                                    "date_doc": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "block": true,
                                                                    "nro_original": "sample string 8",
                                                                    "id_ref": "879d95a8-6d56-438c-9770-64893e50e50f",
                                                                    "id_loc_from": "cbac8b4c-30d3-4bce-8c11-76a0d68fc73e",
                                                                    "id_loc_end": "01bc94b9-00c3-47d1-bb65-cb8b71ed1fe0",
                                                                    "id_user_add": "34edaefe-114c-47e2-87c4-9227b667fe11",
                                                                    "id_user_upd": "7ae95481-2a51-4bd3-8cc3-a225bccb0a83",
                                                                    "id_pos_sesion": "2b3eefb2-7efe-4889-b737-72d660f4d017",
                                                                    "comment": "sample string 12",
                                                                    "status": 1,
                                                                    "is_send": true,
                                                                    "date_send": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "mt_branches": {
                                                                      "$ref": "6"
                                                                    },
                                                                    "mt_docs": {
                                                                      "$ref": "21"
                                                                    },
                                                                    "mt_locations": {
                                                                      "$ref": "29"
                                                                    },
                                                                    "mt_locations1": {
                                                                      "$ref": "29"
                                                                    },
                                                                    "mt_pos": {
                                                                      "$ref": "24"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users1": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_st_det": [
                                                                      {
                                                                        "$id": "31",
                                                                        "id_doc_st": "7c7a209c-7c92-4fd8-b184-4c6467738a81",
                                                                        "id_line": 2,
                                                                        "id_item": "6de4cd47-8420-4869-835c-0e3e8f650953",
                                                                        "comment": "sample string 4",
                                                                        "qty": 5.1,
                                                                        "status": 1,
                                                                        "active": true,
                                                                        "mt_items": {
                                                                          "$ref": "3"
                                                                        },
                                                                        "tt_doc_st": {
                                                                          "$ref": "30"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "31"
                                                                      }
                                                                    ],
                                                                    "tt_doc_st1": [
                                                                      {
                                                                        "$ref": "30"
                                                                      },
                                                                      {
                                                                        "$ref": "30"
                                                                      }
                                                                    ],
                                                                    "tt_doc_st2": {
                                                                      "$ref": "30"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "30"
                                                                  }
                                                                ],
                                                                "tt_doc_st1": [
                                                                  {
                                                                    "$ref": "30"
                                                                  },
                                                                  {
                                                                    "$ref": "30"
                                                                  }
                                                                ],
                                                                "tt_stock": [
                                                                  {
                                                                    "$id": "32",
                                                                    "id_location": "8e0850fc-322f-4cc2-8848-cc2e16c78463",
                                                                    "id_item": "475f61ac-ee9b-4566-a327-e1cd2a108b7b",
                                                                    "stock_ideal": 3.1,
                                                                    "stock_min": 4.1,
                                                                    "stock_max": 5.1,
                                                                    "stock": 6.1,
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_locations": {
                                                                      "$ref": "29"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "32"
                                                                  }
                                                                ]
                                                              },
                                                              "mt_locations1": {
                                                                "$ref": "29"
                                                              },
                                                              "mt_pos": {
                                                                "$ref": "24"
                                                              },
                                                              "st_users": {
                                                                "$ref": "5"
                                                              },
                                                              "st_users1": {
                                                                "$ref": "5"
                                                              },
                                                              "tt_cloakrooms_units": [
                                                                {
                                                                  "$ref": "27"
                                                                },
                                                                {
                                                                  "$ref": "27"
                                                                }
                                                              ],
                                                              "tt_doc_sa_cashflow": [
                                                                {
                                                                  "$id": "33",
                                                                  "id_doc_sa": "37db8de1-bf1f-4fc0-914e-71173819e8c9",
                                                                  "id_pay": "0a606b23-88dd-4842-a921-52eb9d48dc64",
                                                                  "id_money": "de44d79f-0a46-46ff-9983-794c815d1f1b",
                                                                  "date_cashflow": "2026-09-06T06:46:51.4100192+02:00",
                                                                  "coefficient": 5.1,
                                                                  "id_user_add": "19770866-572b-4506-ae55-83ce603ec423",
                                                                  "amt_tot_md": 7.1,
                                                                  "amt_tot_mo": 8.1,
                                                                  "mt_payment_types": {
                                                                    "$ref": "19"
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "5"
                                                                  },
                                                                  "mt_money_types": {
                                                                    "$id": "34",
                                                                    "id": "aeae5c37-c002-4a19-a3a5-d5f2017e1dba",
                                                                    "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": "eb85b77f-b2fe-475e-8f89-13dd112afd13",
                                                                    "view_pos": true,
                                                                    "order": 8,
                                                                    "color_border": "sample string 9",
                                                                    "color_button": "sample string 10",
                                                                    "color_font": "sample string 11",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "id_user_upd": "0f47f052-40d5-4c30-9b58-d500ab924aaf",
                                                                    "commited": true,
                                                                    "mt_docs_payment_money": [
                                                                      {
                                                                        "$ref": "20"
                                                                      },
                                                                      {
                                                                        "$ref": "20"
                                                                      }
                                                                    ],
                                                                    "mt_money_rates": [
                                                                      {
                                                                        "$id": "35",
                                                                        "id_money_1": "dc4c9f60-478a-435d-a8ae-dc5c9813d2f8",
                                                                        "id_money_2": "34440a88-e926-42a6-a107-8d2a8f8af3b7",
                                                                        "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "coefficient": 4.1,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_user_upd": "d551f140-06a8-4461-a81c-faea0268d061",
                                                                        "commited": true,
                                                                        "mt_money_types": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "mt_money_types1": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "35"
                                                                      }
                                                                    ],
                                                                    "mt_money_rates1": [
                                                                      {
                                                                        "$ref": "35"
                                                                      },
                                                                      {
                                                                        "$ref": "35"
                                                                      }
                                                                    ],
                                                                    "st_images": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_sa_cashflow": [
                                                                      {
                                                                        "$ref": "33"
                                                                      },
                                                                      {
                                                                        "$ref": "33"
                                                                      }
                                                                    ],
                                                                    "tt_doc_sa_pay": [
                                                                      {
                                                                        "$id": "36",
                                                                        "id_doc_sa": "849722db-9d0d-4c94-8bd4-cab91fcebf97",
                                                                        "id_line": 2,
                                                                        "id_pay": "5e2d2430-f8a5-4064-a7d5-566785ef2425",
                                                                        "id_money": "aaea2ec7-be52-48e7-9eca-462605ee8fb5",
                                                                        "coefficient": 5.1,
                                                                        "id_voucher": "7ef199e6-35e1-4790-b2c1-b78713972f58",
                                                                        "id_employee": "13a0a772-4099-4321-84e9-4625575ed29b",
                                                                        "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": "338bc2e6-3986-42cf-9012-8f9c32f0d93a",
                                                                        "coupon_id": "sample string 9",
                                                                        "terminal_id": "sample string 10",
                                                                        "card_name": "sample string 11",
                                                                        "card_bank": "sample string 12",
                                                                        "card_number": "sample string 13",
                                                                        "client_name": "sample string 14",
                                                                        "money_type": "sample string 15",
                                                                        "merchant_id": "sample string 16",
                                                                        "aid": "sample string 17",
                                                                        "auth_num": "sample string 18",
                                                                        "authorization": true,
                                                                        "signature": true,
                                                                        "contactless": true,
                                                                        "date_hour_pay": "sample string 19",
                                                                        "terminal_name": "sample string 20",
                                                                        "active": true,
                                                                        "mt_employees": {
                                                                          "$ref": "8"
                                                                        },
                                                                        "mt_money_types": {
                                                                          "$ref": "34"
                                                                        },
                                                                        "mt_payment_types": {
                                                                          "$ref": "19"
                                                                        },
                                                                        "tt_doc_sa": {
                                                                          "$ref": "28"
                                                                        },
                                                                        "tt_vouchers": {
                                                                          "$ref": "18"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "36"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "tt_doc_sa": {
                                                                    "$ref": "28"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "33"
                                                                }
                                                              ],
                                                              "tt_doc_sa_det": [
                                                                {
                                                                  "$ref": "11"
                                                                },
                                                                {
                                                                  "$ref": "11"
                                                                }
                                                              ],
                                                              "tt_doc_sa_pay": [
                                                                {
                                                                  "$ref": "36"
                                                                },
                                                                {
                                                                  "$ref": "36"
                                                                }
                                                              ],
                                                              "tt_doc_sa1": [
                                                                {
                                                                  "$ref": "28"
                                                                },
                                                                {
                                                                  "$ref": "28"
                                                                }
                                                              ],
                                                              "tt_doc_sa2": {
                                                                "$ref": "28"
                                                              },
                                                              "tt_pos_sesion": {
                                                                "$id": "37",
                                                                "id": "9473e3a8-a75b-4767-a0c2-58f58030acdd",
                                                                "nro_sesion": 2,
                                                                "id_pos": "84977607-9819-4be2-a74e-e4dac4e0e3e1",
                                                                "date_tax": "2026-09-06T06:46:51.4100192+02:00",
                                                                "date_open": "2026-09-06T06:46:51.4100192+02:00",
                                                                "date_close": "2026-09-06T06:46:51.4100192+02:00",
                                                                "id_user_open": "60b2ccbf-610d-4e0c-bf69-c9d89817f497",
                                                                "id_user_close": "ffd57be0-da54-4221-83d3-000665b5139d",
                                                                "nro_z": 1,
                                                                "amt_tot": 1.1,
                                                                "locator_event": "sample string 6",
                                                                "status_pos": 7,
                                                                "training_sesion": true,
                                                                "active": true,
                                                                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                "commited": true,
                                                                "mt_pos": {
                                                                  "$ref": "24"
                                                                },
                                                                "tt_cloakrooms_units": [
                                                                  {
                                                                    "$ref": "27"
                                                                  },
                                                                  {
                                                                    "$ref": "27"
                                                                  }
                                                                ],
                                                                "tt_items_customs": [
                                                                  {
                                                                    "$id": "38",
                                                                    "id": "37655674-fd1d-4348-beea-7053133166b7",
                                                                    "order_id": 2,
                                                                    "id_item": "a98df9dd-bb3e-4d35-ac1b-aa8bc258caa3",
                                                                    "id_item_type": "36f51751-f766-4310-b1da-fb737df2fbf9",
                                                                    "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": "845bb848-944a-4b89-8ee9-adb8d584ffa7",
                                                                    "type_item": 11,
                                                                    "id_voucher_json": "b2231ed5-80b5-4751-a5f8-a7a07ffab22b",
                                                                    "count_voucher": 1,
                                                                    "id_category": "4b78e387-50a5-4ac1-ac7a-227a603e8cbc",
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "id_user_upd": "ae33cdac-795f-4098-840f-74ee5c43d3b5",
                                                                    "commited": true,
                                                                    "mt_items": {
                                                                      "$ref": "3"
                                                                    },
                                                                    "mt_items_types": {
                                                                      "$ref": "16"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "38"
                                                                  }
                                                                ],
                                                                "tt_doc_sa_pt": [
                                                                  {
                                                                    "$id": "39",
                                                                    "id": "fb750aed-1cb9-4034-9f78-03a6b7f7aa43",
                                                                    "json_object": "sample string 2",
                                                                    "json_pays": "sample string 3",
                                                                    "id_pos_sesion": "912dde7b-8c56-4f3e-bf4d-9270b3260f0f",
                                                                    "type_pay": 5,
                                                                    "module": "sample string 6",
                                                                    "process": true,
                                                                    "json_cloackrooms": "sample string 8",
                                                                    "multi_select": 9,
                                                                    "terminal_name": "sample string 10",
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "39"
                                                                  }
                                                                ],
                                                                "tt_rooms_units_activity": [
                                                                  {
                                                                    "$id": "40",
                                                                    "id": "df5f5856-a1c1-48e2-9065-be9929d69dea",
                                                                    "id_room_unit": "1923bd7c-c963-4408-bdf3-f1ff713d8217",
                                                                    "id_room_list": "98d250e4-5dd0-4522-a8af-affa6cb5e4bd",
                                                                    "nro_res_ext": "sample string 3",
                                                                    "date_reserved": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "date_open": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "date_close": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "id_employee": "ee028319-5442-4178-b9a3-ac90a0e5d3db",
                                                                    "id_employee_sec": "e2ff48fe-f5a9-4188-b463-8b667ffbc1e0",
                                                                    "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": "8a8e0aaf-e1cb-4c07-99c1-9474bbb86e5d",
                                                                    "comment": "sample string 7",
                                                                    "id_user_open": "d32e6626-6870-4f3c-b72c-7e87d5448fa8",
                                                                    "id_user_close": "b6af2229-56eb-4920-916a-12dd7fd890fa",
                                                                    "id_unit_state": "ff2d39c9-27f4-430a-a2a0-93e685d3c61d",
                                                                    "id_pos_sesion": "1238851b-f13b-42bf-90cf-4466c47ab7b2",
                                                                    "vip": true,
                                                                    "paid": true,
                                                                    "send": true,
                                                                    "send_date": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "mt_employees": {
                                                                      "$ref": "8"
                                                                    },
                                                                    "mt_employees1": {
                                                                      "$ref": "8"
                                                                    },
                                                                    "mt_rooms_units": {
                                                                      "$id": "41",
                                                                      "id": "0d1efede-f93a-4239-b24b-1241528f1b90",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "name_label": "sample string 4",
                                                                      "name_zone": "sample string 5",
                                                                      "order": 6,
                                                                      "id_room": "318059c4-4a7a-4bcd-85b1-e0812f7241c5",
                                                                      "pax": 8,
                                                                      "pos_x": 9,
                                                                      "pos_y": 10,
                                                                      "size_w": 1,
                                                                      "size_h": 1,
                                                                      "in_map": true,
                                                                      "reserved_on": true,
                                                                      "id_room_type": "f6890d18-5204-48fe-98e2-4be6cab2655d",
                                                                      "locked": true,
                                                                      "date_locked": "2026-09-06T06:46:51.4100192+02:00",
                                                                      "comment_locked": "sample string 15",
                                                                      "active": true,
                                                                      "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                      "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                      "id_user_upd": "75431753-5097-4b0b-9085-5270bfc7793c",
                                                                      "commited": true,
                                                                      "mt_rooms": {
                                                                        "$id": "42",
                                                                        "id": "91fb40db-aaac-4e70-9fd0-d03340f94ae5",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "id_branch": "39864647-6a4b-4b8c-82aa-763d3f29a7ee",
                                                                        "name_pos": "sample string 6",
                                                                        "id_image": "560d18e7-5866-4ba9-93d7-9f65dad0c082",
                                                                        "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": "e74473bb-faf2-45ec-9f98-53b9fdf31f02",
                                                                        "refresh_status": true,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_user_upd": "5bfcd9ce-5f66-4f1e-a795-1d77b00bd5b8",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_pos_rooms": [
                                                                          {
                                                                            "$id": "43",
                                                                            "id_pos": "36a1c667-659e-4b97-8b3c-12e61aeab303",
                                                                            "id_room": "8b20d41f-7681-49d9-933b-dbf0d4c00845",
                                                                            "active": true,
                                                                            "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "id_user_upd": "503e6746-964d-476a-9379-2ef62ab7a132",
                                                                            "commited": true,
                                                                            "mt_pos": {
                                                                              "$ref": "24"
                                                                            },
                                                                            "mt_rooms": {
                                                                              "$ref": "42"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "43"
                                                                          }
                                                                        ],
                                                                        "st_images": {
                                                                          "$ref": "7"
                                                                        },
                                                                        "st_images1": {
                                                                          "$ref": "7"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "mt_rooms_units": [
                                                                          {
                                                                            "$ref": "41"
                                                                          },
                                                                          {
                                                                            "$ref": "41"
                                                                          }
                                                                        ],
                                                                        "tt_rooms_list": [
                                                                          {
                                                                            "$id": "44",
                                                                            "id": "1640dd7d-7a44-48cf-a575-cbe0bbe71518",
                                                                            "id_room": "dff7b8ff-6a6e-4fb4-9048-c1db97ae76eb",
                                                                            "date_in": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "date_out": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "id_user_add": "729da119-9627-4b3e-8afd-b19ba9c6217a",
                                                                            "from_reservation": "sample string 5",
                                                                            "pax": 6,
                                                                            "status": 7,
                                                                            "comment": "sample string 8",
                                                                            "active": true,
                                                                            "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "commited": true,
                                                                            "mt_rooms": {
                                                                              "$ref": "42"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            },
                                                                            "tt_rooms_units_activity": [
                                                                              {
                                                                                "$ref": "40"
                                                                              },
                                                                              {
                                                                                "$ref": "40"
                                                                              }
                                                                            ]
                                                                          },
                                                                          {
                                                                            "$ref": "44"
                                                                          }
                                                                        ]
                                                                      },
                                                                      "mt_rooms_units_types": {
                                                                        "$id": "45",
                                                                        "id": "1f92778b-f385-45bc-90b4-5168eb73da03",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "high": 5,
                                                                        "width": 6,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_user_upd": "6e328cca-e767-4935-a278-3c24d2be0076",
                                                                        "commited": true,
                                                                        "mt_rooms_units": [
                                                                          {
                                                                            "$ref": "41"
                                                                          },
                                                                          {
                                                                            "$ref": "41"
                                                                          }
                                                                        ],
                                                                        "mt_rooms_units_states_types": [
                                                                          {
                                                                            "$id": "46",
                                                                            "id_room_type": "731585bd-e040-42a8-993b-5cba14873fe1",
                                                                            "id_room_state": "2e33d619-2169-440f-a55f-ef3f39bd60c5",
                                                                            "id_image": "958b157f-fa7e-4b1d-85a9-09dc7850c1ff",
                                                                            "color_font": "sample string 4",
                                                                            "font_bold": true,
                                                                            "font_underline": true,
                                                                            "font_size": 7,
                                                                            "active": true,
                                                                            "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "id_user_upd": "c6cc9c6b-710c-4fee-a61c-32d50b1e6f2d",
                                                                            "commited": true,
                                                                            "mt_rooms_units_states": {
                                                                              "$id": "47",
                                                                              "id": "bac1b286-95e7-4e33-a9f2-be043872bc67",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "description": "sample string 4",
                                                                              "color": "sample string 5",
                                                                              "active": true,
                                                                              "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                              "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                              "id_user_upd": "2757f36c-b317-4f6d-a4d6-80709a3c632e",
                                                                              "commited": true,
                                                                              "st_users": {
                                                                                "$ref": "5"
                                                                              },
                                                                              "mt_rooms_units_states_types": [
                                                                                {
                                                                                  "$ref": "46"
                                                                                },
                                                                                {
                                                                                  "$ref": "46"
                                                                                }
                                                                              ],
                                                                              "tt_rooms_units_activity": [
                                                                                {
                                                                                  "$ref": "40"
                                                                                },
                                                                                {
                                                                                  "$ref": "40"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "mt_rooms_units_types": {
                                                                              "$ref": "45"
                                                                            },
                                                                            "st_images": {
                                                                              "$ref": "7"
                                                                            },
                                                                            "st_users": {
                                                                              "$ref": "5"
                                                                            }
                                                                          },
                                                                          {
                                                                            "$ref": "46"
                                                                          }
                                                                        ],
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      "st_users": {
                                                                        "$ref": "5"
                                                                      },
                                                                      "tt_rooms_units_activity": [
                                                                        {
                                                                          "$ref": "40"
                                                                        },
                                                                        {
                                                                          "$ref": "40"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "mt_rooms_units_states": {
                                                                      "$ref": "47"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users1": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_doc_sa": [
                                                                      {
                                                                        "$ref": "28"
                                                                      },
                                                                      {
                                                                        "$ref": "28"
                                                                      }
                                                                    ],
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    },
                                                                    "tt_rooms_list": {
                                                                      "$ref": "44"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "40"
                                                                  }
                                                                ],
                                                                "st_users": {
                                                                  "$ref": "5"
                                                                },
                                                                "st_users1": {
                                                                  "$ref": "5"
                                                                },
                                                                "tt_tips": [
                                                                  {
                                                                    "$id": "48",
                                                                    "id": "bfeb4058-f037-41b0-bfcd-db5b73b1d74f",
                                                                    "id_pos_sesion": "983e6ab3-110a-4a3e-819c-1e574fb74711",
                                                                    "amt_card": 1.1,
                                                                    "amt_cash": 1.1,
                                                                    "id_user": "1d0dd9d4-8a8a-4619-8c0f-6d1b7bf607ec",
                                                                    "id_room_unit_activity": "04c072af-21d4-4d21-8de6-bbc49f8c910f",
                                                                    "id_doc_sa": "e4e553b3-56bd-4dba-abe0-46612eb6158b",
                                                                    "id_pos_type": "39481c88-608b-4b40-a732-77e0a31698ef",
                                                                    "block": true,
                                                                    "comment": "sample string 5",
                                                                    "json_response": "sample string 6",
                                                                    "id_doc_ref": "49657a65-9f5f-4f6f-b769-48381499c658",
                                                                    "coupon_id": "sample string 7",
                                                                    "terminal_id": "sample string 8",
                                                                    "card_name": "sample string 9",
                                                                    "card_bank": "sample string 10",
                                                                    "card_number": "sample string 11",
                                                                    "client_name": "sample string 12",
                                                                    "money_type": "sample string 13",
                                                                    "merchant_id": "sample string 14",
                                                                    "aid": "sample string 15",
                                                                    "auth_num": "sample string 16",
                                                                    "authorization": true,
                                                                    "signature": true,
                                                                    "contactless": true,
                                                                    "date_hour_pay": "sample string 17",
                                                                    "terminal_name": "sample string 18",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    },
                                                                    "tt_tips_users": [
                                                                      {
                                                                        "$id": "49",
                                                                        "id_tip": "c020a125-295c-44f5-a251-9d750318b83f",
                                                                        "id_user": "bc0b2c32-fe5c-4e49-b807-2d5d277f4c39",
                                                                        "amt_card": 1.1,
                                                                        "amt_cash": 1.1,
                                                                        "type_share": 3,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "commited": true,
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        },
                                                                        "tt_tips": {
                                                                          "$ref": "48"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "49"
                                                                      }
                                                                    ]
                                                                  },
                                                                  {
                                                                    "$ref": "48"
                                                                  }
                                                                ],
                                                                "tt_pos_sesion_users": [
                                                                  {
                                                                    "$id": "50",
                                                                    "id_pos_sesion": "92d69598-472e-43a4-86e1-e0ddb01ba512",
                                                                    "id_user": "15f97244-5b69-497e-a271-a8e887f6805c",
                                                                    "date_add": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "distribution_index": 1.1,
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "50"
                                                                  }
                                                                ],
                                                                "tt_doc_sa": [
                                                                  {
                                                                    "$ref": "28"
                                                                  },
                                                                  {
                                                                    "$ref": "28"
                                                                  }
                                                                ],
                                                                "tt_cmd_connection": [
                                                                  {
                                                                    "$id": "51",
                                                                    "id": "55b87386-5ca3-4335-a075-4354d0f56330",
                                                                    "id_user": "a6cb6e12-9c8f-4286-9045-032be34d1386",
                                                                    "id_user_profile": "6d5e7383-1865-4059-92db-ae20338bb65d",
                                                                    "locator": "sample string 4",
                                                                    "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "id_pos_sesion": "f1bb6dc1-81e2-4dd4-af81-1cde888bc2bf",
                                                                    "date_login": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "date_logout": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "terminal_id": "sample string 6",
                                                                    "terminal_type": "sample string 7",
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "st_users_profiles": {
                                                                      "$id": "52",
                                                                      "id": "bbcaea05-e779-4e8c-9c0f-a740d5ae8a46",
                                                                      "id_mask": "sample string 2",
                                                                      "name": "sample string 3",
                                                                      "description": "sample string 4",
                                                                      "is_pass_required": true,
                                                                      "is_admin": true,
                                                                      "level_id": 7,
                                                                      "order_1": 8,
                                                                      "order_2": 9,
                                                                      "order_3": 10,
                                                                      "order_4": 11,
                                                                      "is_tips": true,
                                                                      "is_view_all": true,
                                                                      "active": true,
                                                                      "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                      "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                      "commited": true,
                                                                      "st_permisions": [
                                                                        {
                                                                          "$id": "53",
                                                                          "id": "1a62b878-d4bc-4157-a574-6ff74f1fd64a",
                                                                          "id_function": "fc37115e-c8a3-4f35-aa6e-a880aa383600",
                                                                          "id_user": "b43dd913-0003-4b8c-b3c9-a5c93b613dc4",
                                                                          "id_profile": "8ea1e53c-5891-41b5-b945-9f01a11036e4",
                                                                          "permission": 3,
                                                                          "active": true,
                                                                          "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                          "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                          "commited": true,
                                                                          "st_users_profiles": {
                                                                            "$ref": "52"
                                                                          },
                                                                          "st_users": {
                                                                            "$ref": "5"
                                                                          },
                                                                          "st_functions": {
                                                                            "$id": "54",
                                                                            "id": "5e7cadca-8ccc-4858-b739-a035ae17af12",
                                                                            "id_mask": "sample string 2",
                                                                            "name": "sample string 3",
                                                                            "description": "sample string 4",
                                                                            "level_id": 5,
                                                                            "id_group": "6dbb5913-18bb-477a-acde-92151eb3dcff",
                                                                            "name_event": "sample string 7",
                                                                            "name_pos": "sample string 8",
                                                                            "id_image": "d865c7d7-28b1-4dc8-8e29-747f9bef3b34",
                                                                            "view_pos": true,
                                                                            "order": 10,
                                                                            "color_border": "sample string 11",
                                                                            "color_button": "sample string 12",
                                                                            "color_font": "sample string 13",
                                                                            "font_bold": true,
                                                                            "font_underline": true,
                                                                            "font_size": 16,
                                                                            "active": true,
                                                                            "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                            "commited": true,
                                                                            "st_functions_groups": {
                                                                              "$id": "55",
                                                                              "id": "fe213067-e725-4de7-b4fb-89f03b75875a",
                                                                              "id_mask": "sample string 2",
                                                                              "name": "sample string 3",
                                                                              "description": "sample string 4",
                                                                              "active": true,
                                                                              "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                              "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                              "commited": true,
                                                                              "st_functions": [
                                                                                {
                                                                                  "$ref": "54"
                                                                                },
                                                                                {
                                                                                  "$ref": "54"
                                                                                }
                                                                              ]
                                                                            },
                                                                            "st_images": {
                                                                              "$ref": "7"
                                                                            },
                                                                            "st_permisions": [
                                                                              {
                                                                                "$ref": "53"
                                                                              },
                                                                              {
                                                                                "$ref": "53"
                                                                              }
                                                                            ]
                                                                          }
                                                                        },
                                                                        {
                                                                          "$ref": "53"
                                                                        }
                                                                      ],
                                                                      "st_users": [
                                                                        {
                                                                          "$ref": "5"
                                                                        },
                                                                        {
                                                                          "$ref": "5"
                                                                        }
                                                                      ],
                                                                      "tt_cmd_connection": [
                                                                        {
                                                                          "$ref": "51"
                                                                        },
                                                                        {
                                                                          "$ref": "51"
                                                                        }
                                                                      ]
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "51"
                                                                  }
                                                                ],
                                                                "tt_cmd_messages": [
                                                                  {
                                                                    "$id": "56",
                                                                    "id": "adc29afb-18eb-419b-8c9e-66aa4a14b2ce",
                                                                    "id_user": "d4cfe4e2-5d51-4763-979e-b1feb47b5c18",
                                                                    "date_add": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "destiny_type": 4,
                                                                    "id_key": "ce1c4d64-fb31-4e0a-a6ec-331ac0ef87e7",
                                                                    "message": "sample string 6",
                                                                    "message_view": true,
                                                                    "date_view": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "id_pos_sesion": "9f1e8489-f1bf-4a32-b86a-3d59c7785c78",
                                                                    "terminal_add": "sample string 9",
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "commited": true,
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "tt_pos_sesion": {
                                                                      "$ref": "37"
                                                                    }
                                                                  },
                                                                  {
                                                                    "$ref": "56"
                                                                  }
                                                                ]
                                                              },
                                                              "tt_rooms_units_activity": {
                                                                "$ref": "40"
                                                              },
                                                              "tt_spool_doc_print": [
                                                                {
                                                                  "$id": "57",
                                                                  "id": "7d5f7d56-e438-403a-bd29-004b76131a10",
                                                                  "spool_server": "sample string 2",
                                                                  "id_doc_sa": "fc01cde3-36a6-4c34-a9fc-647370dcf96a",
                                                                  "spool_printer": "sample string 4",
                                                                  "count": 5,
                                                                  "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                  "printed": true,
                                                                  "print_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                  "tt_doc_sa": {
                                                                    "$ref": "28"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "57"
                                                                }
                                                              ]
                                                            },
                                                            "tt_pos_sesion": {
                                                              "$ref": "37"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "27"
                                                          }
                                                        ]
                                                      },
                                                      {
                                                        "$ref": "26"
                                                      }
                                                    ],
                                                    "mt_items_featured": [
                                                      {
                                                        "$id": "58",
                                                        "id": "6965fc7e-8d9e-4e74-b65c-3f2c4a92ada5",
                                                        "id_branch": "fdf279e1-040f-4713-be23-14d177cfebf7",
                                                        "id_pos_type": "4fa9c14d-8fd2-4b65-b4e6-46fae7435cab",
                                                        "id_pos": "3528a9eb-5ca6-44b4-8bdf-83c4bfd71d38",
                                                        "id_item": "f68b75bb-de25-41ee-988c-4bafd3e71d58",
                                                        "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                                        "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                                        "image_id": 4,
                                                        "active": true,
                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                        "id_user_upd": "058b6599-6f72-4632-b2f3-4f4fbe723130",
                                                        "commited": true,
                                                        "mt_branches": {
                                                          "$ref": "6"
                                                        },
                                                        "mt_items": {
                                                          "$ref": "3"
                                                        },
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "mt_pos_types": {
                                                          "$id": "59",
                                                          "id": "a835cab8-bc5b-4308-ac37-ac488dc788b1",
                                                          "id_mask": "sample string 2",
                                                          "name": "sample string 3",
                                                          "is_module": true,
                                                          "order": 5,
                                                          "active": true,
                                                          "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                          "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                          "id_user_upd": "b343f83f-f08c-4d03-9ac7-9b540cdf787d",
                                                          "commited": true,
                                                          "mt_items_featured": [
                                                            {
                                                              "$ref": "58"
                                                            },
                                                            {
                                                              "$ref": "58"
                                                            }
                                                          ],
                                                          "mt_pos_doc_print": [
                                                            {
                                                              "$ref": "22"
                                                            },
                                                            {
                                                              "$ref": "22"
                                                            }
                                                          ],
                                                          "st_users": {
                                                            "$ref": "5"
                                                          },
                                                          "mt_pos_view": [
                                                            {
                                                              "$id": "60",
                                                              "id_pos": "af81dff6-4aaa-482f-88e0-24e68cc4edf3",
                                                              "id_pos_type": "00eedceb-fbb6-4816-b308-54a82373fc58",
                                                              "is_default": true,
                                                              "active": true,
                                                              "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                              "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                              "id_user_upd": "b3e7fdc9-8e97-4ad6-b98f-6ffe8ff1c304",
                                                              "commited": true,
                                                              "mt_pos": {
                                                                "$ref": "24"
                                                              },
                                                              "mt_pos_prices_list": [
                                                                {
                                                                  "$id": "61",
                                                                  "id_pos": "8f8a5f11-20fd-4d6b-a526-208875fb3c9d",
                                                                  "id_pos_type": "32465a65-bbb4-4c7d-b363-e6880d6aa53d",
                                                                  "id_price_list": "c4e5d568-30ca-45bd-afaa-312a4654c95f",
                                                                  "is_default": true,
                                                                  "view_mon": true,
                                                                  "view_tue": true,
                                                                  "view_wed": true,
                                                                  "view_thu": true,
                                                                  "view_fri": true,
                                                                  "view_sat": true,
                                                                  "view_sun": true,
                                                                  "active": true,
                                                                  "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                  "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                  "id_user_upd": "5eb571a9-8cf3-4eff-b997-92d797b93f46",
                                                                  "commited": true,
                                                                  "mt_pos_view": {
                                                                    "$ref": "60"
                                                                  },
                                                                  "mt_prices_list": {
                                                                    "$id": "62",
                                                                    "id": "37cb6069-ba22-49d0-b7ea-b94d6bc38f00",
                                                                    "id_mask": "sample string 2",
                                                                    "name": "sample string 3",
                                                                    "description": "sample string 4",
                                                                    "id_ref": "ac02164f-258f-4121-8867-c40830a3b646",
                                                                    "tax_included": true,
                                                                    "switch_select": true,
                                                                    "item_type_default": 7,
                                                                    "name_pos": "sample string 8",
                                                                    "id_image": "382cf503-7d8c-4f4a-9353-afac96d98feb",
                                                                    "view_pos": true,
                                                                    "order": 10,
                                                                    "color_border": "sample string 11",
                                                                    "color_button": "sample string 12",
                                                                    "color_font": "sample string 13",
                                                                    "active": true,
                                                                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                    "id_user_upd": "3bfcdd4d-1cf0-441f-8d38-a6c014f5bed4",
                                                                    "commited": true,
                                                                    "mt_pos_prices_list": [
                                                                      {
                                                                        "$ref": "61"
                                                                      },
                                                                      {
                                                                        "$ref": "61"
                                                                      }
                                                                    ],
                                                                    "mt_prices_items": [
                                                                      {
                                                                        "$id": "63",
                                                                        "id_list": "9bd0b402-86a0-4789-98f5-ea3e8f7ab5a2",
                                                                        "id_item_sub": "910cd2d1-0bed-4341-a7d9-0082be13cbec",
                                                                        "validity_date": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "price": 4.1,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_user_upd": "05cef997-8571-44e0-8743-94d0645a0245",
                                                                        "commited": true,
                                                                        "mt_items_sub": {
                                                                          "$ref": "12"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "63"
                                                                      }
                                                                    ],
                                                                    "mt_prices_list1": [
                                                                      {
                                                                        "$ref": "62"
                                                                      },
                                                                      {
                                                                        "$ref": "62"
                                                                      }
                                                                    ],
                                                                    "mt_prices_list2": {
                                                                      "$ref": "62"
                                                                    },
                                                                    "mt_prices_list_rules": [
                                                                      {
                                                                        "$id": "64",
                                                                        "id": "c382c8bd-a610-4ed8-8420-bbdcf4330bee",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_branch": "d18332fb-c257-4dbf-8c01-13a7069abc34",
                                                                        "id_pos": "afc7264f-715e-4564-9b1c-36fe88398a1c",
                                                                        "id_list": "bb8643ab-f244-411a-a8bd-cb08a8ae27bb",
                                                                        "view_list": true,
                                                                        "is_default": true,
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_user_upd": "81e174e3-be65-42ba-b544-32f5601d5625",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_pos": {
                                                                          "$ref": "24"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "64"
                                                                      }
                                                                    ],
                                                                    "st_images": {
                                                                      "$ref": "7"
                                                                    },
                                                                    "st_users": {
                                                                      "$ref": "5"
                                                                    },
                                                                    "mt_prices_rules": [
                                                                      {
                                                                        "$id": "65",
                                                                        "id": "cfff3c9f-b5f7-4f28-b73f-008fcfb7dec9",
                                                                        "id_mask": "sample string 2",
                                                                        "name": "sample string 3",
                                                                        "description": "sample string 4",
                                                                        "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "date_end": "2026-09-06T06:46:51.4100192+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": "b935b039-0cf5-49e4-9e91-489d3bd2b925",
                                                                        "id_pos": "31c4f003-7f46-43db-ab2b-f06c42777260",
                                                                        "id_list": "bb72b401-bcc2-4873-8794-b629fe147958",
                                                                        "id_item": "808f6417-c50f-4929-a366-47bf21fc7bca",
                                                                        "id_item_type": "549032d1-b394-4c4d-a7bd-ee84b86d27c8",
                                                                        "id_category": "85c86d60-a4be-4d28-a63c-f8e839fbf3d1",
                                                                        "by_day_week": true,
                                                                        "use_mon": true,
                                                                        "use_tue": true,
                                                                        "use_wed": true,
                                                                        "use_thu": true,
                                                                        "use_fri": true,
                                                                        "use_sat": true,
                                                                        "use_sun": true,
                                                                        "use_hour_ini": "00:00:00.1234567",
                                                                        "use_hour_end": "00:00:00.1234567",
                                                                        "active": true,
                                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                                        "id_user_upd": "1a4a23c6-df07-4a53-98d9-457c02d05273",
                                                                        "commited": true,
                                                                        "mt_branches": {
                                                                          "$ref": "6"
                                                                        },
                                                                        "mt_categories": {
                                                                          "$ref": "1"
                                                                        },
                                                                        "mt_items": {
                                                                          "$ref": "3"
                                                                        },
                                                                        "mt_items_types": {
                                                                          "$ref": "16"
                                                                        },
                                                                        "mt_pos": {
                                                                          "$ref": "24"
                                                                        },
                                                                        "mt_prices_list": {
                                                                          "$ref": "62"
                                                                        },
                                                                        "st_users": {
                                                                          "$ref": "5"
                                                                        }
                                                                      },
                                                                      {
                                                                        "$ref": "65"
                                                                      }
                                                                    ],
                                                                    "tt_doc_sa_det": [
                                                                      {
                                                                        "$ref": "11"
                                                                      },
                                                                      {
                                                                        "$ref": "11"
                                                                      }
                                                                    ]
                                                                  },
                                                                  "st_users": {
                                                                    "$ref": "5"
                                                                  }
                                                                },
                                                                {
                                                                  "$ref": "61"
                                                                }
                                                              ],
                                                              "mt_pos_types": {
                                                                "$ref": "59"
                                                              },
                                                              "st_users": {
                                                                "$ref": "5"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "60"
                                                            }
                                                          ]
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "58"
                                                      }
                                                    ],
                                                    "mt_pos_print": [
                                                      {
                                                        "$ref": "23"
                                                      },
                                                      {
                                                        "$ref": "23"
                                                      }
                                                    ],
                                                    "mt_pos_rooms": [
                                                      {
                                                        "$ref": "43"
                                                      },
                                                      {
                                                        "$ref": "43"
                                                      }
                                                    ],
                                                    "st_users": {
                                                      "$ref": "5"
                                                    },
                                                    "mt_pos_view": [
                                                      {
                                                        "$ref": "60"
                                                      },
                                                      {
                                                        "$ref": "60"
                                                      }
                                                    ],
                                                    "mt_prices_list_rules": [
                                                      {
                                                        "$ref": "64"
                                                      },
                                                      {
                                                        "$ref": "64"
                                                      }
                                                    ],
                                                    "mt_prices_rules": [
                                                      {
                                                        "$ref": "65"
                                                      },
                                                      {
                                                        "$ref": "65"
                                                      }
                                                    ],
                                                    "st_doc_num": [
                                                      {
                                                        "$id": "66",
                                                        "id_pos": "e96753e6-ae37-4b23-ab36-92c63b0432f6",
                                                        "id_doc": "f5062143-6123-4068-9a6f-47008678d796",
                                                        "value": 3,
                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                        "commited": true,
                                                        "mt_docs": {
                                                          "$ref": "21"
                                                        },
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "66"
                                                      }
                                                    ],
                                                    "st_pos_license": [
                                                      {
                                                        "$id": "67",
                                                        "id": "7af808c7-5d83-4516-9f3d-b193c0415e22",
                                                        "id_pos": "7501ca1f-6bff-4ea5-86ea-b1658cc8f537",
                                                        "mac_address": "sample string 3",
                                                        "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                                        "key_access": "sample string 5",
                                                        "id_user_add": "2dfed63e-ecda-4884-a80e-797dd71ba7ec",
                                                        "active": true,
                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "67"
                                                      }
                                                    ],
                                                    "st_users_pos": [
                                                      {
                                                        "$id": "68",
                                                        "id_user": "17a05a7e-510b-41ac-9419-8ce45a31248f",
                                                        "id_pos": "269e8d81-67b9-4b1c-8cb6-1ba1e8857cd9",
                                                        "pass_required": true,
                                                        "active": true,
                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "68"
                                                      }
                                                    ],
                                                    "tt_doc_sa": [
                                                      {
                                                        "$ref": "28"
                                                      },
                                                      {
                                                        "$ref": "28"
                                                      }
                                                    ],
                                                    "tt_pos_connection": [
                                                      {
                                                        "$id": "69",
                                                        "id": "148f91b6-d6f9-4e50-b7b5-38e062cdd929",
                                                        "id_pos": "7181426e-d500-4d44-9ba8-629ec2e5a34d",
                                                        "date_add": "2026-09-06T06:46:51.4100192+02:00",
                                                        "date_upd": "2026-09-06T06:46:51.4100192+02:00",
                                                        "date_out": "2026-09-06T06:46:51.4100192+02:00",
                                                        "connection_type": "sample string 3",
                                                        "connection_speed": 1,
                                                        "terminal_name": "sample string 4",
                                                        "version": "sample string 5",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "69"
                                                      }
                                                    ],
                                                    "tt_pos_sesion": [
                                                      {
                                                        "$ref": "37"
                                                      },
                                                      {
                                                        "$ref": "37"
                                                      }
                                                    ],
                                                    "mt_branches": {
                                                      "$ref": "6"
                                                    },
                                                    "tt_logs": [
                                                      {
                                                        "$id": "70",
                                                        "id": "f484068c-c1fe-49ac-a631-96db51e5e743",
                                                        "id_user_add": "6bc9a621-d4a7-49f1-a590-06317a5b34b3",
                                                        "id_table": "3f72090c-0773-4499-8c07-af6f809df0b0",
                                                        "message_log": "sample string 3",
                                                        "json_object": "sample string 4",
                                                        "log_type": "sample string 5",
                                                        "id_pos": "9a9f6312-605c-4942-a369-e08b92ff4fee",
                                                        "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        },
                                                        "st_sync_tables": {
                                                          "$id": "71",
                                                          "id": "f8115f50-7f01-4092-b68f-faf471084f0c",
                                                          "level": 2,
                                                          "order": 3,
                                                          "name": "sample string 4",
                                                          "log_ins": true,
                                                          "log_upd": true,
                                                          "packet_forward": true,
                                                          "active": true,
                                                          "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                          "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                          "commited": true,
                                                          "st_sync_packages_det": [
                                                            {
                                                              "$id": "72",
                                                              "id": "a1559ba5-c2c3-4fc9-9cfd-b1b3b3cfd7c4",
                                                              "id_sync": "70c3ad2f-5c2c-4b0f-bd07-f77c025d1057",
                                                              "json": "sample string 3",
                                                              "id_table": "61d70044-c144-41e5-a3de-c53a081dc2ff",
                                                              "order": 5,
                                                              "st_sync_packages": {
                                                                "$id": "73",
                                                                "id": "a1b69461-9224-44f4-90e5-9bf92eaf62dc",
                                                                "id_branch_from": "5185d82a-dccc-47a3-9d75-0294c7178c5c",
                                                                "id_branch_to": "1acbf542-bd09-41b6-8072-566fa36a7d17",
                                                                "type": 4,
                                                                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                "order": 6,
                                                                "status": 7,
                                                                "log_info": "sample string 8",
                                                                "sync_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                "send_on": "2026-09-06T06:46:51.4100192+02:00",
                                                                "mt_branches": {
                                                                  "$ref": "6"
                                                                },
                                                                "mt_branches1": {
                                                                  "$ref": "6"
                                                                },
                                                                "st_sync_packages_det": [
                                                                  {
                                                                    "$ref": "72"
                                                                  },
                                                                  {
                                                                    "$ref": "72"
                                                                  }
                                                                ]
                                                              },
                                                              "st_sync_tables": {
                                                                "$ref": "71"
                                                              }
                                                            },
                                                            {
                                                              "$ref": "72"
                                                            }
                                                          ],
                                                          "tt_logs": [
                                                            {
                                                              "$ref": "70"
                                                            },
                                                            {
                                                              "$ref": "70"
                                                            }
                                                          ]
                                                        },
                                                        "st_users": {
                                                          "$ref": "5"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "70"
                                                      }
                                                    ],
                                                    "st_local_variables": [
                                                      {
                                                        "$id": "74",
                                                        "id": "c6e370b9-428c-4326-9810-11610c705afa",
                                                        "id_pos": "4e43723b-7a29-42bf-a78b-eb08144042f4",
                                                        "name": "sample string 3",
                                                        "description": "sample string 4",
                                                        "value": "sample string 5",
                                                        "type": "sample string 6",
                                                        "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                        "commited": true,
                                                        "mt_pos": {
                                                          "$ref": "24"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "74"
                                                      }
                                                    ],
                                                    "tt_doc_st": [
                                                      {
                                                        "$ref": "30"
                                                      },
                                                      {
                                                        "$ref": "30"
                                                      }
                                                    ]
                                                  },
                                                  "mt_pos_doc_print": [
                                                    {
                                                      "$ref": "22"
                                                    },
                                                    {
                                                      "$ref": "22"
                                                    }
                                                  ],
                                                  "st_users": {
                                                    "$ref": "5"
                                                  }
                                                },
                                                "mt_pos_types": {
                                                  "$ref": "59"
                                                },
                                                "st_doc_print": {
                                                  "$id": "75",
                                                  "id": "d2fce14b-5314-4b7b-b505-738488eae29d",
                                                  "id_mask": "sample string 2",
                                                  "name": "sample string 3",
                                                  "description": "sample string 4",
                                                  "high_row": 5,
                                                  "high_doc": 6,
                                                  "with_doc": 7,
                                                  "to_file": true,
                                                  "active": true,
                                                  "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                                  "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                                  "commited": true,
                                                  "mt_pos_doc_print": [
                                                    {
                                                      "$ref": "22"
                                                    },
                                                    {
                                                      "$ref": "22"
                                                    }
                                                  ],
                                                  "st_doc_print_det": [
                                                    {
                                                      "$id": "76",
                                                      "id_doc_print": "b0e411f4-272e-4d5b-997d-3e0089c7c072",
                                                      "id_line": 2,
                                                      "text": "sample string 3",
                                                      "type_line": "sample string 4",
                                                      "type_align": "sample string 5",
                                                      "ref_line": 6,
                                                      "font_name": "sample string 7",
                                                      "font_bold": true,
                                                      "font_underline": true,
                                                      "font_color": "sample string 10",
                                                      "st_doc_print": {
                                                        "$ref": "75"
                                                      }
                                                    },
                                                    {
                                                      "$ref": "76"
                                                    }
                                                  ]
                                                },
                                                "st_users": {
                                                  "$ref": "5"
                                                }
                                              },
                                              {
                                                "$ref": "22"
                                              }
                                            ],
                                            "st_doc_num": [
                                              {
                                                "$ref": "66"
                                              },
                                              {
                                                "$ref": "66"
                                              }
                                            ],
                                            "tt_doc_sa": [
                                              {
                                                "$ref": "28"
                                              },
                                              {
                                                "$ref": "28"
                                              }
                                            ],
                                            "tt_doc_st": [
                                              {
                                                "$ref": "30"
                                              },
                                              {
                                                "$ref": "30"
                                              }
                                            ]
                                          },
                                          "mt_money_types": {
                                            "$ref": "34"
                                          },
                                          "mt_payment_types": {
                                            "$ref": "19"
                                          },
                                          "st_users": {
                                            "$ref": "5"
                                          }
                                        },
                                        {
                                          "$ref": "20"
                                        }
                                      ],
                                      "st_images": {
                                        "$ref": "7"
                                      },
                                      "st_users": {
                                        "$ref": "5"
                                      },
                                      "tt_doc_sa_cashflow": [
                                        {
                                          "$ref": "33"
                                        },
                                        {
                                          "$ref": "33"
                                        }
                                      ],
                                      "tt_doc_sa_pay": [
                                        {
                                          "$ref": "36"
                                        },
                                        {
                                          "$ref": "36"
                                        }
                                      ],
                                      "tt_vouchers": [
                                        {
                                          "$ref": "18"
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ]
                                    },
                                    "st_users": {
                                      "$ref": "5"
                                    },
                                    "tt_doc_sa_pay": [
                                      {
                                        "$ref": "36"
                                      },
                                      {
                                        "$ref": "36"
                                      }
                                    ],
                                    "tt_vouchers_det": [
                                      {
                                        "$ref": "17"
                                      },
                                      {
                                        "$ref": "17"
                                      }
                                    ],
                                    "tt_vouchers_permisions": {
                                      "$id": "77",
                                      "id": "5cf14bef-62ff-4758-b1dc-3ace4a73465c",
                                      "date_from": "2026-09-06T06:46:51.4100192+02:00",
                                      "date_end": "2026-09-06T06:46:51.4100192+02:00",
                                      "date_used": "2026-09-06T06:46:51.4100192+02:00",
                                      "id_employee": "38983d9b-2845-43fe-ba3a-af4fc924a527",
                                      "id_branch": "f4a4e691-0427-4911-a843-8e08a5c3178c",
                                      "count": 6,
                                      "count_used": 1,
                                      "unlimited": true,
                                      "id_user_add": "2ad03e64-c28d-480a-b025-ae6c17c48f2b",
                                      "is_entry": true,
                                      "is_consume": true,
                                      "active": true,
                                      "created_on": "2026-09-06T06:46:51.4100192+02:00",
                                      "last_update": "2026-09-06T06:46:51.4100192+02:00",
                                      "commited": true,
                                      "mt_branches": {
                                        "$ref": "6"
                                      },
                                      "mt_employees": {
                                        "$ref": "8"
                                      },
                                      "st_users": {
                                        "$ref": "5"
                                      },
                                      "tt_vouchers": [
                                        {
                                          "$ref": "18"
                                        },
                                        {
                                          "$ref": "18"
                                        }
                                      ]
                                    }
                                  }
                                },
                                {
                                  "$ref": "17"
                                }
                              ],
                              "st_images": {
                                "$ref": "7"
                              },
                              "st_users": {
                                "$ref": "5"
                              },
                              "mt_items_sub": [
                                {
                                  "$ref": "12"
                                },
                                {
                                  "$ref": "12"
                                }
                              ],
                              "mt_prices_rules": [
                                {
                                  "$ref": "65"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "tt_items_customs": [
                                {
                                  "$ref": "38"
                                },
                                {
                                  "$ref": "38"
                                }
                              ]
                            },
                            "mt_items_vouchers": {
                              "$id": "78",
                              "id": "1573aecc-bbd7-4e6c-a7a4-e075b2140ef3",
                              "id_mask": "sample string 2",
                              "name": "sample string 3",
                              "description": "sample string 4",
                              "json": "sample string 5",
                              "id_pay_type": "dcab29e1-a2ef-440b-8777-b53d33677977",
                              "id_doc_print": "8f8914d6-d115-4451-a9d7-a84a81c13a3f",
                              "hour_end": "00:00:00.1234567",
                              "price_item_sub": true,
                              "define_validity": true,
                              "price_ref": true,
                              "price_min": 11.1,
                              "supply_apply": 12,
                              "active": true,
                              "created_on": "2026-09-06T06:46:51.4100192+02:00",
                              "last_update": "2026-09-06T06:46:51.4100192+02:00",
                              "commited": true,
                              "mt_items_sub": [
                                {
                                  "$ref": "12"
                                },
                                {
                                  "$ref": "12"
                                }
                              ]
                            },
                            "st_users": {
                              "$ref": "5"
                            },
                            "mt_prices_items": [
                              {
                                "$ref": "63"
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "tt_doc_sa_det": [
                              {
                                "$ref": "11"
                              },
                              {
                                "$ref": "11"
                              }
                            ]
                          },
                          "mt_prices_list": {
                            "$ref": "62"
                          },
                          "st_users": {
                            "$ref": "5"
                          },
                          "st_users1": {
                            "$ref": "5"
                          },
                          "tt_doc_sa": {
                            "$ref": "28"
                          },
                          "tt_doc_sa_det_stock": [
                            {
                              "$id": "79",
                              "id_doc_sa": "f7477297-b134-4555-8e6a-a829fa005309",
                              "id_line": 2,
                              "id_item": "f0dfb436-0e17-4ed9-9dbf-b7ef6331bcc2",
                              "qty": 4.1,
                              "mt_items": {
                                "$ref": "3"
                              },
                              "tt_doc_sa_det": {
                                "$ref": "11"
                              }
                            },
                            {
                              "$ref": "79"
                            }
                          ]
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "tt_doc_sa_pay": [
                        {
                          "$ref": "36"
                        },
                        {
                          "$ref": "36"
                        }
                      ],
                      "tt_vouchers": [
                        {
                          "$ref": "18"
                        },
                        {
                          "$ref": "18"
                        }
                      ],
                      "tt_vouchers_permisions": [
                        {
                          "$ref": "77"
                        },
                        {
                          "$ref": "77"
                        }
                      ],
                      "tt_rooms_units_activity": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "tt_rooms_units_activity1": [
                        {
                          "$ref": "40"
                        },
                        {
                          "$ref": "40"
                        }
                      ]
                    },
                    {
                      "$ref": "8"
                    }
                  ],
                  "mt_items": [
                    {
                      "$ref": "3"
                    },
                    {
                      "$ref": "3"
                    }
                  ],
                  "mt_items_types": [
                    {
                      "$ref": "16"
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "mt_money_types": [
                    {
                      "$ref": "34"
                    },
                    {
                      "$ref": "34"
                    }
                  ],
                  "mt_payment_types": [
                    {
                      "$ref": "19"
                    },
                    {
                      "$ref": "19"
                    }
                  ],
                  "mt_prices_list": [
                    {
                      "$ref": "62"
                    },
                    {
                      "$ref": "62"
                    }
                  ],
                  "mt_rooms": [
                    {
                      "$ref": "42"
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "mt_rooms1": [
                    {
                      "$ref": "42"
                    },
                    {
                      "$ref": "42"
                    }
                  ],
                  "mt_rooms_units_states_types": [
                    {
                      "$ref": "46"
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "st_functions": [
                    {
                      "$ref": "54"
                    },
                    {
                      "$ref": "54"
                    }
                  ],
                  "st_images_types": {
                    "$id": "80",
                    "id": "8086c30f-ce19-4c1e-b909-dac874d47a4c",
                    "id_mask": "sample string 2",
                    "name": "sample string 3",
                    "description": "sample string 4",
                    "active": true,
                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                    "commited": true,
                    "st_images": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ]
                  },
                  "mt_docs": [
                    {
                      "$ref": "21"
                    },
                    {
                      "$ref": "21"
                    }
                  ],
                  "st_users": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "st_users1": [
                    {
                      "$ref": "5"
                    },
                    {
                      "$ref": "5"
                    }
                  ],
                  "mt_cloakrooms": [
                    {
                      "$ref": "26"
                    },
                    {
                      "$ref": "26"
                    }
                  ]
                },
                "st_users": {
                  "$ref": "5"
                },
                "mt_branches_zones": [
                  {
                    "$ref": "25"
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "mt_employees_branches": [
                  {
                    "$ref": "9"
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "mt_items_featured": [
                  {
                    "$ref": "58"
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "mt_locations": [
                  {
                    "$ref": "29"
                  },
                  {
                    "$ref": "29"
                  }
                ],
                "mt_periods": [
                  {
                    "$id": "81",
                    "id_branch": "d81b9696-0e01-4406-a8d9-61b9737564d1",
                    "exercise_id": 2,
                    "period_id": 3,
                    "date_from": "2026-09-06T06:46:51.4100192+02:00",
                    "date_end": "2026-09-06T06:46:51.4100192+02:00",
                    "state": "sample string 6",
                    "created_on": "2026-09-06T06:46:51.4100192+02:00",
                    "last_update": "2026-09-06T06:46:51.4100192+02:00",
                    "commited": true,
                    "mt_branches": {
                      "$ref": "6"
                    }
                  },
                  {
                    "$ref": "81"
                  }
                ],
                "mt_pos": [
                  {
                    "$ref": "24"
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "mt_prices_list_rules": [
                  {
                    "$ref": "64"
                  },
                  {
                    "$ref": "64"
                  }
                ],
                "mt_prices_rules": [
                  {
                    "$ref": "65"
                  },
                  {
                    "$ref": "65"
                  }
                ],
                "mt_rooms": [
                  {
                    "$ref": "42"
                  },
                  {
                    "$ref": "42"
                  }
                ],
                "st_sync_packages": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "st_sync_packages1": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "tt_doc_sa": [
                  {
                    "$ref": "28"
                  },
                  {
                    "$ref": "28"
                  }
                ],
                "tt_doc_st": [
                  {
                    "$ref": "30"
                  },
                  {
                    "$ref": "30"
                  }
                ],
                "tt_vouchers": [
                  {
                    "$ref": "18"
                  },
                  {
                    "$ref": "18"
                  }
                ],
                "tt_vouchers_permisions": [
                  {
                    "$ref": "77"
                  },
                  {
                    "$ref": "77"
                  }
                ]
              },
              {
                "$ref": "6"
              }
            ],
            "mt_branches_zones": [
              {
                "$ref": "25"
              },
              {
                "$ref": "25"
              }
            ],
            "mt_brands": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "mt_categories": [
              {
                "$ref": "1"
              },
              {
                "$ref": "1"
              }
            ],
            "mt_categories_items": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "mt_cloakrooms": [
              {
                "$ref": "26"
              },
              {
                "$ref": "26"
              }
            ],
            "mt_docs_payment_money": [
              {
                "$ref": "20"
              },
              {
                "$ref": "20"
              }
            ],
            "mt_employees": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "mt_employees_profiles": [
              {
                "$ref": "10"
              },
              {
                "$ref": "10"
              }
            ],
            "mt_items_featured": [
              {
                "$ref": "58"
              },
              {
                "$ref": "58"
              }
            ],
            "mt_items_sub": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ],
            "mt_items_types": [
              {
                "$ref": "16"
              },
              {
                "$ref": "16"
              }
            ],
            "mt_locations": [
              {
                "$ref": "29"
              },
              {
                "$ref": "29"
              }
            ],
            "mt_money_rates": [
              {
                "$ref": "35"
              },
              {
                "$ref": "35"
              }
            ],
            "mt_money_types": [
              {
                "$ref": "34"
              },
              {
                "$ref": "34"
              }
            ],
            "mt_payment_types": [
              {
                "$ref": "19"
              },
              {
                "$ref": "19"
              }
            ],
            "mt_pos": [
              {
                "$ref": "24"
              },
              {
                "$ref": "24"
              }
            ],
            "mt_pos_doc_print": [
              {
                "$ref": "22"
              },
              {
                "$ref": "22"
              }
            ],
            "mt_pos_prices_list": [
              {
                "$ref": "61"
              },
              {
                "$ref": "61"
              }
            ],
            "mt_pos_print": [
              {
                "$ref": "23"
              },
              {
                "$ref": "23"
              }
            ],
            "mt_pos_rooms": [
              {
                "$ref": "43"
              },
              {
                "$ref": "43"
              }
            ],
            "mt_pos_types": [
              {
                "$ref": "59"
              },
              {
                "$ref": "59"
              }
            ],
            "mt_pos_view": [
              {
                "$ref": "60"
              },
              {
                "$ref": "60"
              }
            ],
            "mt_prices_items": [
              {
                "$ref": "63"
              },
              {
                "$ref": "63"
              }
            ],
            "mt_prices_list": [
              {
                "$ref": "62"
              },
              {
                "$ref": "62"
              }
            ],
            "mt_prices_list_rules": [
              {
                "$ref": "64"
              },
              {
                "$ref": "64"
              }
            ],
            "mt_prices_rules": [
              {
                "$ref": "65"
              },
              {
                "$ref": "65"
              }
            ],
            "mt_rooms": [
              {
                "$ref": "42"
              },
              {
                "$ref": "42"
              }
            ],
            "mt_rooms_units": [
              {
                "$ref": "41"
              },
              {
                "$ref": "41"
              }
            ],
            "mt_rooms_units_states_types": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ],
            "mt_rooms_units_types": [
              {
                "$ref": "45"
              },
              {
                "$ref": "45"
              }
            ],
            "mt_units": [
              {
                "$ref": "15"
              },
              {
                "$ref": "15"
              }
            ],
            "mt_units_ref": [
              {
                "$ref": "14"
              },
              {
                "$ref": "14"
              }
            ],
            "st_images": {
              "$ref": "7"
            },
            "st_images1": {
              "$ref": "7"
            },
            "st_permisions": [
              {
                "$ref": "53"
              },
              {
                "$ref": "53"
              }
            ],
            "st_pos_license": [
              {
                "$ref": "67"
              },
              {
                "$ref": "67"
              }
            ],
            "st_users_pos": [
              {
                "$ref": "68"
              },
              {
                "$ref": "68"
              }
            ],
            "st_users_token": [
              {
                "$id": "82",
                "id": "1e1876a5-4fb9-4335-9235-33fc5da29591",
                "token_id": "sample string 2",
                "id_user": "7759d4d6-e87e-4834-b0af-6c009fc67c29",
                "date_from": "2026-09-06T06:46:51.4100192+02:00",
                "date_end": "2026-09-06T06:46:51.4100192+02:00",
                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                "st_users": {
                  "$ref": "5"
                }
              },
              {
                "$ref": "82"
              }
            ],
            "tt_doc_sa_cashflow": [
              {
                "$ref": "33"
              },
              {
                "$ref": "33"
              }
            ],
            "tt_doc_sa_det": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tt_doc_sa_det1": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ],
            "tt_doc_st": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "tt_doc_st1": [
              {
                "$ref": "30"
              },
              {
                "$ref": "30"
              }
            ],
            "tt_items_customs": [
              {
                "$ref": "38"
              },
              {
                "$ref": "38"
              }
            ],
            "tt_logs": [
              {
                "$ref": "70"
              },
              {
                "$ref": "70"
              }
            ],
            "tt_pos_sesion": [
              {
                "$ref": "37"
              },
              {
                "$ref": "37"
              }
            ],
            "tt_pos_sesion1": [
              {
                "$ref": "37"
              },
              {
                "$ref": "37"
              }
            ],
            "tt_rooms_list": [
              {
                "$ref": "44"
              },
              {
                "$ref": "44"
              }
            ],
            "tt_rooms_units_activity": [
              {
                "$ref": "40"
              },
              {
                "$ref": "40"
              }
            ],
            "tt_rooms_units_activity1": [
              {
                "$ref": "40"
              },
              {
                "$ref": "40"
              }
            ],
            "tt_rooms_units_log": [
              {
                "$id": "83",
                "id": "63c06af4-6f75-4fa3-bfed-8e7916062a4b",
                "id_room_activity": "3dfd154f-441f-457d-b405-485105d1f93b",
                "id_pos_sesion": "f508cd3e-e53f-4a4a-899e-2ca6690fb52c",
                "log_text": "sample string 4",
                "id_user": "279fd6db-103d-4588-ab47-bc265db0375f",
                "event_type": "sample string 6",
                "correlation_id": "967df67d-ecbe-4bf7-a07b-d100c5b31602",
                "id_room_unit": "d0094968-ad0d-441c-8b96-2274d61e27f3",
                "id_room_unit_source": "36afc926-4bfb-4bc5-b957-a79061c6ba87",
                "id_room_unit_destination": "db40ca64-4e5d-48f7-a66f-7baad5c0c92d",
                "id_room_activity_related": "c633afff-f9de-465c-933d-9be8d724b7e9",
                "id_doc_sa": "51640855-3cec-49e8-b106-b7320bd23e85",
                "id_user_authorizer": "73b2a0e0-6d5b-409b-b442-b13ecbfc7de1",
                "data_json": "sample string 7",
                "created_on": "2026-09-06T06:46:51.4100192+02:00",
                "commited": true,
                "st_users": {
                  "$ref": "5"
                }
              },
              {
                "$ref": "83"
              }
            ],
            "tt_tips_users": [
              {
                "$ref": "49"
              },
              {
                "$ref": "49"
              }
            ],
            "tt_vouchers_permisions": [
              {
                "$ref": "77"
              },
              {
                "$ref": "77"
              }
            ],
            "tt_vouchers": [
              {
                "$ref": "18"
              },
              {
                "$ref": "18"
              }
            ],
            "mt_docs": [
              {
                "$ref": "21"
              },
              {
                "$ref": "21"
              }
            ],
            "tt_pos_sesion_users": [
              {
                "$ref": "50"
              },
              {
                "$ref": "50"
              }
            ],
            "tt_doc_sa": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ],
            "tt_doc_sa1": [
              {
                "$ref": "28"
              },
              {
                "$ref": "28"
              }
            ],
            "mt_items": [
              {
                "$ref": "3"
              },
              {
                "$ref": "3"
              }
            ],
            "mt_rooms_units_states": [
              {
                "$ref": "47"
              },
              {
                "$ref": "47"
              }
            ],
            "st_users_profiles": {
              "$ref": "52"
            },
            "tt_cmd_connection": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ],
            "tt_cmd_messages": [
              {
                "$ref": "56"
              },
              {
                "$ref": "56"
              }
            ]
          }
        },
        "mt_categories_items": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "mt_items_featured": [
          {
            "$ref": "58"
          },
          {
            "$ref": "58"
          }
        ],
        "mt_items_formula": [
          {
            "$ref": "13"
          },
          {
            "$ref": "13"
          }
        ],
        "mt_units": {
          "$ref": "15"
        },
        "mt_units1": {
          "$ref": "15"
        },
        "st_images": {
          "$ref": "7"
        },
        "st_users": {
          "$ref": "5"
        },
        "mt_items_sub": [
          {
            "$ref": "12"
          },
          {
            "$ref": "12"
          }
        ],
        "mt_prices_rules": [
          {
            "$ref": "65"
          },
          {
            "$ref": "65"
          }
        ],
        "tt_doc_sa_det_stock": [
          {
            "$ref": "79"
          },
          {
            "$ref": "79"
          }
        ],
        "tt_doc_st_det": [
          {
            "$ref": "31"
          },
          {
            "$ref": "31"
          }
        ],
        "tt_items_customs": [
          {
            "$ref": "38"
          },
          {
            "$ref": "38"
          }
        ],
        "tt_stock": [
          {
            "$ref": "32"
          },
          {
            "$ref": "32"
          }
        ],
        "tt_vouchers_det": [
          {
            "$ref": "17"
          },
          {
            "$ref": "17"
          }
        ]
      },
      "st_users": {
        "$ref": "5"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "st_images": {
    "$ref": "7"
  },
  "st_users": {
    "$ref": "5"
  },
  "mt_prices_rules": [
    {
      "$ref": "65"
    },
    {
      "$ref": "65"
    }
  ],
  "tt_vouchers_det": [
    {
      "$ref": "17"
    },
    {
      "$ref": "17"
    }
  ]
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.