GET api/Mt_Prices_Items?id_list={id_list}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_list | 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": "57b206f8-e480-4d20-a75b-44ddb25252db",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "9005fbc3-a8e8-469e-bec3-f5cf5db56b1a",
"id_unit_sec": "ace09631-da27-4245-b65a-70a11014131a",
"id_brand": "045c5e1e-ff87-45e0-a067-aa64c591be91",
"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": "a2e07548-d066-4f66-8a24-49959686cebc",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "2290898e-3379-4fbc-ae30-9f04ebe44e44",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "a6be9627-497f-40e1-8629-479ae65a5459",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "e317f9c4-e300-4664-a55e-ea0944642b0c",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "f9c1ac16-4701-41c9-b7f0-d03a15090c4e",
"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": "3c492048-6fbd-4e72-b0fc-ff8012582fe1",
"view_messages": true,
"id_image_photo": "97f29819-2e7e-431e-aa6a-211d1b5ecd97",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "6f910999-e509-49ae-bf9d-14b9b40eca62",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "e2267196-de8e-4160-925f-2317a5553fed",
"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": "1c0cb26d-98e7-4915-b721-4d53809a43e3",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "5e569768-2316-4b6d-a59c-a57defd557c3",
"commited": true,
"st_images": {
"$id": "5",
"id": "76276605-b653-4ca0-b745-d7afffcacbff",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "5117ca7f-3bde-48bc-bf6f-4033454f8945",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "7d23901d-790a-4e90-a1ad-1324de39649b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "c60c1928-782c-4090-982f-adae3805a70b",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "74502d69-bc4b-42b5-b480-5c0d0819a7d4",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "dcd73fa8-061a-44f0-9623-574d3e6e82d6",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "7e9c8d85-a283-4fce-8ccb-896eced86520",
"id_item": "ef8df4b6-e9e1-4997-b760-65cdef32a4e1",
"is_default": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "c1ba5678-cdfc-407f-b29c-fd501a766b9a",
"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": "cef39a62-382a-47f6-993c-397b4d5701d0",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+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": "f8a54807-ff6f-43e3-b556-c3ff0338fcac",
"id_pos": "5cc29153-4cf4-49d4-ac40-98ad1194e516",
"id_list": "e606f8d1-4e4a-47a2-98df-7dd01b6178ad",
"id_item": "7b324a6a-8b23-444a-89d8-93ba77efdb1f",
"id_item_type": "c7ac2aa2-56ef-4557-99af-56b277e41f55",
"id_category": "ea87295a-cb96-4dfc-83fe-990f4c567648",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "c6d49993-6c76-4993-bba3-348a246cbabb",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "be3c239b-3d95-4eeb-a17f-a59ad455086c",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "9a23a848-d3ca-455e-aa10-8c6e6d1773a4",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "1e2a2b5e-fb9e-4e5e-85f4-263c350349fa",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "de763e7a-8a25-411f-b175-3a89d4e14e5e",
"id_line": "2ff88cd0-451f-41ca-b04c-e43dd7d8d39c",
"id_category": "0be89041-9b49-410a-b95d-4108bcca75a0",
"id_item": "3cad6995-fc39-4c42-b5d1-c62455bbca50",
"id_item_type": "bd40ffc6-d218-4078-acd2-5f4200673bd0",
"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": "7630879c-a2c3-4bce-96e5-6b898ab65aa2",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"date_used": "2026-05-09T09:38:35.5199317+02:00",
"date_sesion": "2026-05-09T09:38:35.5199317+02:00",
"id_employee": "3b08c0e0-5659-4090-91ac-4f166b4b3d30",
"id_branch": "535787a9-5d9e-44e6-9e18-1bf758dd0fb9",
"id_voucher_permision": "46cb6426-d732-4d3e-b78e-f20dffcf06f4",
"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": "d5490e17-ee19-495e-a002-b55dda93d48a",
"id_user_add": "beabec5c-61b8-4e13-bde4-90221523ab6b",
"id_doc_sa": "2bba722f-32f7-46aa-8fa3-89beedaff534",
"id_item_sub": "5a699707-8595-4899-8aa6-93ca433fa2af",
"id_pos_sesion": "27c5fe54-9ab9-445e-a166-d92720165a9f",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "8843b59f-bf69-4ba3-96e9-d578ffaade34",
"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": "7e289d1a-a63c-47d5-b036-cce9bece6b1a",
"name_pos": "sample string 12",
"id_image": "ff61dcac-e77a-46d3-9b75-6db17912e28c",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "c3a42237-24f0-43ae-8f11-c4da3827c9fd",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "8859b32a-14b8-45a7-8410-da5270f518b9",
"id_branch": "cb5290d0-4fe7-4e01-92c0-db9bcd8f5468",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "d4b5df86-ac32-438d-bf4a-b8b457b13e7c",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "5368bddc-d9ed-4963-8b5c-76bdded9bd3c",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "dc1f7229-7530-429f-aaa2-758a36ae6a49",
"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": "6a844a76-b978-4e39-91b6-85928e97ba50",
"id_line": 2,
"id_item_sub": "1a60e001-02b9-41d7-80da-2bbf482518b2",
"qty": 4.1,
"id_list": "7637a3fc-e721-4687-a7f8-71ee3b628329",
"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": "aa561aec-eea7-40fb-9146-2c62949a7e3e",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "9aa448b0-5a1c-468d-8ec2-77fcef600b28",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "44ef1c79-96d5-4fe1-b448-95761e13e50b",
"id_user_upd": "787ba308-d485-4f6c-8034-cd6ffe50e755",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "1c6b90cb-8732-42cb-bbcb-047de548baaf",
"id_item": "8b09f56d-db7b-459c-84df-744ab03a2aea",
"id_item_type": "8908afd6-9f87-4087-9fee-e680d569b046",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "aec08d61-47d2-40ed-961d-deb47ea7314b",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "4f412e1e-4b6c-48b7-97b3-01e93cdc9746",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "c7c6e7f8-bed1-45a8-ab4c-1e2f6b48a71a",
"id_item": "7acc1de2-30d2-4420-9497-713c219b3190",
"group_id": 3,
"id_unit_ref": "4012bddc-3d0f-4930-8520-c19edb507acb",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "d56ac35a-86c2-4404-b375-47a9d36edc86",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "1853d65f-25e0-4772-833a-6af1d32d9da0",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "79e685bb-2508-468c-9241-b2fa2b3da85e",
"commited": true,
"mt_units": {
"$id": "19",
"id": "4e2721ab-81c4-4b2d-b559-aa9a7ea493c6",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "fd1bb76e-4920-4fe7-8c8e-7ebc646dba59",
"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": "14416af4-3a8d-4f95-9d60-6694aeb8ed35",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "00e9d0b3-45e6-45af-be9b-a8c1cf24cca5",
"id_doc_print": "8cd28ba0-7f6e-410f-be28-fda1719e90c2",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "2db53259-fc29-49d4-850a-497de79b71e4",
"id_item_sub": "04e57a63-7781-410b-a6e9-56ca428d2e89",
"validity_date": "2026-05-09T09:38:35.5199317+02:00",
"price": 4.1,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "e7a46d73-bf8a-41da-87f6-c7a76eb05dfa",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "e22f3d9a-d230-4175-9ee5-fdcf71b8b05d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "d09fd577-0f0a-4266-b306-e9e9d6dbf18b",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "461a8abd-4e22-4f83-a8d3-3ff36d39321a",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "3667da6c-90dd-4da8-9172-eda30da3cdf3",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "40f23714-40fb-4273-8667-5621569be36f",
"id_pos_type": "9c38efcf-8f36-4d1b-bd54-0e4bd05e3a2b",
"id_price_list": "473a01d0-c27c-4cea-837c-948823f65db6",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "1e41ceed-09a3-4358-ad82-d7d2601002ee",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "2343d1c1-555d-45c2-a45c-09e5679623aa",
"id_pos_type": "07518114-7490-4c1f-891b-b297bca1b3a2",
"is_default": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "2d2641b4-0665-418c-ba5b-4e97a4a45a60",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "6cc565d4-04f6-4244-8d96-4ccaae6789b1",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "1fe778fb-cd87-4000-945e-c6410c6ba87b",
"id_zone": "924f9a72-ff40-442a-9dc1-ce8365af9135",
"user_required": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "cba1fb43-9bc2-4b4e-911f-b2d167235d37",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "f3ef0aab-9164-4c6c-99a7-e5c750e335da",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "6331d02c-ff10-42e4-a3fb-faae2adbaf7d",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "18b731f2-f30a-4e40-ad7c-5b399c2183e7",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "9f417753-ba0f-49d3-ab87-04308b23e30e",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "af06639e-9e06-4ff2-ac74-206f881bb3c4",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "3c9a7a1f-f250-484e-8d82-7016a5ab0a05",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "897ffeea-e25e-4cdd-a3ae-9017b2a9473a",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "89b02c06-a233-42c2-8003-916324dc7996",
"id_cloakroom": "7c6a88b4-e556-4d46-ac1b-5dbed61418ef",
"id_pos_sesion": "b666b801-f42e-4d8e-a305-d174ed757e5e",
"unit_id": 4,
"date_open": "2026-05-09T09:38:35.5199317+02:00",
"date_close": "2026-05-09T09:38:35.5199317+02:00",
"id_doc_sa": "56a852bf-3829-4317-b8b3-a96425583ff3",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "a178ce41-7401-4e8b-99a2-6fc91a815893",
"id_pos": "28ad148c-1785-46d3-9ea5-d210f2f5384f",
"id_doc": "dd130348-9067-4d70-b89e-cee7cb7d8bef",
"id_branch": "3ecc39ed-9d98-4eb2-9afa-bff269233f34",
"nro_doc": "sample string 5",
"date_doc": "2026-05-09T09:38:35.5199317+02:00",
"date_tax": "2026-05-09T09:38:35.5199317+02:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "9abb74ad-1e9e-492f-b01a-58e89edeab8c",
"id_relationship": "e580b7ab-456f-4c71-b03d-8eb0a69bc7da",
"id_loc_from": "2dcd86c3-feec-4993-8549-6c51d8a6e241",
"id_loc_end": "bc73795c-b95b-4aec-8f36-9669ba991be3",
"id_user_add": "25d00eec-d2a3-4fb5-bacb-77ce77e379fc",
"id_user_upd": "94ea09aa-237c-42d7-ada0-5c7150632db3",
"comment": "sample string 12",
"id_pos_sesion": "593c2787-41a6-4552-b648-af9a27b5588f",
"id_room_unit": "3a7c229d-0e48-4026-a30c-751e95cfb7c3",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "3127a90d-c31a-46a1-8658-0724758cc352",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "3af7fdab-b07a-4a85-9c24-0d5921a1b359",
"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": "18506211-7f18-4d3e-8a46-d6633d738a8b",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "7773d32f-e658-438e-92a4-58cc4ad5ce3c",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "793e42ca-3454-436a-8d97-a077a85fec01",
"id_pay": "e996b206-4dbe-4d1f-9113-a1e2e1bb1955",
"id_money": "ea41c24f-2f0f-4582-98aa-2194e32ec399",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "f45e96a6-1e8a-4c3b-ae70-40c7c465bc19",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "e6ac7356-fe7c-4045-bac6-007c239304e6",
"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": "55eaac3e-3239-436e-b793-636ac8a2a3fb",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "ec4cecaf-00a3-43f4-a6e2-cbde3c85920b",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "edff342b-0ed3-493b-8238-433ea4d4709d",
"id_money_2": "c8315851-116f-4893-8b3c-62cbaf8aa7dd",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "da98ab91-14f7-43b4-9e3b-3167ab8e661a",
"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": "232c1c39-ed49-46f1-bcf5-3f7302daacb1",
"id_pay": "be43c1c9-24d1-4961-a575-c70ef6979b21",
"id_money": "d83a9097-cbd1-417f-a437-13cd695c481b",
"date_cashflow": "2026-05-09T09:38:35.5199317+02:00",
"coefficient": 5.1,
"id_user_add": "c23d3d09-1862-4560-93f2-f253d502a1fa",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "43ea135d-64aa-4fe8-862b-a63bc9e2c9a7",
"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": "c573673b-8241-4800-8de2-190fa6aa77e5",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "d502d34a-78fe-4009-8df6-923426b78d30",
"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": "7cf157cb-9277-4944-94f4-c18a8796a856",
"id_line": 2,
"id_pay": "cbd9dcee-a7cf-4d1c-901c-c7e30603d7a1",
"id_money": "25e37cf6-8240-42d2-8941-90f2db658712",
"coefficient": 5.1,
"id_voucher": "9f47fdea-20be-4287-88a2-b0a94698db36",
"id_employee": "52a93591-02a3-406e-a687-bbb80af7bf39",
"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": "ab463240-4b2c-4035-a06b-d24df887b89a",
"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": "3f42da24-998d-4f55-bf9f-64e7a24d0ec3",
"id_doc": "6faa30a9-3ea0-427c-a9a3-dae3e2e9dc67",
"id_pos_type": "e14bad92-f900-46d6-a06d-8f0b2ebc5a4e",
"id_doc_print": "04a618b6-17e8-4756-89f5-5eab3ab7ce23",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "05483d77-204c-43e3-b0f1-67a45168d234",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "38c2398f-2fd9-4e1c-919f-de4dd6079599",
"id_pos": "4ce071ec-f8c8-45ae-979b-ff6ccb6d08ba",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "47bfc5d0-21ba-4965-b626-49e8b0e2192d",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "3bc57134-447f-4222-ac69-0934ce2dfb93",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "1d8f28a4-988c-4a9f-a089-5286c7f9dbf1",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "f2fb1efb-f68f-4096-b5f4-d3cf444bc812",
"id_branch": "6d82ec4b-fa87-463a-b1f6-dabe30dceaac",
"id_pos_type": "7821f865-486e-42ac-8971-07406fb7cd86",
"id_pos": "0906917e-ce39-4754-b4f2-361c14d778c4",
"id_item": "a3c3508f-708a-4975-abcb-a1196c7702d2",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"image_id": 4,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "738172c7-6d16-4e97-9d38-f3f179262d73",
"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": "e873180d-61da-4608-a8df-fdf502c9190c",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "68592ba1-cae1-4403-87de-ce9a9b4cf9cd",
"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": "9c3d904b-648f-4d9f-8615-93a56e456b60",
"id_doc": "da3ac35a-2859-47db-9b92-7ec3a3f29ed2",
"value": 3,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "4f687c37-4d7a-4c78-925d-ba12e66ca6f7",
"id_pos": "860bef26-f852-4470-a4f8-69a112ff40a9",
"id_doc": "543b9970-50dd-452e-82b5-036cd2b426f3",
"id_branch": "ca7ed13a-d325-464d-a083-b1e16c740832",
"nro_doc": "sample string 5",
"date_doc": "2026-05-09T09:38:35.5199317+02:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "350974e0-83ae-494d-a1a9-00afc1927b0e",
"id_loc_from": "90d6eaf1-3b2d-45ef-862d-15da2799c7d4",
"id_loc_end": "62572b23-cde8-4fd7-a80a-e67cd087de50",
"id_user_add": "92ee453a-24b3-4d7b-ab82-7f024117cfd8",
"id_user_upd": "c27ee089-82d7-43ac-891c-e5fdbdf42146",
"id_pos_sesion": "3d3c1126-36ec-4da4-ac18-df36c7e276db",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-05-09T09:38:35.5199317+02:00",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "43f884ed-818d-48a3-bc1b-4a706317f1f4",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "b3f6e844-f1ff-435f-8567-36781e52dc4c",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "6059eb03-592b-4b65-986d-e162b1d345b5",
"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": "3aca2913-8f8e-4cfa-9b8f-b654f3fe31a6",
"id_item": "b7541490-dafe-4b9b-8c17-f088529417ea",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "3f83af2c-d224-4e40-8f28-e6f2f11226ed",
"id_line": 2,
"id_item": "7018dc54-f1e1-4446-b28a-753c49757a44",
"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": "b9de5ad1-a122-4bed-b4f8-8a861c499ed2",
"nro_sesion": 2,
"id_pos": "0a89aa83-de8c-42b1-b11b-35adfcfaff43",
"date_tax": "2026-05-09T09:38:35.5199317+02:00",
"date_open": "2026-05-09T09:38:35.5199317+02:00",
"date_close": "2026-05-09T09:38:35.5199317+02:00",
"id_user_open": "529b0af4-00e4-4ca8-9f9d-536f88db41fd",
"id_user_close": "7f3163bd-24a6-4d76-87a4-4b4d9f8ee000",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "94806296-0ce9-4b38-9cea-77d9e4447043",
"order_id": 2,
"id_item": "0ecc0a43-18f7-4a51-987c-31b80c18137d",
"id_item_type": "f554c08d-4fe8-4e42-bb2f-548cf1ea9162",
"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": "7787e85c-e552-48b6-9046-6942f9a3892f",
"type_item": 11,
"id_voucher_json": "ce7a7dd8-c0bd-4ef6-8d0a-b7ebeee007c2",
"count_voucher": 1,
"id_category": "5c820b43-1ea2-4d8c-a153-f49a6d9ce88f",
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "960ab49d-e60d-4198-94dd-1d46d7f091bb",
"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": "6f47a217-208d-4d66-be6f-c07ad75b2909",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "837194b0-987f-4e41-b8ce-1388d5e8f274",
"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-05-09T09:38:35.5199317+02:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "a93a8af1-f63c-46f6-80e3-68f1e3e05be4",
"id_room_unit": "4f7e2d09-ca14-4510-b487-740db3a05848",
"id_room_list": "6c8d14c0-8569-4a86-959b-e1ed405f7a46",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-05-09T09:38:35.5199317+02:00",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"date_open": "2026-05-09T09:38:35.5199317+02:00",
"date_close": "2026-05-09T09:38:35.5199317+02:00",
"id_employee": "7f0e9ef0-22b0-494a-bba0-3a4ae5118d40",
"id_employee_sec": "ed7e1f46-4478-4eb6-a08f-c5695f525ae7",
"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": "c9cd3a44-af30-407f-b07e-92f8e521e836",
"comment": "sample string 7",
"id_user_open": "7b456420-f6c1-4d99-81f5-e15c4b81e22f",
"id_user_close": "5bb8c5b4-cef7-4b97-8ad3-3e42c79be939",
"id_unit_state": "8b96c0a0-ac27-4e84-8814-403357e2e392",
"id_pos_sesion": "ef6d73f6-7c44-47fc-9bc3-b41ecd00afae",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-05-09T09:38:35.5199317+02:00",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "a36b2026-cc65-4272-af66-7f94328b53e7",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "b4442de3-30ce-4662-8296-ea0449fe5bcd",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "1d30a6e5-100b-4890-b9ea-d40990d55fe4",
"locked": true,
"date_locked": "2026-05-09T09:38:35.5199317+02:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "b422699a-aecf-48de-bcd2-e80040ed7f01",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "68566f89-1bfe-4f00-a316-a69f26cd0ec4",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "7a46568a-a7c7-48a9-bc13-87df5d60db08",
"name_pos": "sample string 6",
"id_image": "72006ee7-95c2-49db-8bc5-818077213eff",
"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": "0e592676-5897-4e5b-8235-e9fffdacc636",
"refresh_status": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "335b4227-4631-419c-a44a-9a9e38f07331",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "532b41a6-e96d-4155-8ad7-d0ecd5ecfb65",
"id_room": "b7bf28e5-9e8b-4dc5-8d6c-0e60b29bafb3",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "ebf63cea-41ee-416c-a6a0-55f2b0371db8",
"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": "7cedb49e-7e06-4561-98d0-b1cad131d623",
"id_room": "07a1b050-d5ec-4d5f-9016-f7d4698ec2a3",
"date_in": "2026-05-09T09:38:35.5199317+02:00",
"date_out": "2026-05-09T09:38:35.5199317+02:00",
"id_user_add": "371d89d1-f57b-4898-bd81-fdc011b7c920",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "e4a25582-521c-4f59-8b58-c2000d6eec14",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "5e047136-df7f-40f4-9bb5-a502ce10ef99",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "6683c604-ad28-4a83-a247-b359bb64949d",
"id_room_state": "c170c40b-20cf-4530-8b63-faee8a836fde",
"id_image": "4e1362f0-c162-4b0f-a4dc-3ec6052e2788",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "eb1bf05f-60b0-43cf-838a-55d9dc5aac87",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "ac65a184-2b32-49cb-9b2f-f25c728205dd",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"color": "sample string 5",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "f1fe7be2-4355-410c-9566-db346286261c",
"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": "b04a6e73-f7f8-4478-9495-37b2a115f2c2",
"id_pos_sesion": "392d9622-5746-4ac0-9fae-e6c65ff64670",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "b8b7eba9-a25f-44ac-ad33-0c0ddf2cb47d",
"id_room_unit_activity": "9bfa3fdd-abe9-4a36-83a1-81d1b3f2c413",
"id_doc_sa": "2fb5b9ec-9e3e-4ea8-a227-ede497cf0e03",
"id_pos_type": "5cbb3528-29e4-49eb-af17-2a42b784c19e",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "6f9e944e-f96e-4993-ba0e-6636024bdd47",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "3e87c749-4510-43f2-b242-be7ccef79c08",
"id_user": "66a9e39d-dbd2-476c-a174-f49938965a4a",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "2f52a544-9fed-4f04-be2e-7115fba29b89",
"id_user": "1e0fc657-0572-4238-8322-0bf9c41f3862",
"date_add": "2026-05-09T09:38:35.5199317+02:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "31c2a13d-b686-47e7-aa1e-43c206e5c4ab",
"id_user": "5c2192cf-4b7b-4fba-b55c-f1bdbc33a16d",
"id_user_profile": "3216d241-48c5-45de-af33-5d991e1c5b79",
"locator": "sample string 4",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"id_pos_sesion": "196deb2e-c0e8-42e3-8be2-3feb693473ab",
"date_login": "2026-05-09T09:38:35.5199317+02:00",
"date_logout": "2026-05-09T09:38:35.5199317+02:00",
"terminal_id": "sample string 6",
"terminal_type": "sample string 7",
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"st_users_profiles": {
"$id": "63",
"id": "c17338db-af02-4af5-b380-371cad9c1ff3",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"st_permisions": [
{
"$id": "64",
"id": "e94c2f08-4e10-47d3-a5cf-3068c49eb67c",
"id_function": "5983ab88-9fa8-4836-894a-75e599c7e746",
"id_user": "cff19625-72c2-4ed9-8553-46b4892ce874",
"id_profile": "3c3972f8-6ae0-4f60-ade3-28b0414a3837",
"permission": 3,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"st_users_profiles": {
"$ref": "63"
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$id": "65",
"id": "680c7cc7-3915-44c1-806b-4d3a8d5bda81",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "8e8711ae-3ef7-4632-9fdd-16df131fd5a3",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "485ae495-edec-44b6-984f-2f6bf51ea01e",
"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-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"st_functions_groups": {
"$id": "66",
"id": "817464c9-3219-4f5d-9b12-1a4bc5bb7e36",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "3ec1042b-a2f5-450e-a5b2-9db506ec7daa",
"id_user": "e33c3b04-3bd8-469b-b170-4a5879836d27",
"date_add": "2026-05-09T09:38:35.5199317+02:00",
"destiny_type": 4,
"id_key": "f9b83712-7136-4948-b8b9-4d676caa72c6",
"message": "sample string 6",
"message_view": true,
"date_view": "2026-05-09T09:38:35.5199317+02:00",
"id_pos_sesion": "0c9225ac-238c-42ba-95f6-bb4818f5ae1a",
"terminal_add": "sample string 9",
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "73e781ce-8d1b-4b5f-b165-103bebbf0c6b",
"spool_server": "sample string 2",
"id_doc_sa": "5e10f564-90f7-4b56-a458-b7c611f2b2e1",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"printed": true,
"print_on": "2026-05-09T09:38:35.5199317+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": "768e128d-3861-4f6a-ad65-574bbfde47f7",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"id_branch": "2e197cc8-19ad-4aec-873d-1d41b3a53637",
"id_pos": "368c9db5-19a3-4474-80dc-7c9c30e3e82a",
"id_list": "f9536604-a38f-4fc8-89b3-60b356bcd869",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"id_user_upd": "54ad71d9-2c2e-4871-b799-24767db1ddae",
"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": "efc33aac-328c-4ed9-aff7-76fb62ec4fa3",
"id_pos": "e0907e09-51f8-44f7-83c4-6c441d3c54c7",
"mac_address": "sample string 3",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"key_access": "sample string 5",
"id_user_add": "f1b39a76-9307-436c-9192-0b8bbca3cba1",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$id": "71",
"id_user": "63104149-844f-4179-987e-a98ffecfcfcb",
"id_pos": "efc0ebc5-7f30-42f6-a31e-4fe12311d6aa",
"pass_required": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "8c74e1d5-0a69-4259-9e94-e5673ba599b1",
"id_pos": "09cfb16e-7092-4752-ae89-593ebf62f4e1",
"date_add": "2026-05-09T09:38:35.5199317+02:00",
"date_upd": "2026-05-09T09:38:35.5199317+02:00",
"date_out": "2026-05-09T09:38:35.5199317+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": "836055ea-6e29-47cd-a0b7-d46c91454414",
"id_user_add": "e6eedad6-dc6f-45ea-ac90-41c0c412d8cc",
"id_table": "8104210a-25d5-4ca7-8919-acf41c33cdea",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "c6138ec7-4de1-41bf-97c7-267dc047d4dd",
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "74",
"id": "101ed903-90e5-4e6e-81fe-df7f9da23938",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+02:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "75",
"id": "a11e7c23-2473-49dd-82c8-8b7b1e920856",
"id_sync": "972a3657-115c-40c5-a359-36b9fee807ab",
"json": "sample string 3",
"id_table": "69ba939f-879d-480e-b53b-91c974d336f7",
"order": 5,
"st_sync_packages": {
"$id": "76",
"id": "69cb427e-13ed-4162-ae04-228cf838b8c6",
"id_branch_from": "67e95de7-5bce-4fc1-9050-2ff277b3070f",
"id_branch_to": "54fbed59-fc76-4272-87bd-76cef37295ea",
"type": 4,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-05-09T09:38:35.5199317+02:00",
"send_on": "2026-05-09T09:38:35.5199317+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": "72a761d0-cd14-4176-af9f-6cdc1879136e",
"id_pos": "9bb03327-7ec4-449a-9b40-4522915c9505",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-05-09T09:38:35.5199317+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": "fee28cc9-f926-48e5-b957-b2f5b7248659",
"id_line": 2,
"id_item": "7d9db781-67d0-4263-9afb-e839fae3153e",
"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": "63ad575e-2543-4b78-a405-5031983a5734",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"date_used": "2026-05-09T09:38:35.5199317+02:00",
"id_employee": "bb10901b-b4e6-4c21-ab4d-2a5d15756de9",
"id_branch": "396bd1f4-a6dc-4997-a755-868d89d13825",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "d4478ffe-059b-4e99-9221-5a7e3b250daf",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "b8da3a56-05a0-4480-b97d-4a80f7fdc63a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "c24520ec-c206-41d2-b46a-eac8c2249791",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"state": "sample string 6",
"created_on": "2026-05-09T09:38:35.5199317+02:00",
"last_update": "2026-05-09T09:38:35.5199317+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": "72b02908-dfa1-43df-85de-86b0aa1f1458",
"token_id": "sample string 2",
"id_user": "f1e36618-2635-46d5-b74b-e1e01836ab2b",
"date_from": "2026-05-09T09:38:35.5199317+02:00",
"date_end": "2026-05-09T09:38:35.5199317+02:00",
"created_on": "2026-05-09T09:38:35.5199317+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": "d667b8d7-ac96-47c4-959f-1707eca14847",
"id_room_activity": "31b2ccba-faf8-4bbc-9844-58799ffd1f35",
"id_pos_sesion": "533baaff-f8c6-4b84-9bfe-38a3b6611886",
"log_text": "sample string 4",
"id_user": "587afb04-1722-4f05-95c3-c9a231afe252",
"created_on": "2026-05-09T09:38:35.5199317+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"
}
]