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": "20af5985-9a12-4ac9-8ca6-1660b7c935ea",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "044370f0-92cc-490a-a952-6124112b8a31",
"id_unit_sec": "3deecfaa-375a-4851-b042-4454401dd0c8",
"id_brand": "20cdd7ea-69b1-4a7e-989c-011843a520cb",
"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": "77cae3be-9bf6-4a42-b1ad-4b0c21655f0e",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "77149500-c464-462f-9f46-65ebe73541c4",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "8d19c4f3-726f-4be1-a837-eec5754ef097",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "706fa05c-c127-48f1-9491-14bd5c316e06",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "c7917736-ac87-41bb-a1de-125b6db17a5d",
"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": "2cb3d70d-5fab-4e0a-a0f1-7db11d7af830",
"view_messages": true,
"id_image_photo": "e0db5943-9c00-4586-9695-d61e3033cba5",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "6144cd41-5edf-4309-936a-11694bd83eeb",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "d4447fca-4278-4029-bf89-0c64e8678d2d",
"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": "f218329e-b3db-45d9-920b-a09acbe48643",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "dc796e99-2ee0-4e66-9c41-09a24ce93b94",
"commited": true,
"st_images": {
"$id": "5",
"id": "9e1a4a24-aa89-461c-8125-e0fc5d04cc37",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "25b4fcf9-0893-4f85-968f-e20eb8e79fc6",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "de22dc0c-0977-4774-9b3c-8512a6868ae1",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "47270996-a7f3-4c52-8cd9-8cc4424e5b9d",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "be6344df-b15e-40bc-811d-e8a768b4cf4c",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "b1b1d6d8-cc91-40a5-9298-5b2f9291e167",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "0082fd27-5cbc-4cc7-b76c-6cada44946c8",
"id_item": "ffa70671-3306-4e77-bf25-a8e929e6e77c",
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "b8ed83d4-1ab7-4cbf-b8ad-237743dec4e8",
"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": "837ad2c3-e82a-468c-a3e4-a9e5e81de39e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+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": "cfbe67f5-3fc1-423a-93b0-f6b93dada13c",
"id_pos": "af2c7a2f-1148-49fd-9fd2-22b4ed4a8724",
"id_list": "3eb2abea-3ce5-417f-857a-7101ed859d58",
"id_item": "836a86cb-3945-47b9-821f-55977373a7f1",
"id_item_type": "197b7ad2-9997-4d32-9aef-efbb46ed5e39",
"id_category": "bfd07ef8-3268-422e-8088-f16f46275390",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "1bec059a-3044-48eb-95c6-a47bf5259c76",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "e729350b-f583-4f95-b01a-992c2f8674ce",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "38af75cc-3230-4eaa-8aae-13f3fbd79665",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "ed88e57e-9a6d-4722-8699-c2ca2cd8801a",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "dde30d8f-6f92-4597-9cee-641804528a0e",
"id_line": "220667df-745f-48f7-a7bf-3c0673ed67ab",
"id_category": "8f61c705-c2fa-4e43-8aad-bd8f588be89f",
"id_item": "571ca211-3c1b-4b92-a395-55c2dcded359",
"id_item_type": "0b611551-1b03-44dd-98dd-9c4027d231e5",
"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": "c597d8b0-5183-4119-b863-f2241d66ef50",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"date_used": "2026-03-10T07:07:17.9378184+01:00",
"date_sesion": "2026-03-10T07:07:17.9378184+01:00",
"id_employee": "eacdef81-6872-4750-a806-b40ff7660c00",
"id_branch": "1da38363-f94b-4963-aedc-81b12831d4e0",
"id_voucher_permision": "a426ae4a-84e2-4bc3-81d4-b181fa18770c",
"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": "92689597-c8f2-42c2-a810-58559ae339d2",
"id_user_add": "7d8476b2-7a3c-457b-b8d0-51adec2007c7",
"id_doc_sa": "9f646c37-0da6-4adf-8e57-bf0159455330",
"id_item_sub": "7a065cdb-6a00-460a-9191-4089c52fcb8b",
"id_pos_sesion": "2b1b936b-2303-463b-af77-c88afa7698e6",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "dd2a9742-c38b-426b-a396-b0004b4f7ea9",
"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": "0272ea50-a8ce-4713-bbc2-68e375f79758",
"name_pos": "sample string 12",
"id_image": "b0cef838-6a9d-417d-9e4c-0b8cad6e6a8d",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "67324d8d-4e45-464f-9986-fabba766baab",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "deeb55f9-d919-4c4a-a5f8-f405082d0dcf",
"id_branch": "18683433-c09d-4384-934d-56769277b9c9",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "09b0a72d-11ad-4f5a-885d-2b3820943ce4",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "aab63795-3226-4878-9840-e6db63ad7cfc",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "0ddcefae-8ac4-4713-b249-83892a1cb83a",
"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": "fb8ed5d9-0695-4978-a391-9fa5a3f2a5b7",
"id_line": 2,
"id_item_sub": "6fedac5f-c595-491b-a0e7-53da3c0e9984",
"qty": 4.1,
"id_list": "4161966a-88e2-4b40-8998-202954b2618a",
"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": "6c29065b-c9ef-4b59-91f1-2d95ea55ee22",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "deeb4466-71db-4fd4-a07f-f033f4161c95",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "91c98a84-5ce8-43df-907b-e27992ad9718",
"id_user_upd": "756a5a34-4915-4ab4-9a4c-54c5d3d4f6d3",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "c634d826-1c1a-4539-90ac-f628631d00a2",
"id_item": "23ba51fb-542a-456f-b545-cd529cb43be8",
"id_item_type": "477acf59-bd92-41ec-8bed-a56c96957f19",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "14eca558-8863-47e5-8c22-5ac9f0d6fe2c",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "0b6d747e-2b80-4f0f-8674-e0435d1b6af9",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "f87c66c1-891e-40d1-bac4-40481af89ac9",
"id_item": "69c9a073-94d1-4aa6-9d39-6636bbfabf61",
"group_id": 3,
"id_unit_ref": "9ab53f17-72ac-4739-869a-7f2a3be08e9f",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "63450ce4-3d50-4e1b-9479-f9b37e85d9b9",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "b49bc334-05aa-44a7-acdb-d4af9edec2c1",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "ffa16b93-4754-4dbe-afc7-c1ef599ba25c",
"commited": true,
"mt_units": {
"$id": "19",
"id": "afe2ff0a-9601-47b1-b497-8e687b7cd265",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "ba82c171-ff3a-41ef-89c5-c71ee3246e4f",
"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": "dba30eeb-9105-4373-97c9-8896ce6f2e4c",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "6965bc8c-fc5b-40d8-9c27-20342162b9ab",
"id_doc_print": "b9318789-bb8a-44f5-b93e-6be84ed10467",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "866adf3e-3b2d-48a1-bfbc-fbbe8698c6ec",
"id_item_sub": "2b4472e4-340d-4089-ba10-340a7110f38a",
"validity_date": "2026-03-10T07:07:17.9378184+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "8923d9a1-3676-42ae-98cd-65e38cbd5a88",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "27871062-63e0-4f06-9a6b-27aade9092f0",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "92427f3e-3aee-4720-915b-409e5e7c4566",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "f84d7783-b714-432a-8e27-b4da74ec2f25",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "469b495d-d8f5-4def-93a0-de9dc0c88c79",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "678fc296-c8e1-42ee-be63-b771778ef18b",
"id_pos_type": "7c37bed0-8557-4a54-bb9f-e82de356386f",
"id_price_list": "05eeb5d5-4e32-40b0-9f62-ab4fe2f08481",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "12a93873-345d-4955-a936-8a0326a0bf3d",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "8ac9a967-0a2d-4755-b0eb-d44d79e18269",
"id_pos_type": "519f125f-8f07-41d8-91b0-e9bb14c88e68",
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "bbff01c8-f5b8-4a73-8398-589cd4e86fd6",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "6ccd1582-ab0f-412e-92d6-63b2e60dc825",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "fc95d1dd-e54b-44ba-aa80-be1b24a0746f",
"id_zone": "2602a310-22ad-41be-814d-2bf5653410df",
"user_required": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "a09f85fb-c936-4ea0-9334-61a4905276a1",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "4197569a-1efc-455a-aa97-59cea5dd2237",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "83d6e5c3-4e94-44a9-9cef-31293f1f32ee",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "1f4d9551-adc8-4605-9b45-605391f19cdb",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "00db80cd-cf47-418a-b5d0-d5ddf2b690b2",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "f6d1c00f-7af3-497e-98e8-69f6d6cdc7c0",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "fffde4e3-7b82-4a96-b27d-32c6014ff22f",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "a286cf51-64e2-49bb-ba29-50f2d129ba66",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "46387192-89bc-4950-a5e6-f5e4e3ac4284",
"id_cloakroom": "d85fe97f-2ad0-43d1-9016-08fc0c5eeca7",
"id_pos_sesion": "0ea0dc55-df1a-49e3-a137-3ecaf5881ec1",
"unit_id": 4,
"date_open": "2026-03-10T07:07:17.9378184+01:00",
"date_close": "2026-03-10T07:07:17.9378184+01:00",
"id_doc_sa": "e6f9f5b8-f4a1-4dea-a961-9551c0f45b51",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "cabbcdcf-9d0f-4710-9a9f-459fb2be1a87",
"id_pos": "bac6ca55-7e0b-402c-818a-5e5a840d8dcc",
"id_doc": "ecb43bff-d50b-4cac-9be4-45376b8a6f90",
"id_branch": "ff2d1d88-d5fe-48af-b52c-4e4d9f57ec83",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T07:07:17.9378184+01:00",
"date_tax": "2026-03-10T07:07:17.9378184+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "c8e4ce46-333f-4a3b-ad85-f896a2fcf26a",
"id_relationship": "12a44c59-bd59-4bb0-8129-d2fd4c7c83d6",
"id_loc_from": "99bdc8e4-dff4-49b9-a6a5-ede348e639ed",
"id_loc_end": "715c3fbc-d8c0-45d1-b4db-6f629174696d",
"id_user_add": "aafe32e9-8e82-4b15-8671-0b3dc4126994",
"id_user_upd": "625b90a2-349f-4f46-913c-123017559b2b",
"comment": "sample string 12",
"id_pos_sesion": "c0ffc8c4-ba79-4c74-bfe6-de552b3b46a4",
"id_room_unit": "7e38c9e0-af1c-4f97-9761-0d443dd20c35",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "412e91b4-1fcc-4c67-80f4-5cd1b222793a",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "3971ec97-fefc-46d8-9bf3-982b8b6e8460",
"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": "1dcbeeb4-e15a-4b5d-87d6-5a029039ab97",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "be14b8f9-1fc1-4280-b269-be4421575328",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "c301f15d-6b85-4e31-836c-5c748f83ac51",
"id_pay": "79ba2d07-414f-4ead-a057-faaea03c1a6b",
"id_money": "c1225a0d-d9a6-4783-8b69-6ad139f97fc3",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "a84e9602-8c46-4178-b40a-abcb1e39882c",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "97e987f7-17bc-4f34-96dd-0831fb22c2d8",
"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": "ecc20abb-4a97-4fbe-82b8-b6097bb6ddfc",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "38247bd0-656a-4acf-ba5f-ddea5d3740d6",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "dd2f9cd2-0f9c-49f6-a68c-d40d5e185277",
"id_money_2": "4f46c790-3015-47b0-b809-154088bf8a64",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "6e895e50-51c2-4411-b1db-a6e2cf1c0094",
"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": "d79b57a0-f0f2-4e43-9dda-34d6fe809b32",
"id_pay": "483581db-d23b-44d8-9c9e-d4bbf29684e5",
"id_money": "b80a7cbf-5513-4f85-9ea5-cf5a603550b3",
"date_cashflow": "2026-03-10T07:07:17.9378184+01:00",
"coefficient": 5.1,
"id_user_add": "b21592ba-241c-474f-b326-53249dd85f8d",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "b7563f25-dad5-4837-8790-f4bb8482d717",
"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": "30ae800a-e941-48bd-8d9b-a27c59c74fcb",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "ed2b27cf-033d-4023-af8c-120f00007657",
"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": "4ef9a4ad-69ea-4f49-bf21-b8960ed228e8",
"id_line": 2,
"id_pay": "c7dc9b69-d9c0-4596-b9a0-12baa76343e2",
"id_money": "59beab07-ed81-4d27-81e9-7407ed4a3b1f",
"coefficient": 5.1,
"id_voucher": "52149dd9-5f6a-4dbd-a4c2-d200f401009b",
"id_employee": "8003ef60-b1a6-471b-85da-cbd5e0823374",
"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": "15eb1189-9247-4f24-8771-0e70eba99c5f",
"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": "07307567-f8b0-4940-98f4-098f2d33d98a",
"id_doc": "0d4bae0e-7205-4506-a5c5-d8d601d75be6",
"id_pos_type": "4fcf6358-ff64-4c96-9d54-db22dcb79b34",
"id_doc_print": "4daaafc9-1771-40f4-8247-e4686cbfb365",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "dfad7c6b-bf22-46e4-9154-d26c1df61af0",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "d993e30e-e96e-42f5-9c32-64637b2ccad2",
"id_pos": "93f21bf8-d868-46ea-a57f-8e03ff8b0997",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "3235ad6f-9b06-4130-937f-3e7b7dcdce9f",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "2d4fe3eb-d60e-4873-b819-28ec8d4c51b1",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "baacc76f-5187-44f8-9c59-2bd9fe959956",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "5cd8f9ad-b146-4043-b13e-b54e5d515b75",
"id_branch": "1b781475-8917-4c3f-8462-66f1b9d30b42",
"id_pos_type": "15d135af-1f8d-4aff-9eb0-e7bc392806e3",
"id_pos": "57509e90-ce75-4f56-af5a-0995929b2699",
"id_item": "5e86789f-b796-48fe-a01c-df4fcaa674f0",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "958767db-734b-4460-b84b-3d6424f64fe4",
"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": "ccfc8c7a-ec2e-42b9-baed-ccb2f5100dea",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "13fdb09d-001b-4fd4-85f6-9da373b669a2",
"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": "48653b5a-a466-4ea1-aead-0c93177448cc",
"id_doc": "623062ae-ce8d-467b-acba-3bac2d5ef34a",
"value": 3,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "ded7936c-6847-47c3-b589-7e05e1b40cc2",
"id_pos": "328647d4-9906-4a24-a578-8205e681413e",
"id_doc": "f6a24e61-0a28-4f9b-b4c0-43f307c074ed",
"id_branch": "b52aa86a-360b-48de-905e-5c3eccf6b6c6",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T07:07:17.9378184+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "83914341-d3cd-480c-9ef5-6cc6d07065d1",
"id_loc_from": "d59714b5-f8ed-480a-a106-6be18115392d",
"id_loc_end": "cc83d5b2-f258-4107-aaaf-f7d2965af913",
"id_user_add": "b98d6b21-f1b1-4c95-bde9-db1e0d01fb4e",
"id_user_upd": "74c0c990-5070-4eea-9f7f-45808c8e531a",
"id_pos_sesion": "3a1f95af-720e-4d15-af5a-a27043f565f7",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T07:07:17.9378184+01:00",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "923b265f-0026-4c96-8a59-7c1dc07ce539",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "8214e435-88b4-48c3-a8ac-d9f859441a67",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "a47e492d-b6c9-4a0a-bfe9-26bcf555cd75",
"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": "89c6c572-2faf-4ad8-98fb-768ffcb56a75",
"id_item": "18c66fa6-c551-4c7a-996f-3384dc45eefc",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "40c79f47-10fd-4c34-a38c-4b981b2968f4",
"id_line": 2,
"id_item": "5ba612e4-0b2f-41d5-96e1-083a83e9e893",
"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": "64b40307-1079-4639-ace5-a9f96e7d44cd",
"nro_sesion": 2,
"id_pos": "ecc5fbbc-433b-419e-953f-bf19df46ba34",
"date_tax": "2026-03-10T07:07:17.9378184+01:00",
"date_open": "2026-03-10T07:07:17.9378184+01:00",
"date_close": "2026-03-10T07:07:17.9378184+01:00",
"id_user_open": "5c95ede2-7497-495e-a206-88694204f685",
"id_user_close": "95bb555a-2216-4ffe-a349-ba51c6800aed",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "0de9cf36-da7d-4d6c-a8c3-5518ed19de2b",
"order_id": 2,
"id_item": "3ccbb4da-d6e4-49c8-a4d9-c5aa276641c4",
"id_item_type": "3e3feb11-ee74-45ac-ad42-0f6623d01bf5",
"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": "48c7f386-8ed1-4f66-b498-1e5a3d7d0204",
"type_item": 11,
"id_voucher_json": "49ac85c0-4736-437e-b623-5632e49290b5",
"count_voucher": 1,
"id_category": "9af4aaf9-86bc-432a-b2b8-ceb8288b9835",
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "d6ec7183-9c95-46c3-87a5-42bed32105ab",
"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": "8512ad63-3b52-407d-84ce-5041b1fce5cf",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "85eaea2e-c52e-4f5b-9263-c222808e7ceb",
"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-10T07:07:17.9378184+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "ed986fb3-5565-4a89-9dda-7899261154c7",
"id_room_unit": "48107194-342b-41ca-a57a-db0fc97531c5",
"id_room_list": "05a925c1-a646-44d6-a650-7b96ad925b96",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T07:07:17.9378184+01:00",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"date_open": "2026-03-10T07:07:17.9378184+01:00",
"date_close": "2026-03-10T07:07:17.9378184+01:00",
"id_employee": "5ca59869-3acc-4c24-86f7-09dc14c1b737",
"id_employee_sec": "f00e2a65-61fe-4388-a8a7-3d815c2b54a8",
"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": "ef9de7ae-e6a3-4c98-92c3-dbd4baf524d4",
"comment": "sample string 7",
"id_user_open": "50320850-67ff-49dd-b2a7-41eaa4dd8120",
"id_user_close": "4a3c6af3-b7ca-4b0e-9932-09cac3b303ba",
"id_unit_state": "d027a798-1802-4667-a9b4-f05c0d6292dc",
"id_pos_sesion": "82c8309a-1857-4b7e-9205-f848599f26ad",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T07:07:17.9378184+01:00",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "017ac4c6-7ee8-420c-8b85-aca427d0709a",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "0a9403c2-66d7-4bae-a40a-b4d18054d11d",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "792df000-84e4-4156-a799-3696e96cf0b2",
"locked": true,
"date_locked": "2026-03-10T07:07:17.9378184+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "b5624410-0035-4bfc-8bd0-041592b8c1fd",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "ee764786-a3d3-4e59-a4f2-0cc17501a686",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "e03a6006-5533-4128-b851-b1fa81def14d",
"name_pos": "sample string 6",
"id_image": "c89dcf78-9646-424e-a59d-2c61684f64fe",
"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": "fd8e2e10-34c1-4aba-a25c-c46221d7e697",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "c70aeb13-b223-4ef7-9953-9aeff2c33c5e",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "43d4f1f3-e267-4274-b970-effd9c45e758",
"id_room": "ea3837ea-3ebd-408d-920a-340b248bf849",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "037e2aab-8a23-4c5b-98ad-39e69f8ef381",
"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": "e26b64af-4af1-43bd-874c-fc58bfaa859a",
"id_room": "ae21f7b7-9dd5-4f4f-9307-a8daf13de935",
"date_in": "2026-03-10T07:07:17.9378184+01:00",
"date_out": "2026-03-10T07:07:17.9378184+01:00",
"id_user_add": "6be96d6d-0cc4-454f-96f2-0fbf63ff9e7a",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "4e0af0ac-06ac-4692-9613-b2fc7cd0c302",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "9a8ec01e-3db8-4b79-916e-57db2c89f4ff",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "67c71757-c01f-4b25-97d5-e34eeb29637b",
"id_room_state": "5f414533-f9aa-4255-bf5a-c65de1aebce7",
"id_image": "87f24544-58f3-4a8a-b1bd-dbfb3dca37ba",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "3a2647cb-4fa2-4496-ba06-97441935aa7c",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "dad80de1-239d-47ce-87ba-dbfa378ff528",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "a98bc8f3-2312-465a-84de-cdb6bafb7070",
"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": "aefd753c-1b9f-4afc-8c77-781e1aa48ab9",
"id_pos_sesion": "5ee49a3f-1e1d-40ea-b336-e1b6d41ae179",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "e3b050fe-d5b7-4aaf-9223-d554bbe7db7e",
"id_room_unit_activity": "46fa6e02-e869-43be-8a68-60b62a7b91b3",
"id_doc_sa": "7c311d8c-8812-4ed3-9d0c-af1fabdb8cb4",
"id_pos_type": "06f2f2b4-8a66-43b2-885f-1a5c68fac718",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "6eebfa8c-7ef6-4a89-9911-e77bf1bf175f",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "f2df83cc-3c65-4388-972d-8e1bc8ac196e",
"id_user": "e64048c0-22fd-4fc0-91d1-a8a3864955b5",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "6f9ed085-3f2b-46d3-b663-e9a1df60cc87",
"id_user": "1da3d037-c983-47b2-9131-f5fedebbacdc",
"date_add": "2026-03-10T07:07:17.9378184+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "0baaaadc-d5ab-4c48-aeee-a9886023681d",
"spool_server": "sample string 2",
"id_doc_sa": "5359bb6b-b1fa-47fa-abd4-d350ede46f91",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"printed": true,
"print_on": "2026-03-10T07:07:17.9378184+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": "d66a35b3-9150-47d8-aa57-7713a1f1fb66",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"id_branch": "b1d4fd35-75ae-4802-8670-e4651506d9bb",
"id_pos": "a4f520a5-6fed-4bf8-9e89-e7c53b7f88f3",
"id_list": "c3aa024d-9e3d-4d21-95c8-5764e008405c",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"id_user_upd": "14221c01-5a88-4ceb-8483-11d31014106c",
"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": "c7761751-789d-4834-bf3c-138006a1f5b1",
"id_pos": "26dcd4dd-3474-46a5-af50-43652424daf6",
"mac_address": "sample string 3",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"key_access": "sample string 5",
"id_user_add": "664f839c-ae13-4cb9-8651-0752f325adb7",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "d80d03cc-7093-4122-b5c9-97d701a70da4",
"id_pos": "f8749885-386a-4336-918f-904340e1ea52",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "567b2ce6-546d-4752-aa62-2593823d69df",
"id_pos": "135a09e6-4cc7-4022-8e56-b68d73a28db9",
"date_add": "2026-03-10T07:07:17.9378184+01:00",
"date_upd": "2026-03-10T07:07:17.9378184+01:00",
"date_out": "2026-03-10T07:07:17.9378184+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": "3fc0eb75-ffc0-47ea-93f4-92af7d29ec75",
"id_user_add": "4a80091b-39a2-48ea-bc06-d899cdb08931",
"id_table": "8100e4e2-51c6-4a01-8776-872f275e54ab",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "8d349d26-fe0b-4c4b-acfe-1454df51995e",
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "e2a41167-6991-4ebc-bbfa-770ea75c0812",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "0fbc360d-d15e-4f02-86e5-3461a4bfee64",
"id_sync": "fcf05057-bbbc-4789-8791-69bc0e9c1b62",
"json": "sample string 3",
"id_table": "1822c1b1-dfca-4841-87d3-50fafc8606f3",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "38aadd9c-3f1d-444f-bf58-2b278177a1d1",
"id_branch_from": "42b8f7b1-ecb4-4038-b598-cca2a68f0a94",
"id_branch_to": "fe675f35-9c78-45ef-a628-547b21daf6f6",
"type": 4,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T07:07:17.9378184+01:00",
"send_on": "2026-03-10T07:07:17.9378184+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": "00650659-504b-4a7d-97da-87d8ce5b96c2",
"id_pos": "0e5081a0-17c3-400c-ae32-567335be4325",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T07:07:17.9378184+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": "e546e0d7-6656-4dc2-a562-1c78ad295d61",
"id_line": 2,
"id_item": "531e1ed2-307a-44f9-9095-d64edef0536e",
"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": "ea00a7be-d14f-4516-818f-99b2b542f751",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"date_used": "2026-03-10T07:07:17.9378184+01:00",
"id_employee": "6fd52a25-0979-4709-a1d2-cf33baec1751",
"id_branch": "20f30087-e4c2-43d9-8ffb-c6f5f2ac943f",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "ef740c05-8de2-46e7-add1-6bab50d1d4dc",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "d17a5ecb-714d-49e6-99cf-20afc7bbfc6e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "35665bfa-1a7c-47f8-8cf7-1c7fcce0d16a",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "92a5b24b-2bd1-4594-947b-50f7bc1ef6e3",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "ef47c53a-05a1-4355-9422-778ea143faa3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "8d10f9fb-7c76-4c19-ac06-96189c71c5d8",
"id_function": "150c4898-4c09-4504-a6d7-d31e70216137",
"id_user": "e9d567c7-f725-485d-9a92-48f0f82077c6",
"id_profile": "79f5fd57-c71f-4a51-a09a-2dde8561b060",
"permission": 3,
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "98813c91-23ff-497c-8259-3a2e95a8d62a",
"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-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "24a31f33-9a8d-421d-a46d-31cd95eecb85",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "caa84bdf-147e-49f2-91ce-61bde52f3bb0",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T07:07:17.9378184+01:00",
"last_update": "2026-03-10T07:07:17.9378184+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": "1956cf6e-245f-41e0-b90d-8cccaa98ffdc",
"token_id": "sample string 2",
"id_user": "d07b99da-accf-411d-bfdc-868d0eda57e6",
"date_from": "2026-03-10T07:07:17.9378184+01:00",
"date_end": "2026-03-10T07:07:17.9378184+01:00",
"created_on": "2026-03-10T07:07:17.9378184+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": "58993319-0f12-46bc-ad53-0a1de379d028",
"id_room_activity": "7176418a-74de-44ee-bdd1-5dbabcb0dc7b",
"id_pos_sesion": "8211689f-f432-47fa-a56f-51e4d4e89ff9",
"log_text": "sample string 4",
"id_user": "fb3c5d37-3040-4c05-b59e-95ca134547b1",
"created_on": "2026-03-10T07:07:17.9378184+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"
}
]