GET api/Mt_Items?id_list_price={id_list_price}&id_category={id_category}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_list_price | globally unique identifier |
Required |
|
| id_category | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of mt_items| Name | Description | Type | Additional 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_unit | globally unique identifier |
Required |
|
| id_unit_sec | globally unique identifier |
None. |
|
| id_brand | globally unique identifier |
Required |
|
| b_sale | boolean |
Required |
|
| b_stock | boolean |
Required |
|
| b_price | boolean |
Required |
|
| b_unique | boolean |
Required |
|
| b_exclude_control | boolean |
Required |
|
| tax | decimal number |
Required |
|
| change_price | boolean |
Required |
|
| force_printing | boolean |
Required |
|
| is_ticket | boolean |
Required |
|
| is_supply | boolean |
Required |
|
| define_price | boolean |
Required |
|
| is_multi_sub | boolean |
Required |
|
| external_id | string |
Max length: 100 |
|
| name_pos | string |
Max length: 20 |
|
| name_print | string |
Max length: 20 |
|
| id_image | globally unique identifier |
None. |
|
| view_pos | boolean |
Required |
|
| order | 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 |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| id_user_upd | globally unique identifier |
None. |
|
| commited | boolean |
None. |
|
| mt_brands | mt_brands |
None. |
|
| mt_categories_items | Collection of mt_categories_items |
None. |
|
| mt_items_featured | Collection of mt_items_featured |
None. |
|
| mt_items_formula | Collection of mt_items_formula |
None. |
|
| mt_units | mt_units |
None. |
|
| mt_units1 | mt_units |
None. |
|
| st_images | st_images |
None. |
|
| st_users | st_users |
None. |
|
| mt_items_sub | Collection of mt_items_sub |
None. |
|
| mt_prices_rules | Collection of mt_prices_rules |
None. |
|
| tt_doc_sa_det_stock | Collection of tt_doc_sa_det_stock |
None. |
|
| tt_doc_st_det | Collection of tt_doc_st_det |
None. |
|
| tt_items_customs | Collection of tt_items_customs |
None. |
|
| tt_stock | Collection of tt_stock |
None. |
|
| tt_vouchers_det | Collection of tt_vouchers_det |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": "e74948c1-caba-4ba9-8683-f752b4c650e1",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "a54f7f11-1af9-480a-ab09-71816d7cea29",
"id_unit_sec": "19dab916-c4a0-4daa-a2d7-1cf80ae9d185",
"id_brand": "d8367a13-c480-4c08-a367-7b1e0bf2cb93",
"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": "feeb9675-8005-4b61-9656-3a3d58bb54a1",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "d3531f56-2740-4425-942e-fd713655f284",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "98cf17ab-46e3-4751-b92c-04acb0fea0a4",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "e551aab8-0c1a-41bb-aab8-a60806490799",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "3d599507-67ee-49af-a428-a40f48c6f702",
"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": "2e514778-bf59-4425-8510-56c646cca3e8",
"view_messages": true,
"id_image_photo": "dff6c5d9-dd29-414a-ad27-5b3e1edd7413",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "8355e6ac-46c7-4e87-902a-5744fca2d106",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "1082f76c-5314-46fc-992c-0beb2f021e55",
"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": "22e5cc34-a3bb-4d9f-88f2-fefc26b63c03",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "c1ff83ee-d48e-4cd5-b475-570bc07899ba",
"commited": true,
"st_images": {
"$id": "5",
"id": "58f820ea-9f12-401a-b2c0-6a70930e61c6",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "791bbd33-16ff-4c7b-aff6-66fa7cb68d4f",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "c9e75323-3aab-4313-a7a3-8915cca74b3a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "8c00e941-25f6-4d2e-afcf-4ef3aa852c78",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "4e8cf9d0-0c2d-4beb-9b1c-a530346386fc",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "5a8d0a2d-08e2-449d-bc6d-63eb4c1b4ede",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "759e75a1-2936-4301-9557-765ca10cf1ce",
"id_item": "dcf62129-80ed-4a12-aa7f-829121709ed6",
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "16dd2fc6-cced-4faa-8535-f210c4d0b1a9",
"commited": true,
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "7"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$id": "8",
"id": "183cfadb-bdf2-43f0-aec1-e578a9591912",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+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": "a6021ec3-3ec3-4d88-b8c7-c790bd5acfe8",
"id_pos": "f9fcf30c-9c44-4c5c-a769-de506207dcf5",
"id_list": "e953b623-fdbc-479d-b706-da6e5d09c219",
"id_item": "c0dcd78e-b4c4-4df5-8180-9f4278894e4f",
"id_item_type": "830d2fd9-98e6-4a46-ac5f-7daffbc3177d",
"id_category": "9f055e6b-2bd0-4738-a482-b3a45bac6222",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "905d1ef8-2b7a-4d62-8467-96dd924c598f",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "1a13660d-534e-4afe-8e68-5cd843058665",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "545c5973-f8ce-43ba-ae00-939ce945afe2",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "e76db084-32b2-49ce-9331-2020ee50e1ac",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "fb0c2654-7ac2-437c-86ed-2c049cc572f5",
"id_line": "f1e4632a-d5da-4606-8ce1-1e77abbf4284",
"id_category": "a57a4c10-9ae1-49aa-8339-d8b7d622f52f",
"id_item": "5ce359df-6cf0-4329-a2da-d09cc3b8a12d",
"id_item_type": "293176ee-e963-4248-8b7a-0c1633005d5b",
"price_max": 1.1,
"qty_add": 3.1,
"qty_used": 4.1,
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$ref": "9"
},
"tt_vouchers": {
"$id": "11",
"id": "dc7490f6-be68-483a-b7e1-bd13ea3b2a45",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"date_used": "2026-09-06T06:48:11.7597233+02:00",
"date_sesion": "2026-09-06T06:48:11.7597233+02:00",
"id_employee": "2b2811f2-4020-4e99-a1de-3914ed30a37f",
"id_branch": "eedecddf-9e12-45fb-90f1-8befb50b03c0",
"id_voucher_permision": "b7b94503-5386-4e9c-8ee9-518b3a301bee",
"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": "a427757f-d069-421b-9ec3-0779a73c7df3",
"id_user_add": "40508bf5-e5e5-46c9-939e-e99a8f760837",
"id_doc_sa": "5c2b0f4a-eb46-4187-ba0c-8adfcc3d491b",
"id_item_sub": "684ea5a7-cff9-40f2-95cc-2eb15d18b94f",
"id_pos_sesion": "e9133fe1-610b-44d5-86cb-2414bf49ba66",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "975cfe74-8688-49fc-82fe-fe9b9d6d6614",
"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": "6d68c26a-4330-489f-85db-56ca3d1ed94e",
"name_pos": "sample string 12",
"id_image": "5fead99b-2f5a-4227-bac4-4fd90cce478d",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "e6486f6b-ba70-4733-bc9c-84fab78cae8b",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "5b28e8dc-8121-4f7a-8887-f3d29dd18309",
"id_branch": "a8a005f8-1908-45ca-ae3b-10b4a40da8d5",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "82702d16-8832-492d-9dac-4f2a526d9001",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "7b001b0d-93e4-4f89-9c11-7296977073a6",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "c1326d07-2637-4efd-b633-7ddaaa7cbd5b",
"commited": true,
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"st_users": {
"$ref": "3"
}
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_det": [
{
"$id": "15",
"id_doc_sa": "d5b88e3e-1165-4324-90d9-fe610b088107",
"id_line": 2,
"id_item_sub": "2f016ee3-38dc-4f31-8385-682c720fea91",
"qty": 4.1,
"id_list": "dd48f06c-71aa-4e02-9e47-c479a6d89f28",
"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": "0d14a375-9723-4c09-990c-51ef8e370572",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "50edb27d-53d8-4997-a1ea-b62d0acb9e00",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "8d48fa5c-9222-4839-994a-3a7394f261bb",
"id_user_upd": "cb0c9d29-e6d4-47dc-a56c-96eabf0ed2b6",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "893bdabb-12a2-491f-b2d1-ad81e80a4d45",
"id_item": "0112c9aa-cafb-4e8b-be67-1577ce5cf765",
"id_item_type": "cffbad79-42d9-4270-ad8d-fa4804c8ecb9",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "d65258c8-7b29-4773-b7bf-031f7ec0455d",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "90372166-db01-486d-98a1-4356b2103dfe",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "33336a62-2db5-43c9-a22d-a5c128fdb3ff",
"id_item": "25948a00-c8f1-43db-b591-9d408719ed6d",
"group_id": 3,
"id_unit_ref": "d5cf2063-9800-4756-96da-2d2e6be950bd",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "b4df3291-b165-4a40-b5ba-8c2008c7666f",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "fc10d35d-4153-495b-a0ea-bbb8397759de",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "67b043e5-220c-41a5-a6fd-da273e99ce7c",
"commited": true,
"mt_units": {
"$id": "19",
"id": "12e8006e-d53c-40af-ac45-76adcee1c3e9",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "98bbafae-0f2f-4c7c-b8a5-0d682aea38f8",
"commited": true,
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_users": {
"$ref": "3"
},
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items1": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
}
},
{
"$ref": "17"
}
],
"mt_items_types": {
"$ref": "9"
},
"mt_items_vouchers": {
"$id": "20",
"id": "0ac781c9-b90b-4f2a-a586-71e4f1f89289",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "98198e5c-9387-4b5d-8ddf-585120cc6971",
"id_doc_print": "2dd4722b-e82f-47bd-b702-41cbaafa980f",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "96fcf5c1-9ded-4e2c-90f9-f07039bfd6d5",
"id_item_sub": "e6159c8e-16b1-410e-82be-930a35fad8b6",
"validity_date": "2026-09-06T06:48:11.7597233+02:00",
"price": 4.1,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "373f9113-9443-45f9-9849-241e18476f27",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "6bfc6c8d-239f-46aa-aac4-331dcaa365cb",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "bb82e57a-45fe-4633-ad3b-3f181d574001",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "f503128d-d297-402f-a1af-3e018ae30cc6",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "3a6c4443-8a12-4af9-9035-1342fe5e2257",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "af1dc9c8-8466-4a3c-bf17-0f3a5526a106",
"id_pos_type": "7f54c4bb-ee47-44a3-947d-bcf26248fdf0",
"id_price_list": "42fcff38-6f1a-486c-81fe-ce215d0abb87",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "35fd5a0f-0393-444f-9325-5bcb382325c3",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "2d5d4e69-63a9-4c37-8f06-4e3f090b1b53",
"id_pos_type": "2ad4f513-90d7-4df9-9fcf-23a32e7bb40b",
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "a0e17ab6-de7a-4953-9b1c-b89c264b9ecc",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "10de90f6-ada9-459d-bfb9-a9cc7c866b4b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "9d2b95ca-a37d-404a-8807-74355e731bce",
"id_zone": "7d237cd2-0785-4735-b5cb-9c2e6e5ce045",
"user_required": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "0c1e41b0-cd2b-4d68-8dc7-af8bc5cdc1c2",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "df46b753-9d98-43f2-88e8-838762b525a7",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "08849a76-24f2-42fd-a6a3-be901bc0b6b8",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "7981489b-b83f-4c0b-aa8d-a30ed34b54ec",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "5476c3a9-c724-4e8e-98f9-89edd52668d9",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "2a8f28ff-3976-498b-ba90-45a551a66fb3",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "cffec641-a634-46f8-9acf-0484dcf725bc",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "fff04e2b-59ac-4a47-84e4-497deb52478b",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "caaed862-b0fc-4531-a46a-d3565a728ea4",
"id_cloakroom": "bf248b15-203f-4534-8c5b-37b9fae75402",
"id_pos_sesion": "54e662ff-4fcc-46c4-8b9c-b99534d9f833",
"unit_id": 4,
"date_open": "2026-09-06T06:48:11.7597233+02:00",
"date_close": "2026-09-06T06:48:11.7597233+02:00",
"id_doc_sa": "611cc3fa-f722-4ceb-9548-e8979ebd9ddc",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "efdb7041-c6ba-4f3c-9415-ae6eb7e329a1",
"id_pos": "7de9fc26-235c-45a2-af4d-24daf482d052",
"id_doc": "754ad436-4a22-4a02-9fd6-a9954815a65e",
"id_branch": "5442fc74-ad1a-45dd-8371-3cb672df46ec",
"nro_doc": "sample string 5",
"date_doc": "2026-09-06T06:48:11.7597233+02:00",
"date_tax": "2026-09-06T06:48:11.7597233+02:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "0eed0291-99b1-4eea-a585-c1c06991d723",
"id_relationship": "cbe327c0-504d-4e07-b58d-14ad2e3b926e",
"id_loc_from": "884d9ab4-3305-4152-b837-d7054e06885d",
"id_loc_end": "476acef7-6c10-483f-8c7e-b275f56239bd",
"id_user_add": "8970b225-6abe-4b5f-a4eb-8820c38e13d7",
"id_user_upd": "5ee20cfd-3a5f-4b53-8fd3-83b08fd7276a",
"comment": "sample string 12",
"id_pos_sesion": "32400071-054d-4b2f-b852-e138b2d47200",
"id_room_unit": "89687969-25dd-48e9-9d18-3098372a98e4",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "dfb149ab-2b0f-4898-b9bb-eaf74c78c488",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "292bf66b-25d1-4cad-baeb-847be7fd44a7",
"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": "b37b2868-7746-41d7-a535-8e7613df7cc4",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "70b4f829-4dae-4cf2-9330-7e3923e1afef",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "900ea946-49c3-42e1-8ef4-65496d037dfe",
"id_pay": "12855582-7a48-46d0-af67-0629492de9e3",
"id_money": "45db5bc0-7e3b-40e7-bd40-3d2affb07163",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "f864387e-6a54-4eca-8991-24525aaf5c1b",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "26f78d48-7b66-4460-9864-07f48c309852",
"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": "3f0271cb-f68c-451b-9571-9e34e0c8d37c",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "90b87fa9-a187-4ee5-aef9-47b3aa02a833",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "2dbb17d6-0b4f-40e8-9c8a-f617881df568",
"id_money_2": "412ce6b3-5e47-4895-8e7b-484d6fa13195",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "53023dac-66e0-4e98-a50f-1f190f9fe4fe",
"commited": true,
"mt_money_types": {
"$ref": "32"
},
"mt_money_types1": {
"$ref": "32"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "33"
}
],
"mt_money_rates1": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_cashflow": [
{
"$id": "34",
"id_doc_sa": "fec2a1e2-ab42-4950-b61a-11e21936b398",
"id_pay": "494c5630-83a4-42ca-ab5b-3d98efed3cce",
"id_money": "2a572b30-678d-4b5d-a52e-89b6e2451024",
"date_cashflow": "2026-09-06T06:48:11.7597233+02:00",
"coefficient": 5.1,
"id_user_add": "ab165ee7-624c-4329-a4ef-8d58287ac71b",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "c371968a-53ea-45bd-81dd-ada3025e1ae4",
"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": "cca07410-5e57-4929-8459-fbac04dd89bc",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "6ed88768-2cbf-482f-b7f5-2bc479b4764e",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_pay": [
{
"$id": "36",
"id_doc_sa": "dcca2454-784e-415e-8298-5d643f61d878",
"id_line": 2,
"id_pay": "6719bbc5-b211-46d4-9f2c-581bf4ec9686",
"id_money": "09294256-24d9-4bc6-8aaa-f5e65d273d16",
"coefficient": 5.1,
"id_voucher": "a58e46b6-96dc-4e66-afe7-e5882fe25a2e",
"id_employee": "3ba6d200-007c-4e4d-850c-b55f3fdca6a6",
"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": "20acdc70-a42a-41af-a47a-d36a9a2df4c2",
"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": "12"
},
"mt_money_types": {
"$ref": "32"
},
"mt_payment_types": {
"$ref": "35"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_vouchers": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_money_types": {
"$ref": "32"
},
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "34"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "31"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_pos_doc_print": [
{
"$id": "37",
"id_pos_print": "43d428da-fa7b-4387-a8a9-e8f7b2a7ba81",
"id_doc": "755940bf-45b2-4788-8779-5caf66f993b3",
"id_pos_type": "b7057965-ce08-4e66-8e65-955cad0b569b",
"id_doc_print": "693b83e8-6831-4799-9575-73ed8257755b",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "6b44213c-9468-497d-b677-b2f67da7c92a",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "111763f2-32aa-44c9-b3c6-ceae98d87ea5",
"id_pos": "7c4b3ed8-3aaf-4b13-b17f-bab6d608f3b3",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "1cb1675a-cc15-478c-9b2a-ddebb89260f8",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "acf3b749-7b45-4286-9eb2-110450927e0a",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "17d40fba-860f-48c4-b029-988f6bac1269",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "c466e9eb-81f7-40a7-a2ae-6f5abab4b64f",
"id_branch": "ea4ee1e8-c566-4365-a5d5-4bf27ce15935",
"id_pos_type": "25563bf3-e5f7-45c5-b0e0-dcd38da5d4ed",
"id_pos": "f53107a5-d770-41fa-8ce3-a1ccef5aa45d",
"id_item": "c70ea662-5695-41ac-b8a1-33c4c2d7fd93",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"image_id": 4,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "d6efa577-f47f-4ada-8e41-b851d5b2d3f6",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_items": {
"$ref": "1"
},
"mt_pos": {
"$ref": "25"
},
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "40"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
},
"st_doc_print": {
"$id": "41",
"id": "6270d68d-3cd1-4bcf-ab4d-58e2810c5840",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "85eb03be-0cd2-433a-819f-8190a4cc0b0f",
"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": "41"
}
},
{
"$ref": "42"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "37"
}
],
"st_doc_num": [
{
"$id": "43",
"id_pos": "26f0fdb6-3bb3-418a-bbd5-57000268aca6",
"id_doc": "a6bdb04b-ea3f-4aaa-8038-fa1924061b45",
"value": 3,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "43"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$id": "44",
"id": "cd4dd3cd-6cd2-452a-b968-4cfaff79dfef",
"id_pos": "89045e1c-18e6-4c9d-9da5-a7e3a5e5bee6",
"id_doc": "f7f0dd4d-4d6d-4fd8-ab8a-26aeea3c09ac",
"id_branch": "346ea83b-a6f3-4835-9f5f-8f7b6cbed157",
"nro_doc": "sample string 5",
"date_doc": "2026-09-06T06:48:11.7597233+02:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "cc585fa5-3459-438c-a8ba-d54557758397",
"id_loc_from": "653bcdd7-93ca-48c7-94d3-bb7ddf4ec864",
"id_loc_end": "d9fb111a-d24a-40e7-ad82-e35115b0952b",
"id_user_add": "593b6280-c4e8-4b93-97da-7f329f9a6827",
"id_user_upd": "d39a678d-c574-4c18-b151-8e1298c4d4db",
"id_pos_sesion": "46a14718-7d91-4ddb-ba35-1529b056e1c8",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-09-06T06:48:11.7597233+02:00",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "47679ded-d3da-427b-8aa6-0c40fda80ba3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "b53b4ea5-15f8-4be9-be5d-a0eecb481081",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "d6f4787a-8af7-47ff-ad16-e1e0dfa373a1",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_stock": [
{
"$id": "46",
"id_location": "347f5e7a-aeb2-4eb0-af09-420d964b98f5",
"id_item": "608e262f-b00c-4cb8-8907-3384e985dcad",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_locations": {
"$ref": "45"
}
},
{
"$ref": "46"
}
]
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_st_det": [
{
"$id": "47",
"id_doc_st": "2978cc21-0915-4fdc-9557-c46e34569494",
"id_line": 2,
"id_item": "be1d43df-9805-4550-afb7-4048a89113d1",
"comment": "sample string 4",
"qty": 5.1,
"status": 1,
"active": true,
"mt_items": {
"$ref": "1"
},
"tt_doc_st": {
"$ref": "44"
}
},
{
"$ref": "47"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st2": {
"$ref": "44"
}
},
{
"$ref": "44"
}
]
},
"mt_locations": {
"$ref": "45"
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa2": {
"$ref": "29"
},
"tt_pos_sesion": {
"$id": "48",
"id": "b6870750-a193-491d-88e6-78cc6cf67c83",
"nro_sesion": 2,
"id_pos": "eb1031d8-2ba4-491f-9e9c-2196360058e5",
"date_tax": "2026-09-06T06:48:11.7597233+02:00",
"date_open": "2026-09-06T06:48:11.7597233+02:00",
"date_close": "2026-09-06T06:48:11.7597233+02:00",
"id_user_open": "d224bd86-9052-4d5b-8f28-dab8a801d54f",
"id_user_close": "99f35ad3-ddb2-42de-ba90-3d618cbc1f22",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "f24af2d3-c10a-469f-ad5e-23cf68de7f49",
"order_id": 2,
"id_item": "5ca86115-97e8-4371-8b47-137e09ffd3b0",
"id_item_type": "8dc3a863-9cf0-42c0-b6a0-0c017689fe7a",
"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": "408d313c-3e1f-40e3-99c0-3b00633efe7c",
"type_item": 11,
"id_voucher_json": "8107c7b0-44b7-48f4-98d9-d4ed279ac14c",
"count_voucher": 1,
"id_category": "b2afd651-83e1-45bd-999c-e2a53488d7d1",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "77740d95-1b25-4563-9858-e80bb3155c4a",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$ref": "9"
},
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "49"
}
],
"tt_doc_sa_pt": [
{
"$id": "50",
"id": "c7eb9476-8f1d-4e15-bcf9-858be45e668f",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "9728970a-fa03-445e-a863-9a07829e7b18",
"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:48:11.7597233+02:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "9c48eaba-7287-4b26-ab06-cde99b7c5e1e",
"id_room_unit": "59a038b6-c31c-4188-a980-cc9e17595972",
"id_room_list": "fa3fb868-4f1d-4d7e-9758-dcf357acb979",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-09-06T06:48:11.7597233+02:00",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"date_open": "2026-09-06T06:48:11.7597233+02:00",
"date_close": "2026-09-06T06:48:11.7597233+02:00",
"id_employee": "7ffa480c-36f1-4e14-b816-ed185aa27268",
"id_employee_sec": "3d8aeaef-dc00-4738-9e55-fcf166b59fd8",
"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": "fc3ec113-96c9-43b8-b899-b199c5d70289",
"comment": "sample string 7",
"id_user_open": "a9d7fe20-43a3-437c-ac94-b8a666f8563e",
"id_user_close": "fa9c26dc-29d3-42e1-b1b7-850bbec89905",
"id_unit_state": "03f588e9-c6a0-431c-afb9-25af9b72f0c2",
"id_pos_sesion": "874e2997-18f1-49da-b508-458e52f2b7b7",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-09-06T06:48:11.7597233+02:00",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "1208d56d-1ce5-4b99-86fd-c54b7098173d",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "426e00c0-8e91-4fa6-b300-a01e65bdcfa9",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "e56d5b81-97a0-4d60-8bc5-49ea52ecb545",
"locked": true,
"date_locked": "2026-09-06T06:48:11.7597233+02:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "e5847c4e-740e-4668-a0d7-3c59eaaed588",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "473bba53-e067-481f-b548-f670ed837079",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "4c11ecd7-e6ba-470b-95bc-60abee30bf10",
"name_pos": "sample string 6",
"id_image": "750ee2f9-745f-4cbd-90d3-073ff1042305",
"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": "d9c31490-6eae-49c4-832e-7fcc68fc38a1",
"refresh_status": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "7f1d8990-503a-4126-9054-ec228da2e4f5",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "2ae803cc-637c-495f-96ee-f16dd26dacd4",
"id_room": "188ddf6c-cb1d-4538-bfa9-946d1460141b",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "d7df7189-2065-451f-bfe5-f34c33f39f18",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "54"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"tt_rooms_list": [
{
"$id": "55",
"id": "ba074fe1-5488-4ed9-b423-2c407ac1c822",
"id_room": "dc8cce3a-54ff-48d0-ad51-d84fb8d8ea03",
"date_in": "2026-09-06T06:48:11.7597233+02:00",
"date_out": "2026-09-06T06:48:11.7597233+02:00",
"id_user_add": "fb2b2614-f819-4207-944a-be2499a99417",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
{
"$ref": "55"
}
]
},
"mt_rooms_units_types": {
"$id": "56",
"id": "c65c5f6f-5638-4798-9c3a-cd162cc6cb10",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "5335f321-2057-4a45-bab9-d77b153fe836",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "27f5aba2-0fdb-449c-a776-30f1120e2a13",
"id_room_state": "875fa557-b7b0-4675-92dc-200dce10f50e",
"id_image": "99c7beb2-99da-4332-aee0-3680daf6b089",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "bce68268-0e8b-494e-b183-b50468828f7a",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "6f8b5368-4be9-4c9b-a69c-db730281bfcf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"color": "sample string 5",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "1b464822-b918-4160-84be-877c4278db35",
"commited": true,
"st_users": {
"$ref": "3"
},
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_types": {
"$ref": "56"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "57"
}
],
"st_users": {
"$ref": "3"
}
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_states": {
"$ref": "58"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_sesion": {
"$ref": "48"
},
"tt_rooms_list": {
"$ref": "55"
}
},
{
"$ref": "51"
}
],
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_tips": [
{
"$id": "59",
"id": "657d8110-1615-4257-af6c-d0a993cc5860",
"id_pos_sesion": "c9d9cea9-6dcd-49e9-9c31-36bee60c2a94",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "c7ca3381-d36f-4d8b-9397-98f6d55babcc",
"id_room_unit_activity": "59c75f1f-dc9e-4998-a8ed-e3f0575e7a9b",
"id_doc_sa": "11ed1852-7ae4-4178-98f2-dd680343ec3c",
"id_pos_type": "13486559-db00-443a-98b9-5e2a1fa4dcd9",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "9f73c4db-e00c-4750-b4ec-76a683cd7911",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "4983d68e-315a-4d4e-8820-6e6d67a8579e",
"id_user": "acc728f9-4e33-4eab-9204-f30aba2a2b87",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_tips": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
{
"$ref": "59"
}
],
"tt_pos_sesion_users": [
{
"$id": "61",
"id_pos_sesion": "92db84fc-12d8-4bdf-836f-19578fe101a9",
"id_user": "78b193bb-3764-43ca-8813-28dfe2190568",
"date_add": "2026-09-06T06:48:11.7597233+02:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "61"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_cmd_connection": [
{
"$id": "62",
"id": "5bd62a44-6971-4804-b47e-ce08edf671e9",
"id_user": "df78a522-88c7-4988-a15b-c95f3e426a37",
"id_user_profile": "85d91f60-0911-49b5-8b08-6525ee4b3277",
"locator": "sample string 4",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"id_pos_sesion": "d4d0a942-bc70-46a0-8c42-e10b11bb1425",
"date_login": "2026-09-06T06:48:11.7597233+02:00",
"date_logout": "2026-09-06T06:48:11.7597233+02:00",
"terminal_id": "sample string 6",
"terminal_type": "sample string 7",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"st_users_profiles": {
"$id": "63",
"id": "cb5cdbcd-4095-4953-86bc-0ab9611eaea5",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_permisions": [
{
"$id": "64",
"id": "c6439ddc-51fc-44c0-9d81-89f398174b68",
"id_function": "b7723427-32c5-4495-8990-ab44efcbc39c",
"id_user": "00ba7291-f315-44e1-8a57-ed3f5f557ae0",
"id_profile": "9c0fce7b-26d8-497b-8a63-2f46999280e3",
"permission": 3,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_users_profiles": {
"$ref": "63"
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$id": "65",
"id": "7d0dabff-045d-4cb4-b8fd-84ebcb6e8f24",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "173d611c-5aa1-48df-b6fb-385d1aeccdc2",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "55c6ccb5-c1aa-4300-b1ac-cb3046fbd040",
"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:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_functions_groups": {
"$id": "66",
"id": "64343d2a-10bc-48db-bb0e-bfe56318849b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "64"
},
{
"$ref": "64"
}
]
}
},
{
"$ref": "64"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"tt_cmd_connection": [
{
"$ref": "62"
},
{
"$ref": "62"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "62"
}
],
"tt_cmd_messages": [
{
"$id": "67",
"id": "4edd1a1e-e477-49bb-a8bd-92ebceb341f8",
"id_user": "c381c0ed-5ae7-4a6a-bc15-ae775abd26a9",
"date_add": "2026-09-06T06:48:11.7597233+02:00",
"destiny_type": 4,
"id_key": "ff6d216f-4363-466a-8be1-0b708638cb53",
"message": "sample string 6",
"message_view": true,
"date_view": "2026-09-06T06:48:11.7597233+02:00",
"id_pos_sesion": "98927c75-1f34-4930-b081-25c334304759",
"terminal_add": "sample string 9",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "67"
}
]
},
"tt_rooms_units_activity": {
"$ref": "51"
},
"tt_spool_doc_print": [
{
"$id": "68",
"id": "0f7666f0-2685-421d-9a46-434250587e62",
"spool_server": "sample string 2",
"id_doc_sa": "7f8d039a-5d75-443e-889e-2774d67e3732",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"printed": true,
"print_on": "2026-09-06T06:48:11.7597233+02:00",
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "68"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "28"
}
]
},
{
"$ref": "27"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_list_rules": [
{
"$id": "69",
"id": "5594c8d0-969e-43cf-95ed-e54569ab0527",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"id_branch": "99638b14-992c-4072-bc83-28032d764360",
"id_pos": "2e5b1e65-d72d-4c96-baee-0bbd4c6a604c",
"id_list": "b7f46996-f559-43f0-bb8a-edf2c146da6b",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"id_user_upd": "4b796256-bd19-4ff0-ad9a-1132a5c41dca",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_doc_num": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"st_pos_license": [
{
"$id": "70",
"id": "6826e080-2a6c-48d5-9875-b50489dba9f4",
"id_pos": "332623e6-f466-4897-9676-42c821ae0592",
"mac_address": "sample string 3",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"key_access": "sample string 5",
"id_user_add": "3766d4ab-3cec-42e3-ae35-276eb48e82ec",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$id": "71",
"id_user": "39315104-c5e0-409c-b210-30f1239b6a6b",
"id_pos": "01b093ce-2f0b-4b19-87d0-01e828b21a5b",
"pass_required": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "71"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_connection": [
{
"$id": "72",
"id": "6d212b78-b814-4abd-b27e-f1afa3a8dff1",
"id_pos": "e3a821a9-e208-4ebc-8dba-2f0905e32b1c",
"date_add": "2026-09-06T06:48:11.7597233+02:00",
"date_upd": "2026-09-06T06:48:11.7597233+02:00",
"date_out": "2026-09-06T06:48:11.7597233+02:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "72"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_branches": {
"$ref": "4"
},
"tt_logs": [
{
"$id": "73",
"id": "72bdc9be-6085-4ffa-8fa0-c7d1b47c442e",
"id_user_add": "e09324b5-d058-40a5-a882-071ef354dc6a",
"id_table": "af7d428b-d5bb-4df7-a82a-35eb207cac9b",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "3f2ce664-cf5f-4c04-aef4-4fc1214b624c",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "74",
"id": "692dd94a-c2b8-485b-9a3c-0db7b55a8b93",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "75",
"id": "5c81b8fb-d163-48b3-804d-bb585ba0c7e3",
"id_sync": "c52f10f1-aa5d-4190-bc8a-c98dd1e11258",
"json": "sample string 3",
"id_table": "11e5a034-6ae4-444c-b5ba-85fbd4f4369d",
"order": 5,
"st_sync_packages": {
"$id": "76",
"id": "82b265f9-fc4c-4e1e-85e0-c6c9dbdafd77",
"id_branch_from": "ff173a6f-b836-4b69-91c9-42f40f09b274",
"id_branch_to": "d6ed7a94-7db2-4ba0-a023-b8d6e3d66165",
"type": 4,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-09-06T06:48:11.7597233+02:00",
"send_on": "2026-09-06T06:48:11.7597233+02:00",
"mt_branches": {
"$ref": "4"
},
"mt_branches1": {
"$ref": "4"
},
"st_sync_packages_det": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"st_sync_tables": {
"$ref": "74"
}
},
{
"$ref": "75"
}
],
"tt_logs": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "73"
}
],
"st_local_variables": [
{
"$id": "77",
"id": "af902811-99a0-47f4-b5fd-b5c149c08246",
"id_pos": "8eab984e-836f-428d-ab31-26d4517a33d2",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "77"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "23"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list1": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list2": {
"$ref": "22"
},
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "21"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_doc_sa_det_stock": [
{
"$id": "78",
"id_doc_sa": "e5071c22-2c4d-4c6c-ad60-e71845e38d13",
"id_line": 2,
"id_item": "21212122-5dbf-453c-b021-a15f4ddfe048",
"qty": 4.1,
"mt_items": {
"$ref": "1"
},
"tt_doc_sa_det": {
"$ref": "15"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$id": "79",
"id": "507271ca-dc11-4802-833b-51c3b703effd",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"date_used": "2026-09-06T06:48:11.7597233+02:00",
"id_employee": "40eb1150-fd6b-4293-98d3-669446e23ff3",
"id_branch": "4abd4945-5be8-41ef-9238-906b82777a28",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "5e84c2d8-4abd-438d-95bc-7053d4961a10",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
},
"st_users": {
"$ref": "3"
},
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
{
"$ref": "79"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"tt_vouchers_permisions": {
"$ref": "79"
}
}
},
{
"$ref": "10"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "8"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "6"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms1": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"st_images_types": {
"$id": "80",
"id": "ee953c93-f2c4-4a60-9a9c-42b40f37ba4d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_images": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"st_users1": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_employees_branches": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_periods": [
{
"$id": "81",
"id_branch": "97cdf59f-5309-4d01-b97c-fdb858156c2c",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"state": "sample string 6",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"last_update": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
}
},
{
"$ref": "81"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"st_sync_packages": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_sync_packages1": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$ref": "79"
},
{
"$ref": "79"
}
]
},
{
"$ref": "4"
}
],
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_brands": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_categories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_employees_profiles": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_money_rates": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"mt_pos_types": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"mt_rooms_units_types": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_units": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"st_pos_license": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"st_users_token": [
{
"$id": "82",
"id": "f6e36fa2-e8b9-499f-a846-9476d27f3675",
"token_id": "sample string 2",
"id_user": "12471931-1716-42b3-a936-62795dcfb9a3",
"date_from": "2026-09-06T06:48:11.7597233+02:00",
"date_end": "2026-09-06T06:48:11.7597233+02:00",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"st_users": {
"$ref": "3"
}
},
{
"$ref": "82"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_det1": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_logs": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_pos_sesion1": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_rooms_list": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_log": [
{
"$id": "83",
"id": "90a7391c-29d8-45d7-bab7-4981c5a0bac0",
"id_room_activity": "4cb3826d-8087-46cc-9fd2-e5f8e88e828a",
"id_pos_sesion": "1730e80e-97bb-4817-8015-945437d559a9",
"log_text": "sample string 4",
"id_user": "ddcdb181-6132-415e-a993-f8e783593c96",
"event_type": "sample string 6",
"correlation_id": "fffc9427-499e-4da6-a7a2-e477159af8ce",
"id_room_unit": "6f425e7c-90e1-49c9-86cb-1b2b801883d2",
"id_room_unit_source": "502f4d83-ca57-403b-98e8-2d89315ac46c",
"id_room_unit_destination": "05b42c7a-f444-4d99-9988-5a1933ca90dd",
"id_room_activity_related": "c9b9884d-96a8-4fc0-993a-3d608c596294",
"id_doc_sa": "4f325b96-975b-4b90-8008-e1566c5e8e55",
"id_user_authorizer": "4288a2ca-4bd7-422d-b9e1-38d1f42b5022",
"data_json": "sample string 7",
"created_on": "2026-09-06T06:48:11.7597233+02:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "83"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_rooms_units_states": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"st_users_profiles": {
"$ref": "63"
},
"tt_cmd_connection": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"tt_cmd_messages": [
{
"$ref": "67"
},
{
"$ref": "67"
}
]
}
},
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_units": {
"$ref": "19"
},
"mt_units1": {
"$ref": "19"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tt_doc_st_det": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_stock": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "1"
}
]