GET api/Mt_Items?id_list_price={id_list_price}&id_pos={id_pos}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_list_price | globally unique identifier |
Required |
|
| id_pos | 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": "93ee09e3-f9c3-4199-b6e8-5ddbb74239d4",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "f522d0d1-7565-4bc3-80bd-985447d4a21c",
"id_unit_sec": "c64c3ba8-0097-492e-be14-24a7266fdf02",
"id_brand": "c1af63b9-1a51-4eb4-acb1-0f1776e2df3e",
"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": "6f96ee97-8ffd-47b3-a39d-33d84f576349",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "d526111c-7e46-4977-8c51-08711e7db5cd",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "22d2a4fe-da32-4e02-8040-982fb2ec4e94",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "73213962-c2fc-4b61-ab06-adcbadb4ebf9",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "695ddb50-3ac0-4240-ae0b-e2493295b904",
"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": "e31b4f45-55e6-4961-a5be-070dfe2df64a",
"view_messages": true,
"id_image_photo": "72f8ec9e-2ef8-40a8-aee1-bd2c26e82ca4",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "447ad511-7e61-4fc6-b248-0fe657ba485f",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "c930b7e4-81ce-474e-9c25-7255aefcdb03",
"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": "b9b51d7b-8268-41f0-bc82-759633a3c5ea",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "8d094789-08b9-4638-ada0-2159ab4a2280",
"commited": true,
"st_images": {
"$id": "5",
"id": "df7faf37-e8ec-44cf-a461-89ba30fdde23",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "2053e791-02f2-4a02-94b7-a40bdfe461bb",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "e5bf87a0-72a1-4aca-82ef-5c55f004dfb4",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "bdee1982-727c-4807-847d-39dcacd41c4d",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "7e043828-bde5-45ae-9992-f2176fac48b5",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "7a3ffc04-49bb-478b-805e-0e27b219ead8",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "f8d2131f-1669-4f93-a145-df4046a773f5",
"id_item": "b647bdeb-fa8b-483b-a593-f38541c9b00d",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "abdfda22-3cc6-41a5-8f33-b2c0440252de",
"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": "d33ef805-fcf9-471f-8113-0fde95710010",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01: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": "5d3596fc-eeee-429b-972d-c3a52a81427b",
"id_pos": "b9d783ca-c7dc-4726-a63a-6e233a59d58a",
"id_list": "5142d574-643d-4afc-a06b-a54c2ad5bb46",
"id_item": "eb5dfdc8-a5a9-4072-87ea-246981408702",
"id_item_type": "c91adcc4-8df3-4903-a4bd-7da44d7ef863",
"id_category": "a85978d5-3a15-44ef-a1fe-63723f8b1d06",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "c92bd2de-3f05-4135-a838-2bf0c369633f",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "c7c77519-98ce-4f1c-bf57-e5246d87c9d3",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "e3f1754c-1a2c-492a-9cb9-2d564b8f269c",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "743ddd27-9a79-47f6-babb-eadb3e747861",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "e62b0915-438c-4db5-b603-e078c6c5015f",
"id_line": "138765a1-7346-408c-82ff-4e3d00b398d7",
"id_category": "90c2d4a9-c59a-40ee-b7f5-889dbca53323",
"id_item": "41a63070-07a8-4b74-8c9b-ad8cde7b3eed",
"id_item_type": "d97033e2-a4d6-4716-b6ee-2de165aaba44",
"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": "d97e7257-7969-471c-9d3f-a91cd21a14fc",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"date_used": "2026-03-10T09:42:51.1590703+01:00",
"date_sesion": "2026-03-10T09:42:51.1590703+01:00",
"id_employee": "adc0ee7f-5d4d-4dc7-8260-a1f6bbb31ee0",
"id_branch": "e0a36009-5f7d-4081-94c0-0dac195e5b8d",
"id_voucher_permision": "369c12ad-afdb-44e6-8d5f-d40c6266b3bc",
"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": "2e5d0dba-0b31-463a-80e1-ee39c8362317",
"id_user_add": "bbdbf9f1-ca00-4bbb-96a3-e187af119bf4",
"id_doc_sa": "c62aaa46-0d14-431d-b867-be40df4ad6c4",
"id_item_sub": "e06026f7-311d-4140-828c-ba5d286ae1df",
"id_pos_sesion": "ce22c9c1-2105-4a24-bb83-4efd9406b824",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "86298ad6-274e-428f-b0e6-3e4aede620dd",
"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": "a99091c6-b5a2-442a-8ef6-e48a60ba46b0",
"name_pos": "sample string 12",
"id_image": "77e0b7c8-036d-41b6-b2d2-b403507c707a",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "6b04d70c-cad6-4222-b1d8-611722542da8",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "f203ca0c-95b0-491c-a0dc-6662f7829e51",
"id_branch": "7ae63f0d-38e3-481b-a161-d050594c4010",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "8e7d02bb-15bd-4ce6-aca0-81eb05f2d403",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "40010d58-0a71-459a-929c-3297d4b91d65",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "9918828c-b134-4cb0-94e5-d04e9bfc8a6e",
"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": "c1b75b9b-2c6e-413d-bf83-51c1aa2eec42",
"id_line": 2,
"id_item_sub": "d9c82740-6032-490f-8493-e93bbc8d40d4",
"qty": 4.1,
"id_list": "b2ea70eb-ba05-4176-b597-9fe4be34cd14",
"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": "d9ee627a-55af-49ab-9e27-30f22f4f1131",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "236b974d-9b37-4b20-ae3e-a3336378b3b6",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "beb373fe-1d52-46b8-b478-d41e4fd17f72",
"id_user_upd": "49dfaab5-90b4-4487-840c-d4abc3c3ed3c",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "5fdace88-3a2c-41ba-9dea-982f24eca85e",
"id_item": "c097e52b-f941-4118-b4d9-50665126deeb",
"id_item_type": "82a13d9b-d0e5-4a5f-903c-75a66908eb66",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "414bcdd1-e8f8-4a02-8479-0c2f19a04076",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "22d90246-e4d7-46e7-ac95-b1ba686d9204",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "b5d3fd85-56c2-4bfe-a272-cea7cfdfb148",
"id_item": "5582cac6-f3bb-4f7e-a6a1-f3c09004e61f",
"group_id": 3,
"id_unit_ref": "0e57072c-1fda-486a-9643-20d25e317193",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "f7ba928c-2d74-40db-b750-be4fd586569d",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "c47a9e34-1fea-449b-b28d-db925f57ce03",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "d322e84d-cb6b-4c09-8f9c-772e6b4d88e5",
"commited": true,
"mt_units": {
"$id": "19",
"id": "42c49124-7002-4a67-be65-d89b82c901df",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "352eed75-a0ae-476f-9aed-58bf887b6b02",
"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": "719f2746-f4a8-4b4f-89e0-2a6d1fc39b83",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "519d985c-05c1-46f2-9859-2c593c689a63",
"id_doc_print": "9f3ccc78-8012-44f7-b94d-d5d1fb4fddac",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "cbf58441-aff7-4cc2-bdb9-7579a289c1a1",
"id_item_sub": "788d1b5f-9e04-47c6-9254-23abd651aba6",
"validity_date": "2026-03-10T09:42:51.1590703+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "3f094e15-c674-4a4e-9b6d-4b34530fd237",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "6a900c09-3817-4d3f-a9e6-1fca4535272e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "a972eb70-75cd-45ef-9712-69b095cb16f0",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "ea7b28b4-4edc-470c-8e75-32bb2fad267f",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "56ad8667-bcfc-44f4-aa76-9fb53cc5251b",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "e0983560-6d60-4ddc-b176-e4fdb4c1f4e4",
"id_pos_type": "468100c0-da34-4a1e-a51e-b4c177b90fa4",
"id_price_list": "8d79dba9-767b-463f-a1e0-720f629a54a4",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "b3f8b9bc-d29f-43ee-8a4e-d0b8c44ee4d5",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "9a79cf2c-72b2-4c88-ad52-feed0469ae3e",
"id_pos_type": "41a31002-d55f-42ce-a797-b531e377055f",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "6af9b982-ac33-4524-b174-f0fd1bbcd6ae",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "c5a33c75-edbb-4454-a8c9-1bcf3a79d369",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "bef9869f-fba6-4d16-89d0-050fe765d6c6",
"id_zone": "d30f6e88-24fd-4b21-a933-c4118ce863b9",
"user_required": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "ce219033-872c-4dc1-9ce3-354ae74bc816",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "3b3fb899-77f3-4e64-a05c-a7a82ba9b636",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "950cc182-0cd3-45f6-8e58-73c9c7231ae5",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "05332b19-abc3-4d84-ab3b-229e562d4218",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "f918e51a-c5dc-4a94-a39d-0443be6ebb0c",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "dcac6228-5d59-4aa2-ab54-01f9f36d2d06",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "718ff32c-17f5-4a68-addb-1617fe4430d4",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "08fced10-c3ac-4b2d-9293-72b6f2a11cb7",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "95cd4b16-4676-4c7c-910b-65c938c3dd30",
"id_cloakroom": "6a83ca1d-8f21-4cad-b966-47d1c9ef1835",
"id_pos_sesion": "fc293de4-5134-4694-a035-be6610e34774",
"unit_id": 4,
"date_open": "2026-03-10T09:42:51.1590703+01:00",
"date_close": "2026-03-10T09:42:51.1590703+01:00",
"id_doc_sa": "0da74e53-f5b8-4cad-a4ef-c6738ef1c60e",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "0f1b8188-bbfe-45b7-bf17-6d81fa3829c8",
"id_pos": "d8de9af0-22a0-4575-88d8-5889d277a77a",
"id_doc": "f7af554c-f0e8-4b1c-9674-0f71bc258741",
"id_branch": "d00adfa8-b7d9-4b12-a122-92afad659f39",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:42:51.1590703+01:00",
"date_tax": "2026-03-10T09:42:51.1590703+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "f83e205a-0745-4553-af81-ef86ab356de7",
"id_relationship": "2459b8e6-4852-4c32-aaf0-1f718fa8d2c4",
"id_loc_from": "e4af84ca-a1a6-4a65-9cf4-29c4d7a61ec1",
"id_loc_end": "fed59f8e-ce43-4c71-8e75-4c7e944e8803",
"id_user_add": "f3dc228f-64f5-46a8-921c-19f5810e4514",
"id_user_upd": "aca2b687-3e51-4307-a252-462061d2255d",
"comment": "sample string 12",
"id_pos_sesion": "5aa65e60-1546-4884-ad77-2c1b0d5ff223",
"id_room_unit": "56b7c527-7c7a-448d-b73b-ccbb891f27e9",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "3f429d09-8b53-465b-96a6-66dfcfbac00b",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "c8090276-e032-42e7-81d4-44c106648ac5",
"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": "2e5bf04e-bdc9-4587-848c-6499de903451",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "886a0229-8a62-46ed-81c6-030cbc6d64e2",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "07453377-3b88-4fef-bde4-334c6a419ba2",
"id_pay": "c669a2bf-cece-434c-bc97-527282c00c1b",
"id_money": "204af26a-57bf-4c80-b50b-2183e560b0ad",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "246d24e0-1063-4cfc-af15-596549956ab9",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "17f7611d-e8d8-4f36-8f7f-c11535a2fe0a",
"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": "96129834-a977-45db-a356-34cb63f7284f",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "aace359d-b0dd-466d-9a44-3e562bb75ff3",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "3d27e5cf-63ab-4ed5-8f91-ffdfef6fde22",
"id_money_2": "70c09592-b805-4871-821b-66dfcd1cc682",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "51353179-365a-425a-8db2-26b373938424",
"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": "2663657f-076d-4cf4-bf2e-32c704c7a16f",
"id_pay": "cb219acf-c64c-4fe3-adc6-8d1459e101a8",
"id_money": "7a447b88-1853-445b-821e-867afb5d21a2",
"date_cashflow": "2026-03-10T09:42:51.1590703+01:00",
"coefficient": 5.1,
"id_user_add": "f45b0e90-6578-466f-ab87-872165f10c28",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "834821c9-73ec-4c77-8d0b-670529c36077",
"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": "5f4067ae-d1db-4e62-bed7-c2d59d6df7d7",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "90542a4a-9289-4103-bc3e-b1763c8a2b0d",
"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": "216541d8-0cd8-41b3-8201-1533935b5e63",
"id_line": 2,
"id_pay": "4476f4ae-c855-4388-858f-e6fff7abb906",
"id_money": "65ec8e56-5027-4db8-92b2-39068ba1e8c0",
"coefficient": 5.1,
"id_voucher": "b550a310-80f9-4bdc-9ae5-8c7dc3f737cb",
"id_employee": "77091365-3e97-48f4-b6e4-b32f3fd9d364",
"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": "4869f247-76fd-44cd-8978-124c5455c82d",
"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": "5eccb235-d7aa-481d-b712-2480eb5f9b61",
"id_doc": "56f6a0e7-b11f-45ac-a7a6-52af2b971017",
"id_pos_type": "654d20f8-1b2f-449a-8964-75d088485869",
"id_doc_print": "d236bfa9-90ab-4104-a511-d00d9ab6563c",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "41827513-7a67-42ac-ac77-cb64808c43de",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "c42da3ae-952c-4125-b90a-2e28fc94866b",
"id_pos": "23945fc3-3300-4a3d-bf3a-67839bbd67eb",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "ab68a032-0cda-48f6-a7a6-f4c0d41bf826",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "10843e92-90d9-4e5b-91b8-bc380e9de776",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "c2183a2f-3aaf-441f-adbc-473553fff5da",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "1b46620a-0b61-4995-b877-7b04dc8ec758",
"id_branch": "303339b1-c945-4f96-8cef-710c19c85b09",
"id_pos_type": "ac22438f-f061-4d3e-80d0-a17a893b25b3",
"id_pos": "458d028b-6177-463a-8e86-f3d51e59c768",
"id_item": "974377ce-88d5-469d-8b09-7f118802a58b",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "2e3ae79f-79d3-4fbb-83ce-100516699e6b",
"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": "5bd21ccf-2664-445e-bfa9-2cdbee13f656",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "f7658532-21cd-4643-b515-840a9e92610b",
"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": "9c4f5244-6adf-43f3-b826-1ef948877049",
"id_doc": "c668b2ff-31f1-45bc-99a8-d85dddd25258",
"value": 3,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01: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": "b3c69b82-a4ad-41cf-860a-dcc75b03bcf6",
"id_pos": "40f034ff-de35-404e-976e-3ac4c883d33d",
"id_doc": "cf238505-10e7-4a19-be00-34091611552a",
"id_branch": "278f2d11-ff96-4844-a19d-83974ac644e3",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:42:51.1590703+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "bf177980-5024-48b7-b057-5e140e14a7f8",
"id_loc_from": "2dd7e63f-255a-4706-8a68-c5d985218394",
"id_loc_end": "354ae4c4-47c1-4e2d-90e6-61fd68bae2e7",
"id_user_add": "adb4a8d3-a4fe-4c07-b909-a2b3516780fe",
"id_user_upd": "c6ac1962-bbb0-4713-9ec7-527c5840d9d0",
"id_pos_sesion": "67604714-8746-401f-9ac2-94655919eba1",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T09:42:51.1590703+01:00",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "c76cc9cf-2da9-4e4f-ad83-2480dd7fff39",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "1e0fbdcb-1f99-428c-90c4-6002ff94327a",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "3b7d16b3-9e13-40ad-ab9b-f76ca72b2921",
"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": "0c314794-94eb-4ca9-a151-3614cd783f25",
"id_item": "b5c03a11-4f5d-41e0-b482-687719ccdde6",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01: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": "83234fa7-67ec-4483-a80f-7243aa33c968",
"id_line": 2,
"id_item": "605d7ea8-afef-4206-8a2a-777c6183736d",
"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": "b7023e26-973f-4a76-9573-2c7ef2aa4950",
"nro_sesion": 2,
"id_pos": "92452486-def9-4be0-a4e6-abb9076f653e",
"date_tax": "2026-03-10T09:42:51.1590703+01:00",
"date_open": "2026-03-10T09:42:51.1590703+01:00",
"date_close": "2026-03-10T09:42:51.1590703+01:00",
"id_user_open": "824934b5-9518-4108-b932-0f438a6aa228",
"id_user_close": "f7cf4738-d4ed-4541-afae-364c4fec0d6e",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "01d9b87f-0b30-4fa5-b8e4-5063ed0e901b",
"order_id": 2,
"id_item": "f015d0f0-47c0-41af-96ee-6f599a2913de",
"id_item_type": "e9cd984b-0c34-4b20-b37b-f6324f9ead57",
"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": "674408fe-8357-449b-9586-892a4c263337",
"type_item": 11,
"id_voucher_json": "1b4ba827-33e1-4dce-98bc-19e53777e38e",
"count_voucher": 1,
"id_category": "9522f689-6c76-4f14-b00f-5064db41929a",
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "3ab1b75a-63d5-4034-a2e2-56f3fa223dde",
"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": "250d1eaf-3ac9-4ecd-8c39-75459fa52700",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "615ef0ad-a7d1-4897-a131-a07fdc3520c3",
"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-03-10T09:42:51.1590703+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "e13f77f2-8027-405d-9473-8d66b8c79509",
"id_room_unit": "298bc040-dd8f-426b-90e7-6c25eb09713e",
"id_room_list": "286d7d74-1828-4b1a-b30f-f355181fa59f",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T09:42:51.1590703+01:00",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"date_open": "2026-03-10T09:42:51.1590703+01:00",
"date_close": "2026-03-10T09:42:51.1590703+01:00",
"id_employee": "3350cc9e-a5d3-416a-a4c4-d951daf60329",
"id_employee_sec": "2f0fa1f3-8f7a-4f71-a558-7c4d449340f0",
"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": "8e9c6bdd-d84b-4bf6-af5b-7e2d52352729",
"comment": "sample string 7",
"id_user_open": "1495474b-a321-4895-a09b-75f29157419e",
"id_user_close": "80ab8e6e-dac3-4826-81fa-b356169b2c4f",
"id_unit_state": "277e7d74-2699-406d-8125-88226506cac7",
"id_pos_sesion": "576b7301-b8cc-45ab-9a54-b63d6ae11351",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T09:42:51.1590703+01:00",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "a51e6cec-175f-4d27-8d43-d90c35202db5",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "4ba63e09-fa22-4468-a058-04ef23f52254",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "283a0cca-de95-43a5-bc37-9c1c5a871205",
"locked": true,
"date_locked": "2026-03-10T09:42:51.1590703+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "a6a98794-a026-4364-8504-8e0b1cace3e2",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "f24b18fd-b44d-4ff8-9574-d1f64f816d77",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "433686d8-d693-4b51-bd85-fa6afee4788c",
"name_pos": "sample string 6",
"id_image": "475265aa-a502-4bca-8336-bbcc4306378d",
"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": "f121fb5a-4d20-46ea-9158-198bfe37a40c",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "4d2342a8-7dc6-41ca-9b4a-1b96e8e40663",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "64b97920-211c-4109-964c-856fffbd88ad",
"id_room": "aab25d33-4cc6-4d4b-b253-70b1d05ce179",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "91e04586-8618-48ad-88e5-4ae0e2fc4853",
"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": "ddcf30cb-dbb4-4816-8e91-fb0904187cd5",
"id_room": "8976a89b-d516-4499-8f75-d58263e22405",
"date_in": "2026-03-10T09:42:51.1590703+01:00",
"date_out": "2026-03-10T09:42:51.1590703+01:00",
"id_user_add": "482cf199-a1b5-4f93-9b6d-808129e0755b",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01: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": "14ac20ee-7cf8-4e82-9e8b-50dcba54a594",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "de48600a-61b5-440e-9f4f-4151079c30c0",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "55646d6b-ae65-4e7c-918f-3b968b535cbd",
"id_room_state": "f79e69c2-4b4f-447e-a8fc-b732f46f66fc",
"id_image": "43b646bd-1c04-4700-8a35-f98f11b268da",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "327d5923-8a7b-4516-a898-0cf91e2f7437",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "922ee9d7-09ad-4655-89b0-7b83a09631cf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "c97fa27a-3376-4f7d-9355-dc457f78c543",
"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"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_tips": [
{
"$id": "59",
"id": "caac0191-2d8e-4066-8b93-a121d8d0c72c",
"id_pos_sesion": "2e695a44-e8ce-4e2a-bf7f-7decf4db57af",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "75ad00c9-c39b-449d-9110-d701a4a06a63",
"id_room_unit_activity": "c6b714cb-4772-49a3-893f-4431ad5ae279",
"id_doc_sa": "374403e2-42af-40b1-8d3b-3b619eb74418",
"id_pos_type": "ca62f12f-0f26-49ad-ae32-9d1c0d06f271",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "625a355a-4abd-4831-b3fb-81969d781898",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "f7cf2606-749e-46c3-a3ad-a73c51b8188e",
"id_user": "6bc07c66-908c-44bb-add6-b0496a24e521",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_tips": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
{
"$ref": "59"
}
],
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_pos_sesion_users": [
{
"$id": "61",
"id_pos_sesion": "3a411ef3-504f-43ca-bc3a-88770cf94922",
"id_user": "e38d7b83-0e44-42ec-9928-0beacc2f0c13",
"date_add": "2026-03-10T09:42:51.1590703+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "61"
}
]
},
"tt_rooms_units_activity": {
"$ref": "51"
},
"tt_spool_doc_print": [
{
"$id": "62",
"id": "6ba629b1-14f7-4616-a346-2c7c60e8c53b",
"spool_server": "sample string 2",
"id_doc_sa": "c60b02d9-32e4-4d56-a099-68c27f8123f2",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"printed": true,
"print_on": "2026-03-10T09:42:51.1590703+01:00",
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "62"
}
]
},
"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": "63",
"id": "9275b8d5-5e8b-4fa6-8c40-a7ced6f5f3cd",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"id_branch": "1c1c876a-b4fe-470b-bb5f-1e8c57085aec",
"id_pos": "c9e7f1af-ba47-45fd-9f90-7796de585c74",
"id_list": "187c4a8a-0439-4471-9d0a-91993c6a7325",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"id_user_upd": "9952328f-eb27-42b4-bef9-d26d154166fd",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_doc_num": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"st_pos_license": [
{
"$id": "64",
"id": "a428b296-e0e4-4e56-9376-5376c2289313",
"id_pos": "446201e9-2e37-414a-a38c-f3ac18a10031",
"mac_address": "sample string 3",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"key_access": "sample string 5",
"id_user_add": "a6cf3c98-d128-4c84-98fc-7d5a7f8dab22",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "351fff82-c258-4b4f-b60c-c5c1fd691615",
"id_pos": "1ef1f085-5c56-4477-a257-5930b7378075",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "65"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_connection": [
{
"$id": "66",
"id": "4f6d8426-dabd-4da2-9163-14fe1583aa58",
"id_pos": "85d91dd6-517d-4f5d-8880-e99fb9e9d7b2",
"date_add": "2026-03-10T09:42:51.1590703+01:00",
"date_upd": "2026-03-10T09:42:51.1590703+01:00",
"date_out": "2026-03-10T09:42:51.1590703+01: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": "66"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_branches": {
"$ref": "4"
},
"tt_logs": [
{
"$id": "67",
"id": "bbaabc05-80a0-46bc-9c42-ae4291c0cd68",
"id_user_add": "70614b19-5467-40ea-a212-bf6ecec2ed8a",
"id_table": "789f85fa-91a5-4c57-8232-4cc37b745543",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "95806092-64bf-4358-99b3-dec7770e2484",
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "32ae8ead-e58e-4e60-93b1-6ea65998cea3",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "0af886a3-e7ab-4654-b61c-dd8477dfbe07",
"id_sync": "be4c1115-90dc-4baf-9557-295d608c8f1e",
"json": "sample string 3",
"id_table": "da1e4312-6b85-44b8-a292-641a0137a57b",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "4b40cf7f-dfc2-461d-ba1b-425276e2a37b",
"id_branch_from": "0523613c-47ce-45f4-a6d9-d5443a4365bb",
"id_branch_to": "c68acf59-a133-4423-adc2-91223b8a847c",
"type": 4,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T09:42:51.1590703+01:00",
"send_on": "2026-03-10T09:42:51.1590703+01:00",
"mt_branches": {
"$ref": "4"
},
"mt_branches1": {
"$ref": "4"
},
"st_sync_packages_det": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"st_sync_tables": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"tt_logs": [
{
"$ref": "67"
},
{
"$ref": "67"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "67"
}
],
"st_local_variables": [
{
"$id": "71",
"id": "be2f89a5-78cc-4f77-8420-74265d87c4a1",
"id_pos": "0f783b3c-0251-4f0a-b5b3-ff10e299a07c",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "71"
}
],
"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": "63"
},
{
"$ref": "63"
}
],
"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": "72",
"id_doc_sa": "ef4202a7-c2a3-42ac-abc9-68de7b9366eb",
"id_line": 2,
"id_item": "6d0b329a-3283-428b-ad74-250c7735a2df",
"qty": 4.1,
"mt_items": {
"$ref": "1"
},
"tt_doc_sa_det": {
"$ref": "15"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$id": "73",
"id": "6dd5c23a-ac05-4a23-acad-c56ea44be206",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"date_used": "2026-03-10T09:42:51.1590703+01:00",
"id_employee": "1c9e5df5-7402-4fe6-b304-6424fe36d3c9",
"id_branch": "586c4980-5950-4805-abec-fd58c74fb65c",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "e08dc961-8127-4609-b8c2-e85d2099f7e4",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
},
"st_users": {
"$ref": "3"
},
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
{
"$ref": "73"
}
],
"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": "73"
}
}
},
{
"$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": [
{
"$id": "74",
"id": "b2a42664-1111-4c4f-bdd7-edab6536288b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "d263e173-8d78-43ad-bb4f-60d47f72eb28",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "4962db26-66de-4611-a900-b9eca0a3e6e7",
"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-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "8f086be7-482e-44ff-a5d6-2eec084eeb2a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "81dc3cca-7e34-4ffe-8d18-aed4feb20101",
"id_function": "a264f004-408a-4b0a-86e4-2960188b4632",
"id_user": "2af02c22-d7a8-476b-b9d2-932502aa014e",
"id_profile": "8c0663a2-bae3-4711-8a39-0194c5b5600b",
"permission": 3,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "93caa00a-cfd7-4f26-b5bc-39bbc83991bc",
"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,
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_permisions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$ref": "74"
}
},
{
"$ref": "76"
}
]
},
{
"$ref": "74"
}
],
"st_images_types": {
"$id": "78",
"id": "9fda6f68-cc40-4cc6-b6ec-6a84495cce60",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01: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": "79",
"id_branch": "2f892e9e-4ba3-44cb-b519-099bbbbc77f7",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"last_update": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
}
},
{
"$ref": "79"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"st_sync_packages": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_sync_packages1": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
{
"$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": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"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": "63"
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"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": "76"
},
{
"$ref": "76"
}
],
"st_pos_license": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"st_users_profiles": {
"$ref": "77"
},
"st_users_token": [
{
"$id": "80",
"id": "be0559ec-4ad2-41ff-9547-b0033695926e",
"token_id": "sample string 2",
"id_user": "004c99f1-cf1a-4fe3-9c84-49803eadddfe",
"date_from": "2026-03-10T09:42:51.1590703+01:00",
"date_end": "2026-03-10T09:42:51.1590703+01:00",
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"st_users": {
"$ref": "3"
}
},
{
"$ref": "80"
}
],
"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_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_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_logs": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"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": "81",
"id": "62985d22-8794-4097-8d9b-cc3ac89113b4",
"id_room_activity": "e3befc91-8938-407d-be9c-f24feb718f76",
"id_pos_sesion": "4c55d4e2-d3e6-45e5-972a-2756ff1393b1",
"log_text": "sample string 4",
"id_user": "56f86a21-8b07-44f6-95f9-21212f683c53",
"created_on": "2026-03-10T09:42:51.1590703+01:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "81"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
}
},
"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": "72"
},
{
"$ref": "72"
}
],
"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"
}
]