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": "10575ec7-ceed-4abd-a39e-871b42b03fe8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "147d5d4a-5cbb-401a-8893-901884ad7de4",
"id_unit_sec": "58d7133d-dee1-41c8-9ace-13cefda58878",
"id_brand": "8b5591b6-3c59-4289-a3a4-15a15f41cdfb",
"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": "b866acf8-ceac-4020-b803-725eebb862dc",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "38d36756-af60-498c-aad1-70b6ae496dc6",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "20675b8a-bbc1-4751-bb83-93ea6972eb38",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "87d03625-bf4b-4c41-9a84-21b36a3901ce",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "800b4ce8-9c13-4fc5-bf8a-f8e7f5db291c",
"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": "cec35480-ba99-439f-8954-907817dcd11d",
"view_messages": true,
"id_image_photo": "7139f78c-22e2-4f4c-979d-857407bc7aa8",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "4f4c04a6-9a68-4955-85d8-eacaee4dc672",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "de3b6816-cc1d-4df6-be40-e2930e0a004b",
"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": "0e20758d-a814-4597-bbc3-1661bc66ac35",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "e979f48a-a7bb-4b6b-8f3e-05ff9b252238",
"commited": true,
"st_images": {
"$id": "5",
"id": "a98df5ec-4ab1-4fe4-a16d-765fcdfc2f63",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "a16647d9-68fb-4e8a-a82e-90b1c90c9667",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "1be1d36d-6508-4e6d-aea0-b0bb66d86ea3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "27b4cb25-5104-40f6-8624-1db750d906be",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "47f46104-60da-46b6-a5d6-45f9205c0806",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "43d05a00-1d64-4504-a647-285910d984af",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "d47b90f4-30a8-432a-8e9a-44396fe29f16",
"id_item": "e4808113-cbe8-4b91-bdbc-2c95b1f5f61c",
"is_default": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "7208c757-6ed6-4046-8d2a-51acee27c2f5",
"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": "2d0f75c3-1460-4eec-b652-823e4c37e7b9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"by_amt": true,
"by_pcg": true,
"ap_amount": 1.1,
"ap_percent": 1.1,
"ap_price": 1.1,
"ap_price_min": 1.1,
"ap_price_max": 1.1,
"id_branch": "1467b019-398f-4fa8-acbd-3e8a4f9784c0",
"id_pos": "fcff354f-9cfc-4da8-8494-890c40f22771",
"id_list": "b1dddab6-6b08-42a1-ab0d-11a19df43ee6",
"id_item": "715b5d46-e14d-4911-a5b5-e5203d589e93",
"id_item_type": "24c08b91-0fea-48d2-aa1a-3fd691549eb6",
"id_category": "75c514da-969d-4f07-9f04-8bd6ead3dfbe",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "51b2697b-7d29-477d-ba83-f2490aec2f69",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "b53b3a1f-4eb1-4ffe-9acb-591360473ee5",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "e3ebb4a9-760c-49bf-b5ca-63fe83905f56",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "8ef69342-4f2b-4448-90e2-530b9c1f29fb",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "80de783c-1778-423e-98b8-524be226a01f",
"id_line": "4874c120-547c-422c-a5e4-79ac01cd1594",
"id_category": "8211d9da-7b5e-4b97-950b-4768ee21d27d",
"id_item": "c450a3c1-c332-43d6-8724-0b61eaaf9e0a",
"id_item_type": "4fba6d18-bfdc-4867-aefb-63ce778833fe",
"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": "470f0500-5d68-44f7-9c6b-3077349c537a",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"date_used": "2026-07-08T09:51:56.8480269+02:00",
"date_sesion": "2026-07-08T09:51:56.8480269+02:00",
"id_employee": "6fd51493-bdb4-4929-b02a-ae49adb0a300",
"id_branch": "60ec06a0-093c-44c0-be00-edf5f2c57703",
"id_voucher_permision": "ba720fa5-adc9-465f-a1e5-11e3f2cc720e",
"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": "3c926d0d-35da-48e7-a81b-e3c37b0468de",
"id_user_add": "999b525a-6d88-4942-8059-537429347b64",
"id_doc_sa": "ecb163be-9afe-425c-8a36-ca643ee2fce2",
"id_item_sub": "72b16dcd-8007-4e27-8120-7a0a314d72b3",
"id_pos_sesion": "42af9a83-34af-4472-a074-7b47db5a3074",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "2c5d9008-6a8b-4be6-91b7-d948ae41ef04",
"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": "33a08b95-af32-4850-87ff-2184de4fd8bd",
"name_pos": "sample string 12",
"id_image": "16c51d9c-dd5a-4f47-894f-a1b3df8fc99b",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "9cd3a2f9-9c49-41d9-ba09-f14e75c981a5",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "062ad31c-f34a-47c7-97c8-ada9094f31a4",
"id_branch": "8f471092-e463-47c2-8bcd-32d07c37e164",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "9ddc00a6-afd4-4149-8c60-6e4591d862ab",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "a1f7a5b0-1bee-47c9-919a-3b00b2f36531",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "b539463d-18bb-4efe-b24a-c81f5e9282c1",
"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": "13d3d41b-f96a-4331-9572-faec3200564b",
"id_line": 2,
"id_item_sub": "5358d411-d3ce-4909-abb0-9fd432e140f7",
"qty": 4.1,
"id_list": "77818b92-a13c-401f-be71-540c9328a93b",
"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": "b856d947-9135-43fb-b9e2-d29597ed516e",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "d0d651c8-3f69-453d-b521-fbd58a794fbc",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "aad9e8a8-9ceb-47a4-a94e-0fbebda35e5d",
"id_user_upd": "1aed4b88-a938-4a94-882c-f336bea326da",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "d4427ce8-9b1b-4994-8209-c748bab3c7ac",
"id_item": "15e1b135-faf7-4d70-bedc-0cdc4bd58018",
"id_item_type": "7c515f76-bbb1-4a71-86bd-77f19eb53c00",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "b9cd58f2-faa1-46fe-984d-1fe57bf1e495",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "876ef045-028c-4503-9604-c121112ae2ee",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "2b8a9ef6-b172-422d-a9fe-5dc2b31e5b57",
"id_item": "fe0f3cb5-7e4b-4436-8f8a-56cc5d5d0319",
"group_id": 3,
"id_unit_ref": "a55a0f9f-bc9b-485c-9bef-1ad2b5a248e5",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "9691c508-0594-4829-8b6e-e31120e0a36f",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "cc94a049-5b24-4fd8-b0a5-c785e3cf8578",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "3530a711-2e44-48ce-886f-8e1ec392f187",
"commited": true,
"mt_units": {
"$id": "19",
"id": "b27c31a7-4557-41ee-8cf6-152d3b56bb2a",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "51aeb158-90a1-4a6f-b644-a4ce1642ac90",
"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": "2cb2723c-3415-4fc9-a154-9d524654f031",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "5399be55-35f9-4674-a622-67f645f8b74d",
"id_doc_print": "3969fdd0-9762-44c8-a561-ee9f4e7cc0a6",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "84cb2a21-cf5e-41e0-80b3-b4ee8bafdc97",
"id_item_sub": "80e88ebd-2385-435b-8435-dd3789e6d704",
"validity_date": "2026-07-08T09:51:56.8480269+02:00",
"price": 4.1,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "b92147f8-bf34-473b-a8cd-4eb96d14bf38",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "cd2dc91a-dba1-4715-a7af-2296e245304d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "e72db173-4b92-4c37-b7f4-01a9ba669356",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "ba239425-8b30-4c4b-99ba-c225efb00549",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "db08a0c5-f077-4fd3-ab6c-1f7f7b9ea658",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "31108385-771b-4be4-8bc7-c78ec88516af",
"id_pos_type": "fdf529e6-b342-47b8-9839-2aa0ebb524e0",
"id_price_list": "6b39e34e-9a89-4965-85af-d1dae33bb547",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "5a10aa78-eb52-43cf-b4f3-1cca93dd5f78",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "0f8178eb-702c-4921-a526-101509c39b4a",
"id_pos_type": "fab18d73-4a42-4ac4-a4b1-9d3b6f1a44b5",
"is_default": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "1ac42555-e4a9-43a3-b743-bc4a175d45a3",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "bfd9eadc-5f43-499b-95cb-67fa0b528b59",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "d082bada-fcdf-49cf-9195-b706dbd5e236",
"id_zone": "486614e3-8224-4fee-8be7-8dab310cb396",
"user_required": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "94fed461-b3d5-436d-8d1c-7a07d471dcea",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "5096fc6d-134b-46f7-96a7-1d8cc443ebaf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "5992109d-be37-4efe-8194-fdec95c18889",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "e516ac6b-3d73-4b12-b2b1-ada3c923f36b",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "afae2919-682d-4fa0-9e22-e6e72ce551a5",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "cd3fc1b7-fbde-421e-b9df-a8609d44927f",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "5a6064f5-a8cb-4e32-a681-ce0ec527b5e1",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "19645276-6632-480f-8bc1-f7d2f98e4086",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "0be884dd-8356-41d8-a0c1-98fe08ae96ff",
"id_cloakroom": "37bb529c-0f48-47e8-a507-ab4c79c65304",
"id_pos_sesion": "ce1c7eb5-1619-48de-a36f-b7428393347e",
"unit_id": 4,
"date_open": "2026-07-08T09:51:56.8480269+02:00",
"date_close": "2026-07-08T09:51:56.8480269+02:00",
"id_doc_sa": "a0f354c7-9690-4b2f-bd6a-f1680f829198",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "b187fc8a-eb00-467f-9786-472237e25cd7",
"id_pos": "21801487-1cb7-4c30-b5fa-a242a28880ca",
"id_doc": "31b6bff4-6ff7-4f2c-83dc-c394087a078a",
"id_branch": "e93c99f5-4961-499a-acfa-eb4582e4eca6",
"nro_doc": "sample string 5",
"date_doc": "2026-07-08T09:51:56.8480269+02:00",
"date_tax": "2026-07-08T09:51:56.8480269+02:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "a3829d37-ffb5-4894-8c03-96dd4c384054",
"id_relationship": "e4d2c884-16a3-4bb4-94f5-08621927a3a9",
"id_loc_from": "323286f1-d75a-4111-962d-246661f33a1b",
"id_loc_end": "4cad6ea7-beb6-4f5e-8554-c6ada0fb0693",
"id_user_add": "7095d44a-af2d-4aba-bc56-72167ace1ec2",
"id_user_upd": "e870530f-c1ae-4894-9e8a-6686719803dc",
"comment": "sample string 12",
"id_pos_sesion": "23e21be1-f7fb-4f2a-84df-a7e66712cb32",
"id_room_unit": "350dacc2-18a7-42d5-9b0a-a726cb23f5e0",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "96823bcc-088f-4882-a6f9-e9bfbbdcb920",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "6de2c6ed-b88b-4fa8-9109-af4e67978450",
"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": "2ec2072e-6425-4e61-9e49-5bf01d878eef",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "bcb44500-8194-4ba4-aa8a-463c2215f9e2",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "30267d61-5418-4d35-aa88-161deba72b38",
"id_pay": "a7483c46-6b0b-4e27-9630-c27997f504f4",
"id_money": "290febd3-16cb-449a-a396-6f43ac569785",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "64e7a56b-7c8d-45f0-b95c-e76c9f3bb45b",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "067ecaba-e455-4434-bf72-f0e8f44c347f",
"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": "c9d71e83-a8ac-4431-a64f-f6a2e19271c1",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "4ee7f59c-175a-40b8-8076-63cffd6e9d41",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "229d176e-ee62-44a1-ab96-c1a1bd944cfc",
"id_money_2": "3ddc1212-3d9c-41a3-8e3e-18bb02fdc337",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "08c4810e-c480-4cba-a181-7caaad631506",
"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": "272658a7-0ebf-4c33-a132-6964c738cc23",
"id_pay": "caa798d0-67b0-40c4-be0b-f97f062abad7",
"id_money": "abe5fa3c-4114-47f1-b907-e0881d573233",
"date_cashflow": "2026-07-08T09:51:56.8480269+02:00",
"coefficient": 5.1,
"id_user_add": "facbb7b8-a611-4d53-9bf7-8d3080bcbefc",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "2b534195-b07c-4833-873f-9a110fb1518a",
"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": "4c629594-6109-4efe-9fe7-73ffa94ceb2a",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "83189826-0c8b-4f5f-a821-e30b30d1aa8e",
"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": "8b465ee7-00a3-4684-b62f-11706152dfcd",
"id_line": 2,
"id_pay": "fde6bc01-5628-489a-aa09-d08fc04749eb",
"id_money": "685d8995-04bc-42e4-8f02-d10ac27dd4b3",
"coefficient": 5.1,
"id_voucher": "8bbd38ae-4342-44d5-9c0a-738f748aa4ed",
"id_employee": "90e22e6b-bca6-4a16-a975-e7f4d5997cdc",
"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": "3310d163-7c91-4a57-bd29-d0078ee7aae9",
"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": "c8e2e039-12db-42d0-92c9-7d2524dd868a",
"id_doc": "9587d712-74af-4155-97a5-a520e5ee33ec",
"id_pos_type": "134f2a4a-11af-42c6-a307-384fce53edc4",
"id_doc_print": "8473c9cc-dbe7-42be-95c6-cd8d3de5a458",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "3c8a8fc7-c793-4363-b420-63c8db78e624",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "78cab4b9-5486-4b32-a6d3-078fe3d16227",
"id_pos": "a029ad98-0ef9-43ae-a437-dbc6608a71b8",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "b088d9dd-5132-41ec-9b4b-cdc97c022c36",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "ce5d9090-97d8-4cb3-98b8-1f7acadfa80a",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "e0a029e8-beac-4789-b2df-47d6ec935db6",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "8342a2eb-020f-4598-89df-cab1ee832498",
"id_branch": "4e659adb-e89b-4fff-91b2-5376036c7676",
"id_pos_type": "d83300ec-336a-4bfc-927d-bf8382793264",
"id_pos": "2d9371cd-3c60-4d44-aeeb-12e78741e575",
"id_item": "d322e85c-c409-4ce4-a9c6-2e3203cc41fa",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"image_id": 4,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "d5cbf0dd-1f7e-409e-bf69-bf06c4c1d95d",
"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": "17c735bd-47e4-47fd-86e3-38a5fee4d7f6",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "ddce32e9-f966-4778-a806-ba91aeea7481",
"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": "3c30f5c6-fbf3-4698-b374-a072bd3c24aa",
"id_doc": "00bbb052-d70e-40cf-9768-dfff8ab97db0",
"value": 3,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "43"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$id": "44",
"id": "5d27fa9b-33a2-4622-9b4b-c77935e192fb",
"id_pos": "5cf95e21-2779-4fed-8f59-11153b1e51e1",
"id_doc": "b699deeb-dd55-4a03-8027-d1f174797bd1",
"id_branch": "a048a213-8e0c-43ee-b049-fcfa316ee000",
"nro_doc": "sample string 5",
"date_doc": "2026-07-08T09:51:56.8480269+02:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "66862bd4-f289-4857-9eb3-f2ea8adca9d4",
"id_loc_from": "e3480e85-1abf-4cdd-beea-03afe6e7ec20",
"id_loc_end": "f1360c4e-b2ca-4002-83bc-fc37b222b3bb",
"id_user_add": "0576c0fe-cc46-4bdd-9f42-1c3cec5febd4",
"id_user_upd": "68f7a0de-d073-4d27-9709-828ca3344b67",
"id_pos_sesion": "89dda7b3-778f-4e3e-9b19-f0150389cfcb",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-07-08T09:51:56.8480269+02:00",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "2b6dbb97-58f7-433e-b706-af5d7a2dbe2e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "21377d59-b313-4990-8d0e-2f53fc77afd1",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "2b68c7e5-aed8-49f4-ac4d-73c4f7d3b550",
"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": "8f559d55-6e28-4dc3-bdd1-3189136f3394",
"id_item": "9af83a28-3f7e-49a9-b8bc-cdd9d0d0218c",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_locations": {
"$ref": "45"
}
},
{
"$ref": "46"
}
]
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_st_det": [
{
"$id": "47",
"id_doc_st": "bfe57b15-3b7b-4022-88fb-2d2d20c6eb78",
"id_line": 2,
"id_item": "b4ccc968-be44-423c-8ebb-f9a2f4f1406f",
"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": "8a501860-4369-4c5b-b6b0-8f0c41d33c69",
"nro_sesion": 2,
"id_pos": "d6a66085-3e11-4f2e-b9bf-a8e179453c83",
"date_tax": "2026-07-08T09:51:56.8480269+02:00",
"date_open": "2026-07-08T09:51:56.8480269+02:00",
"date_close": "2026-07-08T09:51:56.8480269+02:00",
"id_user_open": "978ec58c-c3e8-4421-a4c7-96613dcb1e1e",
"id_user_close": "d42e6f12-714f-4472-930a-de6653e66cbc",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "69eba82d-b355-467e-a8c9-669358b4507f",
"order_id": 2,
"id_item": "526cd272-fe47-4ef7-9fcc-4c53facd77bc",
"id_item_type": "82fad4ec-6ad3-4021-924c-7ad9857a607c",
"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": "d0af72a9-0f67-463e-abf6-1ab66ffcdb60",
"type_item": 11,
"id_voucher_json": "cbcfc1e3-d3af-4f82-a8e0-494e73264fcb",
"count_voucher": 1,
"id_category": "4905ba7a-6d6e-4ed8-8e52-1258f452789d",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "4b76e96a-2b87-4a07-8b29-4238dacd1898",
"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": "87217a18-4a51-425c-bb93-d5831a0c7c9e",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "b2e7e2c7-a447-4878-9b03-a9231070afd5",
"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-07-08T09:51:56.8480269+02:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "d3e7c94c-44f0-4155-a5eb-6dc8e04cdea1",
"id_room_unit": "333d2eec-b400-4bdc-94d0-5803ad7285b7",
"id_room_list": "c1eab9c6-e92b-4bbe-b973-40313a3c2b7f",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-07-08T09:51:56.8480269+02:00",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"date_open": "2026-07-08T09:51:56.8480269+02:00",
"date_close": "2026-07-08T09:51:56.8480269+02:00",
"id_employee": "2579054c-13cd-433a-84f8-08ff17e867e4",
"id_employee_sec": "60be42a4-d3fe-4983-b089-4fc4f72aaa90",
"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": "6b11b399-24db-4a98-be22-715df858859e",
"comment": "sample string 7",
"id_user_open": "ad802e67-4371-44a4-9b0d-ce03cf7efbab",
"id_user_close": "3d2a2d82-c62a-4ef1-9963-d93ee4dbc667",
"id_unit_state": "b08925c5-e406-4cfc-87b7-c223ea9e7764",
"id_pos_sesion": "8796c927-748c-4455-a7dc-a58b6da0d28d",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-07-08T09:51:56.8480269+02:00",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "7ce4cefa-3716-4ea7-ac62-f16283ff8376",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "d63e6eb9-9d0b-4fdb-af78-bbed281b3eac",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "4252759c-7b70-4aa0-815e-1ef6cb089298",
"locked": true,
"date_locked": "2026-07-08T09:51:56.8480269+02:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "fb8ccb87-6383-4762-8af7-a9857ab48701",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "93b714ed-fceb-4bc8-83f1-a5faea97d809",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "0d146c2f-cba2-4529-b95b-528e62ae059e",
"name_pos": "sample string 6",
"id_image": "1fe2c9be-2e5d-410b-823f-93bf68038999",
"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": "eff74929-8949-4897-9b48-b94f2860b337",
"refresh_status": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "01b08174-cb1b-4725-8353-9ad689e32ada",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "b1528790-50d9-4dda-8e84-eebded222651",
"id_room": "81ea4f33-bd71-46bb-801a-067228d2bac1",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "93f8712c-40df-4e77-aafb-3ec9d245ea0b",
"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": "8bee242a-8358-4f7c-b35b-25d6534c01ac",
"id_room": "568b8776-e5d9-4fd7-b9ad-aa13afb76b37",
"date_in": "2026-07-08T09:51:56.8480269+02:00",
"date_out": "2026-07-08T09:51:56.8480269+02:00",
"id_user_add": "504f8de0-e279-4a36-86da-c68e3e1ff6bf",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
{
"$ref": "55"
}
]
},
"mt_rooms_units_types": {
"$id": "56",
"id": "41382147-5eba-47e8-b257-bfe192c42e9a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "34739a12-c44d-492b-bb76-75e805419362",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "6962a8d2-9b5f-4ed7-8dbd-7c25d24280b7",
"id_room_state": "15e7f7d8-5575-4857-822b-b4a94269c62e",
"id_image": "e41ea962-d2c9-41d0-9c7a-567cdfd57c65",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "5c302f3b-ceb3-477f-9d0c-cc98fcd6e254",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "e86b28bc-52ec-419d-91ed-14f7902e17df",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"color": "sample string 5",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "dd45e22b-2255-4d55-b6e6-22d82e5b5668",
"commited": true,
"st_users": {
"$ref": "3"
},
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_types": {
"$ref": "56"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "57"
}
],
"st_users": {
"$ref": "3"
}
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_states": {
"$ref": "58"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_sesion": {
"$ref": "48"
},
"tt_rooms_list": {
"$ref": "55"
}
},
{
"$ref": "51"
}
],
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_tips": [
{
"$id": "59",
"id": "e48f7b95-e517-4aa9-990b-aa3c8bdb19e7",
"id_pos_sesion": "3febfa6c-4aae-43ad-a89b-3478c500b0b9",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "98c0b341-da45-48a8-84b2-d8c5f788fee0",
"id_room_unit_activity": "33b3795a-808e-4d53-b43a-dd7fbb2f09ad",
"id_doc_sa": "7e380dcc-0d76-41f0-b470-47d764d1c380",
"id_pos_type": "6df9066e-a9a4-44f4-81bb-25d91ce90e80",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "1d34d93d-943a-446c-8007-604a90c37301",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "c6f1e788-5442-412e-95f8-6e5ffa7a3ba4",
"id_user": "c9c27aef-90ad-4345-ae04-490527f6d07c",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_tips": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
{
"$ref": "59"
}
],
"tt_pos_sesion_users": [
{
"$id": "61",
"id_pos_sesion": "00bf1db6-1dba-4624-8f29-2f4203c19852",
"id_user": "6d7d0f7e-8824-407c-bbd5-36b361926b04",
"date_add": "2026-07-08T09:51:56.8480269+02:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "61"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_cmd_connection": [
{
"$id": "62",
"id": "bf122ca1-f3d1-4e90-a9eb-d98576f04c1b",
"id_user": "717d13f8-1df1-4f56-a816-47d9ab41b61a",
"id_user_profile": "18dec7f1-ecbd-497a-a457-7d86559c6f8c",
"locator": "sample string 4",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"id_pos_sesion": "b7dd1676-5586-4225-89a1-f6f79f6bc5b6",
"date_login": "2026-07-08T09:51:56.8480269+02:00",
"date_logout": "2026-07-08T09:51:56.8480269+02:00",
"terminal_id": "sample string 6",
"terminal_type": "sample string 7",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"st_users_profiles": {
"$id": "63",
"id": "a4f4e1ec-4a81-468c-917b-a0d013f0623d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"is_view_all": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_permisions": [
{
"$id": "64",
"id": "e108136b-af74-42f5-93d1-a0ce108cd8ed",
"id_function": "48384fc2-6c53-488e-9515-63fb6fe2e6ea",
"id_user": "f9581ce5-5871-47b1-a031-fbf3900327c4",
"id_profile": "2524e5cc-83a9-4353-baa8-55ab9cee4820",
"permission": 3,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_users_profiles": {
"$ref": "63"
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$id": "65",
"id": "14cbb3dd-0a8f-4ddb-b2f9-b7e26d4e79d3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "2ff10029-df92-4e09-bd92-8a747e2d9853",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "f58fefb8-41e2-4993-834e-fb0b55c6a0d1",
"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-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_functions_groups": {
"$id": "66",
"id": "6a389f28-1dc5-4e1c-929a-f539396b5ea9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "64"
},
{
"$ref": "64"
}
]
}
},
{
"$ref": "64"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"tt_cmd_connection": [
{
"$ref": "62"
},
{
"$ref": "62"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "62"
}
],
"tt_cmd_messages": [
{
"$id": "67",
"id": "bce61675-7cc5-4bff-a0df-0a92e43ceb38",
"id_user": "4d3716c7-8f36-414b-87d3-a65cd148ac76",
"date_add": "2026-07-08T09:51:56.8480269+02:00",
"destiny_type": 4,
"id_key": "0e9414b9-53d1-47f9-a375-65decedf73e3",
"message": "sample string 6",
"message_view": true,
"date_view": "2026-07-08T09:51:56.8480269+02:00",
"id_pos_sesion": "bab0109e-b632-42b1-ba1f-15e5633f0c4b",
"terminal_add": "sample string 9",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "67"
}
]
},
"tt_rooms_units_activity": {
"$ref": "51"
},
"tt_spool_doc_print": [
{
"$id": "68",
"id": "e7b3ccea-09d2-4409-8b46-612aa23800be",
"spool_server": "sample string 2",
"id_doc_sa": "1f1d47e1-e02a-406b-9f25-6cefbf42a731",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"printed": true,
"print_on": "2026-07-08T09:51:56.8480269+02:00",
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "68"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "28"
}
]
},
{
"$ref": "27"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_list_rules": [
{
"$id": "69",
"id": "ba859b6b-333a-431f-84ff-4aae569eb88a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"id_branch": "5f10d5b6-ac61-4543-827f-b610da40952f",
"id_pos": "6ac21394-e33a-4ddb-a724-f9f941c5a35f",
"id_list": "4c23ebfe-9b02-41f4-af9d-d123922266bc",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"id_user_upd": "5ef11221-2574-446a-b8a4-a26bc62c3e5e",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_doc_num": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"st_pos_license": [
{
"$id": "70",
"id": "f1a4132e-f27c-4140-b32a-0f61da9add1d",
"id_pos": "b1758842-3763-49ac-8770-29409e9a381a",
"mac_address": "sample string 3",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"key_access": "sample string 5",
"id_user_add": "2a94db80-5e27-459d-9bf4-7726773d161a",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$id": "71",
"id_user": "9e7a8354-2a2d-45d5-99df-92e6ee3d3abd",
"id_pos": "f814e112-16c5-418d-9909-fba5e0718cbe",
"pass_required": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "71"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_connection": [
{
"$id": "72",
"id": "f00c54e6-9460-4f84-abc8-d88b1110f104",
"id_pos": "11695323-574a-4aaf-96a9-c08b7a29a5b3",
"date_add": "2026-07-08T09:51:56.8480269+02:00",
"date_upd": "2026-07-08T09:51:56.8480269+02:00",
"date_out": "2026-07-08T09:51:56.8480269+02:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "72"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_branches": {
"$ref": "4"
},
"tt_logs": [
{
"$id": "73",
"id": "8967d66b-f9b4-4fb9-9c36-293c79e20338",
"id_user_add": "b35950cd-717d-435e-8db5-b7dfed452111",
"id_table": "d24c62b2-3e78-4072-b428-48f6f4ac4854",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "af119646-67b4-433b-aaaa-6b49997ce80e",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "74",
"id": "c44ceb57-0a21-453e-ac00-01f43dd67f54",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "75",
"id": "8d87c0df-2cdd-4d58-8e6e-15262828a693",
"id_sync": "8b6b8501-d292-447c-b6b7-f7ae29b2c94e",
"json": "sample string 3",
"id_table": "ac89ee0d-fccc-4db2-9dd7-f1c38ef8933f",
"order": 5,
"st_sync_packages": {
"$id": "76",
"id": "c0d39c31-7a79-449d-9e6d-e75d9a427a9d",
"id_branch_from": "5a3d064c-4c08-430a-b64d-3c04e807326e",
"id_branch_to": "edb92309-a0db-4fbc-843d-07f87314f6dc",
"type": 4,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-07-08T09:51:56.8480269+02:00",
"send_on": "2026-07-08T09:51:56.8480269+02:00",
"mt_branches": {
"$ref": "4"
},
"mt_branches1": {
"$ref": "4"
},
"st_sync_packages_det": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"st_sync_tables": {
"$ref": "74"
}
},
{
"$ref": "75"
}
],
"tt_logs": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "73"
}
],
"st_local_variables": [
{
"$id": "77",
"id": "9c7de26d-1ed1-43bc-a631-cf5d35ea31c6",
"id_pos": "b3a25019-a74a-4f40-8432-cc1d8fad6f66",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "77"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "23"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list1": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list2": {
"$ref": "22"
},
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "21"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_doc_sa_det_stock": [
{
"$id": "78",
"id_doc_sa": "855180be-e1eb-4c1c-9154-5113c911c9bb",
"id_line": 2,
"id_item": "0fd45e29-7c74-43aa-be61-ca966adf8a73",
"qty": 4.1,
"mt_items": {
"$ref": "1"
},
"tt_doc_sa_det": {
"$ref": "15"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$id": "79",
"id": "f1054292-4196-4413-80b9-bbd130750b5a",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"date_used": "2026-07-08T09:51:56.8480269+02:00",
"id_employee": "fe1ff99d-8de7-4959-bdb4-4c4c632687bd",
"id_branch": "4b2c747d-7669-4b85-b26c-9419af3e10b1",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "17152350-2f67-4702-8545-7a3fac8ca4c6",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
},
"st_users": {
"$ref": "3"
},
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
{
"$ref": "79"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"tt_vouchers_permisions": {
"$ref": "79"
}
}
},
{
"$ref": "10"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "8"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "6"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms1": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"st_images_types": {
"$id": "80",
"id": "b63c850e-c77c-4211-b73f-79c4114fac52",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_images": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"st_users1": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_employees_branches": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_periods": [
{
"$id": "81",
"id_branch": "11cd8c6e-5dbd-4d58-b946-994baeacb345",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"state": "sample string 6",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"last_update": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
}
},
{
"$ref": "81"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"st_sync_packages": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_sync_packages1": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$ref": "79"
},
{
"$ref": "79"
}
]
},
{
"$ref": "4"
}
],
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_brands": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_categories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_employees_profiles": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_money_rates": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"mt_pos_types": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"mt_rooms_units_types": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_units": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"st_pos_license": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"st_users_token": [
{
"$id": "82",
"id": "88c80d62-6435-4a82-9f6f-4c2c1686b5dc",
"token_id": "sample string 2",
"id_user": "eb6ac47d-bce6-459f-9623-023dd21b7c68",
"date_from": "2026-07-08T09:51:56.8480269+02:00",
"date_end": "2026-07-08T09:51:56.8480269+02:00",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"st_users": {
"$ref": "3"
}
},
{
"$ref": "82"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_det1": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_logs": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_pos_sesion1": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_rooms_list": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_log": [
{
"$id": "83",
"id": "1f0c82f1-e6d7-447b-a700-c111b9b43112",
"id_room_activity": "cb6d30a5-7db2-4232-9c6b-1ac9cb93adf8",
"id_pos_sesion": "442508dd-e0e6-42a6-a7f9-8c09a67a512d",
"log_text": "sample string 4",
"id_user": "79e22f6c-d577-4a89-bb42-9bc62b8cd3e3",
"created_on": "2026-07-08T09:51:56.8480269+02:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "83"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_rooms_units_states": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"st_users_profiles": {
"$ref": "63"
},
"tt_cmd_connection": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"tt_cmd_messages": [
{
"$ref": "67"
},
{
"$ref": "67"
}
]
}
},
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_units": {
"$ref": "19"
},
"mt_units1": {
"$ref": "19"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tt_doc_st_det": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_stock": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "1"
}
]