GET api/Mt_Items?all_rows={all_rows}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| all_rows | boolean |
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 |
|
| 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": "45063776-7b4b-42dc-8c08-7194b98b9e73",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "9713053e-2744-48a6-8cdd-e2dc9cf437c1",
"id_unit_sec": "2a09b6b2-d18e-428b-837f-29bc3a6196c1",
"id_brand": "bcbca036-5dc5-47a6-b11e-77c1c1596506",
"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,
"external_id": "sample string 18",
"name_pos": "sample string 19",
"name_print": "sample string 20",
"id_image": "450f436a-ce00-4a48-898d-e76c1385b610",
"view_pos": true,
"order": 22,
"color_border": "sample string 23",
"color_button": "sample string 24",
"color_font": "sample string 25",
"font_bold": true,
"font_underline": true,
"font_size": 28,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "6bd43460-7325-4bc6-a3eb-83b5cef6b68b",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "c5521be9-3a38-45c7-83f6-79e13fb85afa",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "a1316e97-61f1-494e-852d-9962d9366951",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "7ab470fd-2d32-4e13-a5c6-13e34478fe75",
"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": "267a4969-366c-4ba8-be17-cb3471c80388",
"view_messages": true,
"id_image_photo": "2ee61468-ede8-4e12-8ee7-cb365a9794e7",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "73bbe104-abaf-474d-89ad-8b0423c306d2",
"view_pos": true,
"order": 15,
"color_border": "sample string 16",
"color_button": "sample string 17",
"color_font": "sample string 18",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "ed0d3bf2-98f5-4e42-9a84-e9533407804e",
"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": "8b7d2785-0a49-4445-9148-7c1cb982502f",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "ecb4efe8-1c78-4c0f-8981-8c6bb16e06db",
"commited": true,
"st_images": {
"$id": "5",
"id": "8ce60d77-4383-4a1c-891b-da43d6a87cd3",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "60f4cbf8-9987-483c-b6e7-400fc8edb352",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "9ecb1e85-12df-4b55-95ca-fbd85cc93d4e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "076e15ec-7e6f-4f6a-84e6-4ac088003556",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "5be9fb8b-af37-4e79-a5dd-8f7c888802c0",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "c8a0b0fd-d065-4b90-97b9-f4a36a27ef1d",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "4ffdef95-8d67-4aea-b8f4-f6d8bee339da",
"id_item": "78ff0df4-b13c-42fa-8941-106e3d04c684",
"is_default": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "2762688b-003e-48f5-a896-7723ede49ff7",
"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": "eb59560c-81d4-45ac-bcce-424ab8ac1095",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+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": "0a86ec0d-c3df-43d8-abca-e7d2fdfd47f5",
"id_pos": "d52c3048-5400-4e0a-a925-e85539056157",
"id_list": "954f847f-7396-47d0-8182-a2d586f53022",
"id_item": "79763fe8-7fdc-41f6-9e56-b21281665c9a",
"id_item_type": "f810f37e-349c-4826-a275-7e6980df4b08",
"id_category": "b9a32b04-dcfa-4a16-be0f-1bd34568726a",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "878b34e2-a605-4a40-bda2-6ce83ff3799c",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "e4fb4742-0bb5-4d2e-9928-a85039e3448e",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "0dc12ee2-6b58-48cd-bc59-dee6076d0ea9",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "d507a573-3f7d-4aad-9542-0682bbb34fa7",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "db82edfe-6477-4274-b3ec-41874fb14f51",
"id_line": "59320882-0972-4d22-85d4-4b4e2fd9e31a",
"id_category": "8b8bb7b2-f835-4e65-b3e2-82c674fd66f8",
"id_item": "28b837af-95ae-4eb5-9f77-2524539a8633",
"id_item_type": "f52eeb95-9c59-4bea-aebd-6451b30d0ea1",
"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": "1c033ed3-079d-4b5f-b25a-9b521c1bd67b",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"date_used": "2025-12-08T21:24:37.0710907+01:00",
"date_sesion": "2025-12-08T21:24:37.0710907+01:00",
"id_employee": "abf2f41e-ad91-4d66-ad4a-d1f84828fbf2",
"id_branch": "c1d08937-8bd2-4da1-9019-103bacefb891",
"id_voucher_permision": "fa4c80f3-f9e4-4215-a103-9816e2219ca3",
"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": "b28adf48-672a-420f-b801-5557eb957383",
"id_user_add": "a28f0f3c-2ed3-47b1-85ec-84f62a10a1cc",
"id_doc_sa": "f785219f-ae09-4fbe-a241-aa7627b1e0a3",
"id_item_sub": "726afa97-7d47-45aa-890e-7aad0b229291",
"id_pos_sesion": "3555f0b1-92d7-45ed-a996-c22c108f944b",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "fd33963d-0824-497f-87b8-5018e2da543f",
"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": "e5742417-9fc7-4752-b5db-896bca5ebbb4",
"name_pos": "sample string 12",
"id_image": "d0542b76-dbd5-4418-9e47-e27a2ddab55b",
"view_pos": true,
"order": 14,
"color_border": "sample string 15",
"color_button": "sample string 16",
"color_font": "sample string 17",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "ef9b3697-f293-4040-97f8-8b3a85814e5b",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "d5723013-f715-4cf0-9f24-75c1fdb79b46",
"id_branch": "06dead77-0ee8-40be-a210-ccf0a79bf1f5",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "087797cd-b550-4447-a536-5ddad9915ee4",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "e6d97f31-e82c-4a65-8a3d-147494468c7b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "690a28fb-1701-4298-b7cd-1746948e0821",
"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": "01f006e6-628d-4cb3-84f9-1e7959e9c70e",
"id_line": 2,
"id_item_sub": "abf77c3e-87d2-4220-bef5-6e249f876390",
"qty": 4.1,
"id_list": "5791edcc-cd5e-4e55-bd9b-058be127e7e3",
"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": "2a4ab377-a4f0-4d96-8157-6e34bd94066d",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "4853b152-ef4b-49ae-8933-aae9d53cacf2",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "03b4f363-c091-4e25-902e-33e3dfbcc62e",
"id_user_upd": "0ebda588-5a24-46f3-b1de-6b6b307e707c",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "0e0f78c7-f38f-493d-80be-58636a147a2d",
"id_item": "00fd5f70-d9b3-426b-a754-9f2a21cb3f8e",
"id_item_type": "a0964af7-2aa9-430a-b25d-d5cd10e84d1f",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "b8642d73-5a73-483a-9ba6-36c27c5aeaff",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "9d828211-8367-4a8d-809c-01e7cbe619f2",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "ac82f584-53e4-4887-9bdf-e854db161bc1",
"id_item": "e37b8323-a2f6-4b39-a01c-5ae49c26663d",
"group_id": 3,
"id_unit_ref": "e0ea163d-894a-45ee-9d66-cf24af8f919c",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "a2981786-3bbb-4622-b7fd-cf1373fa1b3a",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "73c49142-5189-4d88-a950-fceaad6b8aeb",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "fcdb024f-61f5-4b92-bd84-82ebd40c8917",
"commited": true,
"mt_units": {
"$id": "19",
"id": "1e9e19e8-7b14-4005-a9e6-3de8b5b73cc5",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "8f89da52-cc27-4d25-9bb6-7a38550e225d",
"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": "0b2ebc76-545a-41f9-a4dc-ee448041f092",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "ca32a8d2-87b8-4a65-996e-7e88f2ca955d",
"id_doc_print": "ba408f96-0cd1-48df-b593-3b9750830ab1",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "aa002d4c-c579-4885-b340-8831e81161fd",
"id_item_sub": "c59f3d82-b379-49d1-bb77-dba570730a1b",
"validity_date": "2025-12-08T21:24:37.0710907+01:00",
"price": 4.1,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "7c8651bb-a3e5-44f2-bc7b-aecfc940b23c",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "8de0e750-81c2-4f76-b099-55274509ed26",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "ce05c38a-fad5-4d57-b51e-6020928205c2",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "d92a8b6c-eb48-4bd0-863d-80f3c177938a",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "6f37699b-f2b1-4251-a6b6-a897d2ae699c",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "22e8458e-45af-475d-a823-c910d9be4545",
"id_pos_type": "cd1df397-f2ec-4ef3-be67-68695e65965a",
"id_price_list": "318b6c7e-66e9-4ee0-aac6-82bdd3759671",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "92d7a6b3-6d70-433b-8c07-72970f11152f",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "c2ae4039-ec44-4435-b5bc-7b9a2d0e30d3",
"id_pos_type": "3831b4fd-fc88-4513-ae0d-50874c7e2027",
"is_default": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "042a595d-bbb2-47e9-94ca-ef779a20f448",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "9f8981a1-41ac-4abc-b3e0-f00e0732eb9c",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "660f1c6c-b0eb-4379-9ce9-3be6922f5d99",
"id_zone": "0a084a1e-717b-4caa-84f8-c775f086f765",
"user_required": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "fa22c561-0019-43da-978a-e14432a673b7",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "3c6ddb42-e34a-4b17-b007-7389db978255",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "12fc9b2e-fe87-4237-87e7-112daeb414ec",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "debd230d-988c-494b-a398-29813279b16b",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "79da8b37-cd69-42ae-afbd-c7d06747468b",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "03518b59-a816-47ca-97ae-f30c973da162",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "30cc2013-f3ef-4f92-8d35-c1e259f9a2b6",
"view_pos": true,
"order": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "95dac85b-5a15-4ee5-a5e3-cddfcc1fa64c",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "102413c3-9450-4887-9234-b27ec2a7d0ac",
"id_cloakroom": "ceb9675c-dbab-4381-981e-8d98beb67166",
"id_pos_sesion": "0a095b2f-fe76-4464-ae27-048b8c2e994c",
"unit_id": 4,
"date_open": "2025-12-08T21:24:37.0710907+01:00",
"date_close": "2025-12-08T21:24:37.0710907+01:00",
"id_doc_sa": "721eb73e-90da-4bf2-ab10-8363cd9f9fbf",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "bb178b0c-8f0f-42c5-be3c-278800741c52",
"id_pos": "e7fcf17c-e177-488c-b010-254fa26dc119",
"id_doc": "41cb55e9-466d-4742-b665-f0ad87f6bca1",
"id_branch": "38c933b5-a1a0-4810-895e-9792bad17cef",
"nro_doc": "sample string 5",
"date_doc": "2025-12-08T21:24:37.0710907+01:00",
"date_tax": "2025-12-08T21:24:37.0710907+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "6f0728a3-46fc-44bd-9747-29fa42415220",
"id_relationship": "f40d305c-7924-40c3-9258-757d7c3b10ce",
"id_loc_from": "a2c9be75-014c-450e-bbb5-521506f3eff0",
"id_loc_end": "f3b21536-88ef-4ff7-8aa1-9c86bb233cc3",
"id_user_add": "2e5159d2-b9b0-43c1-aad2-0540b82db0dc",
"id_user_upd": "ed8a2d26-21b4-46a7-8be9-bf55ba9d9863",
"comment": "sample string 12",
"id_pos_sesion": "11fb321e-773e-4fc4-b56b-c3b6546722ec",
"id_room_unit": "b0ddc0bb-4190-4091-b1c9-4aa2499a70cc",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "1042843d-e30a-4788-a34c-ec9b2437b9d2",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"created_by": 1,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "84bfd764-5af8-4e36-b11e-2225bb1415e1",
"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": "56431f87-1a66-4838-b5e2-959c808a5ca2",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "3f75a591-18f8-4067-940f-0162fa670748",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "12d30d72-e1ce-4fe3-abe3-21fc9d579ad5",
"id_pay": "1c2e5523-e901-4f4e-b0bc-88db55b3b397",
"id_money": "4f014f3b-4805-4733-9392-70f178c2d3c6",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "48a1cf3d-6461-4031-9150-c00ce6e5f455",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "49042e8b-9441-4d01-94fe-39f3604655d2",
"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": "9456b602-4a2e-4305-81d1-1e1881a61596",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "9835076c-3d06-457f-a6e2-a83770a8e6b1",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "2bb23d94-f35f-462a-b27c-767be1b86637",
"id_money_2": "ae27ad92-2592-4d97-b2ef-2f43b05b8217",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "7346397e-f74d-42ad-b38a-a1bc596e6d09",
"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": "0fd8b818-7326-4652-8b04-adfe97408cba",
"id_pay": "d313e839-0505-4ce3-9e86-fad85cf4fb44",
"id_money": "62c8e738-b216-4ff4-a50f-19183ef1f0d6",
"date_cashflow": "2025-12-08T21:24:37.0710907+01:00",
"coefficient": 5.1,
"id_user_add": "0da9f28d-4f68-4b9d-bbe0-48d27af1a858",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "440276a4-7075-4a68-bad8-9afb47e1c967",
"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": "a291577c-9855-4354-adb3-15e6a377d297",
"view_pos": true,
"order": 13,
"color_border": "sample string 14",
"color_button": "sample string 15",
"color_font": "sample string 16",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "aa2ee9e5-7cac-467c-8517-a41a662b32b6",
"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": "f0629f39-afad-471e-a5bc-9d4249aaed0f",
"id_line": 2,
"id_pay": "610c8b19-9d3a-4038-b91a-9d6e6de5b660",
"id_money": "ffe1eb64-f627-48c0-a02f-e3e803627191",
"coefficient": 5.1,
"id_voucher": "27d7f24b-0e00-4389-921a-e532d7a194c0",
"id_employee": "2dd813ac-c42b-4839-bcc9-a5aad7c1dc66",
"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": "9ffe5aed-cebc-45af-b4b4-5ab61c364bc5",
"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": "9f647f27-5dd6-4f64-8852-3273eaad685a",
"id_doc": "d54d175c-5be4-42c0-8968-9c6a87da30ed",
"id_pos_type": "22623f4b-1eae-4358-b2c2-e40c9ede205d",
"id_doc_print": "62c7a83f-f626-45e1-b3c9-42c47157fb47",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "672ad0c8-ad3b-49d1-b179-e390b2a7e500",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "90482cce-8fd8-4532-b843-02825668b941",
"id_pos": "9f7fb60a-ad25-44c4-8423-d45fa4f5f1d3",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "efa715e0-c55a-4aff-9819-0f100f53910b",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "966e028d-fc2f-47c1-b310-6c5952609ead",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "bb9123d8-34ff-4d26-8b4c-002f4f698a31",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "7a355fad-2f3e-4c1c-ac48-f3360e2ccd24",
"id_branch": "91671575-54f3-4588-b7cf-6763d4f35887",
"id_pos_type": "e9e1d6ef-88b6-40b2-a412-8700930ec1ea",
"id_pos": "42efeeb3-e580-4c38-aa97-5f571135a457",
"id_item": "eaa84734-97b8-4d42-899b-f67b70d1fa17",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"image_id": 4,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "4e97ff19-cd9e-42c1-86cc-8959ed5ee090",
"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": "c3003027-de09-458e-ae78-7e01245e588a",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "36c38d2d-d24c-477f-b190-76bf9e4b8046",
"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": "4a14c457-6c7d-4880-9570-c2790fd9ff19",
"id_doc": "4721daa9-156c-4a54-83dc-acffcce06fd8",
"value": 3,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "7df7fcb4-e2ab-4922-a1b7-85523ffe7555",
"id_pos": "d9ef1868-7166-46fa-9954-3c6be3b7dbed",
"id_doc": "e3599066-21d3-4bc5-903b-1ddcf7796085",
"id_branch": "fb9ed613-2e16-45c3-856b-61796ed61623",
"nro_doc": "sample string 5",
"date_doc": "2025-12-08T21:24:37.0710907+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "04e44424-2285-4423-bbaf-77f6e631bb68",
"id_loc_from": "13b12f39-c86a-4aa9-92ed-9e253e9533ec",
"id_loc_end": "b7001d92-7ac2-4aa7-af9d-d90a95b0435d",
"id_user_add": "9be46eef-81ef-4f95-bbda-10b2becc2784",
"id_user_upd": "9eab9ef8-c0a2-4221-8904-3ceabe1e68e9",
"id_pos_sesion": "2900ec2b-aa1a-46d4-8342-99172758fd15",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2025-12-08T21:24:37.0710907+01:00",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "71c78e8c-cfbc-4630-b06b-cc1d67d14674",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "5377fde9-7044-41a8-9d26-731f18ed8b9c",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "f00dd08b-fdca-47ac-bbac-9d7d08ccddc2",
"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": "d692f616-fbec-4503-ba93-df0578268c09",
"id_item": "59decc11-71ac-4a7a-aa2b-bc0f33d35354",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "347cd8b6-e512-41aa-88e3-0beba170bac4",
"id_line": 2,
"id_item": "96e15264-6087-49a0-ac1a-fa00185a9202",
"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": "4df9e329-2a5a-4357-8c02-361312dc0530",
"nro_sesion": 2,
"id_pos": "669c82ef-b104-48fe-993b-baf8b1584982",
"date_tax": "2025-12-08T21:24:37.0710907+01:00",
"date_open": "2025-12-08T21:24:37.0710907+01:00",
"date_close": "2025-12-08T21:24:37.0710907+01:00",
"id_user_open": "19425689-58da-445b-8061-f4fdc528b2ec",
"id_user_close": "9b61158b-4e64-40df-a875-e3213293cf61",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "50d626da-9fc9-4ba9-8b50-936a606561ae",
"order_id": 2,
"id_item": "8bc5afb5-9bc3-45ec-bff5-11bf66b62ba3",
"id_item_type": "ab229dbb-1e50-477d-a648-4d0bd8c7db0b",
"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": "6c84a432-f0ab-4e03-9b6d-4872c4b2d86e",
"type_item": 11,
"id_voucher_json": "05b60d36-fb7d-495b-9b49-a08d107bcebc",
"count_voucher": 1,
"id_category": "dbe80829-ebdf-44e9-a1b4-df7588d29198",
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "e6ce96f4-e661-480f-aa18-51500fe08028",
"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": "cb92e297-b5fc-4f49-97a7-ff0f51f785eb",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "492f02af-76fa-48b4-bf5a-f66a3f82cb4e",
"type_pay": 5,
"module": "sample string 6",
"process": true,
"json_cloackrooms": "sample string 8",
"multi_select": 9,
"terminal_name": "sample string 10",
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "8427610f-1a14-4e74-a781-8185c160a951",
"id_room_unit": "cd94a4b7-f13f-46e1-b775-af0cda3acff5",
"id_room_list": "b15cf174-544d-46ed-bf55-7c0706434ea1",
"nro_res_ext": "sample string 3",
"date_reserved": "2025-12-08T21:24:37.0710907+01:00",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"date_open": "2025-12-08T21:24:37.0710907+01:00",
"date_close": "2025-12-08T21:24:37.0710907+01:00",
"id_employee": "a0927688-c78b-45db-aeef-b3a10495a32c",
"id_employee_sec": "eb5c437a-2511-4661-b1cf-ed031c14344e",
"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": "745d8565-a972-4609-bfbe-a45d4c61ae07",
"comment": "sample string 7",
"id_user_open": "17e60a1a-1808-47bd-96fe-205f1c0e278c",
"id_user_close": "7213fc07-2260-4723-b004-4a0f025b56ed",
"id_unit_state": "34fddf6f-62ab-4312-833f-f05753c6bcba",
"id_pos_sesion": "9e0d3f44-d034-4e07-9b4d-4ddf7b414cb7",
"vip": true,
"paid": true,
"send": true,
"send_date": "2025-12-08T21:24:37.0710907+01:00",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "80b8e8b1-be5f-4f2e-bc22-f2a9b4fbb599",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "77009a00-df9a-46f0-b7c1-0ba2ed905b92",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "1f16997d-6dcd-45b7-b423-207ce8bc45a4",
"locked": true,
"date_locked": "2025-12-08T21:24:37.0710907+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "831b3d95-25eb-41a8-a505-66eaa5f8a05c",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "1bdb222f-1d87-4f65-8e6b-053356b9d062",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "639b53b5-b077-4af7-b885-2c74bd590ef4",
"name_pos": "sample string 6",
"id_image": "47943ae5-ac08-46f0-9cc4-e3102f8253db",
"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": "9b149db2-5e6d-41ff-807f-4886779c7fb1",
"refresh_status": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "1cfab54d-bfc7-4dce-a051-19e6a0dfcf9c",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "240559f5-ce71-41f8-b981-e57c6d2339ca",
"id_room": "53132b72-52b6-47db-aa43-1fab11157b7f",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "bb97eaf2-860b-49d1-a43e-bd9ef25a2dc8",
"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": "9a7eadb8-fe01-4614-92db-e3ff104fd692",
"id_room": "67d4ce57-5980-4695-b5c2-e894b1da2b70",
"date_in": "2025-12-08T21:24:37.0710907+01:00",
"date_out": "2025-12-08T21:24:37.0710907+01:00",
"id_user_add": "b8f9da61-eb91-41b1-804a-c2055bef3be7",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "318911f8-058b-4028-95f8-792c8320baea",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "6a611c02-ee7b-4e61-a3ed-6a50b2c5c7f1",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "16ad7434-fb6d-419d-9e12-21dfe25aa00c",
"id_room_state": "cdbe7ce9-d115-4472-aa41-35b835e57a09",
"id_image": "a1bd1568-05ed-4087-b12a-acb39e1cb592",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "0d3c7cc6-202a-4924-aa9d-237dbea59fe0",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "6f6bb56d-90af-4b15-825d-c128c8114073",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "2904a55c-720e-4178-92ad-bfcb3a7d1452",
"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": "f52f747b-cb6b-4432-84b3-26246732ada1",
"id_pos_sesion": "c47ba27d-79a9-432a-9950-0903814fddb5",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "db355e34-2202-4328-8d98-14101c3d89e8",
"id_room_unit_activity": "7c6c00b2-15db-4777-bfac-578dcb801a61",
"id_doc_sa": "c9fb4402-ba04-4a08-85ed-18a0beffdf37",
"id_pos_type": "f1c43102-ccad-4e53-bd9a-9464f95ab0c4",
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "ffe4a8dc-d458-42d1-8d41-ab7f8e1286f9",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "35183478-55c6-430a-91f9-964da2727976",
"id_user": "be76b3cd-c5b5-4a7c-b11f-6f79753817b5",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "fcdc0cb4-7b81-4dcd-b508-abf5f6110bff",
"id_user": "fad03de8-93ea-4794-a121-951b86108403",
"date_add": "2025-12-08T21:24:37.0710907+01:00",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "80e44c6b-ac06-4aa1-bb96-0f8a00b25129",
"spool_server": "sample string 2",
"id_doc_sa": "1e9fa3d3-f07a-4b19-83f7-8aedf55d79e4",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"printed": true,
"print_on": "2025-12-08T21:24:37.0710907+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": "ca295c49-0177-4fcf-8c2a-bd9b05cae51b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"id_branch": "e21923df-c815-44d8-a171-187bfc077bd3",
"id_pos": "475fdfd2-b1bb-48b5-81c7-ea5140279ba0",
"id_list": "13b1b73e-4e2b-497a-982e-527317aafbf8",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"id_user_upd": "ce11ffae-2e35-4fb0-950b-2f602e90e1b9",
"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": "433fe9cd-e618-4895-a831-9aa917d35c57",
"id_pos": "44597a8a-ae59-497f-8e1f-f797cef1b902",
"mac_address": "sample string 3",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"key_access": "sample string 5",
"id_user_add": "47788845-e63c-4a63-a1c9-1bf10969aa65",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "97113537-143e-41c9-b25a-abe3b45e0957",
"id_pos": "d52803c7-e3cf-4ab7-9a33-597463a81176",
"pass_required": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "017315bf-391e-468a-a86d-fc90b7033a06",
"id_pos": "5b1fdb5d-d12b-4dc3-a558-1d10008e3968",
"date_add": "2025-12-08T21:24:37.0710907+01:00",
"date_upd": "2025-12-08T21:24:37.0710907+01:00",
"date_out": "2025-12-08T21:24:37.0710907+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": "4e54574f-bc17-4220-9568-965e58a64d21",
"id_user_add": "e840adbe-8161-43c5-a1d6-97632c8640e8",
"id_table": "abbf43ea-9028-41c8-b2db-49800a010b68",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "0dd6c052-8c92-414f-bea4-b90d91d8f435",
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "d578f66a-6d5f-4d68-a5b4-35a760ecbc05",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "011f6441-7de2-4ed2-9991-06c6068caf98",
"id_sync": "255fd31d-4859-44f6-8bcc-8537f3ef2bf9",
"json": "sample string 3",
"id_table": "4570ef53-52a6-4831-a5b7-e071745c51e5",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "647a4583-af7e-4a2d-b02f-fd47b504f539",
"id_branch_from": "37d7a643-dd77-40f4-9a5f-a8a24e6147dc",
"id_branch_to": "f116a284-6be8-43fe-9bab-76b56ded8de7",
"type": 4,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2025-12-08T21:24:37.0710907+01:00",
"send_on": "2025-12-08T21:24:37.0710907+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": "c24fdba9-e321-406f-9aca-44ad3929e890",
"id_pos": "6dbfa0ea-5862-45b4-aeaa-d55bae837b5a",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2025-12-08T21:24:37.0710907+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": "470635bb-279e-4bde-8b98-ffe54f611b1a",
"id_line": 2,
"id_item": "f2e27b6f-1122-4bd9-90fb-6a52f1c91c30",
"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": "e02f5106-f6a4-4d09-a1d5-33f9bd32efbf",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"date_used": "2025-12-08T21:24:37.0710907+01:00",
"id_employee": "d29aa4f2-8349-499a-84c5-7714936327a1",
"id_branch": "c7030492-f39c-4df1-b332-7f4c7d418652",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "f23a2a6e-e8aa-41d8-ba5c-38feddde7791",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "72b71717-37fc-4a15-ba37-ad87376e3604",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "b54f20c2-400d-4e90-8671-f2749009ec61",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "0747ebe2-c148-4956-af2e-21ab84e76d35",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "54aab82e-7b87-48a9-8c00-4b25c2f8bf4b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "237a917e-b5ff-43e7-83bb-23e55bee466d",
"id_function": "b6295e13-dbea-4df4-90e5-a6a02de52bb8",
"id_user": "4d568d84-f912-4010-9c4a-0ab448402df7",
"id_profile": "10ea6ed1-10a1-49a5-af14-475ddb16fe08",
"permission": 3,
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "c2a8b0a7-9b90-4d87-babc-c90bd5f30adc",
"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": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "2be1cd9f-dc6e-4d6d-a955-69ab682f2c4f",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "4fd2817b-6156-43c4-b6f8-564e2c337735",
"exercise_id": 2,
"period_id": 3,
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"state": "sample string 6",
"created_on": "2025-12-08T21:24:37.0710907+01:00",
"last_update": "2025-12-08T21:24:37.0710907+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": "916aabb4-fd36-495f-ab20-639f1879194b",
"token_id": "sample string 2",
"id_user": "fa91b9fb-00ba-4576-a44e-772fdae69f0a",
"date_from": "2025-12-08T21:24:37.0710907+01:00",
"date_end": "2025-12-08T21:24:37.0710907+01:00",
"created_on": "2025-12-08T21:24:37.0710907+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": "e1c3dad1-e8c2-4388-b351-93d4880d67e6",
"id_room_activity": "f7e0501f-bb63-4bdb-828e-36acaeb6cf9c",
"id_pos_sesion": "77287e0d-df1c-4279-8010-04ffbf434708",
"log_text": "sample string 4",
"id_user": "7102ee42-90af-4a13-974c-11026de65fdd",
"created_on": "2025-12-08T21:24:37.0710907+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"
}
]