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": "4383244f-4a85-4d24-992b-7b3d562806b0",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "8ae0c600-7455-403a-95ae-f702bfa57028",
"id_unit_sec": "388a2920-1b16-4012-9f14-795dbfac9c9c",
"id_brand": "429d1540-29a1-4b08-a327-694839381b1a",
"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": "eddaac15-d7aa-4eef-9366-c7bf4b60f577",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"font_bold": true,
"font_underline": true,
"font_size": 29,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "0502bffc-aa3f-46b8-9793-41c430414c18",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "53c091e4-c40b-4c08-8e96-443ed739ec0b",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "f27315ba-ca7f-4f2f-b1bc-698f3170f532",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "54619f04-5db8-4201-a4e2-2e05c8c12010",
"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": "7386ed96-b0d6-45bc-81e0-5e920906562f",
"view_messages": true,
"id_image_photo": "1e478ed0-ed9f-4434-bcdd-48b469232d08",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "f8e4eea3-65e9-4230-8722-44fbee05e48b",
"view_pos": true,
"order": 15,
"color_border": "sample string 16",
"color_button": "sample string 17",
"color_font": "sample string 18",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "e170a7cb-acb9-4dbc-ad69-ec5a59f9ea39",
"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": "a163b329-67b4-4631-8d70-52a836864141",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "9ce1bf31-40a1-4f6a-b8fa-063f30ea2569",
"commited": true,
"st_images": {
"$id": "5",
"id": "b9fcd728-f05f-4e47-a1e0-ccfbdbd62dd4",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "6085752d-338d-4643-a7f3-eb5780b3eba4",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "ea0e2dfa-6bfb-46d2-b80a-0c47a9a2b62b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "6fb3c9d4-1584-4429-af32-5905e1416dad",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "cbfa6dc6-5e7a-4558-8abc-b92f983b8c4c",
"view_pos": true,
"order": 8,
"order_sec": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"font_bold": true,
"font_underline": true,
"font_size": 15,
"big_buttons": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "11f685fb-c2be-4c1a-bb7f-04fa24bbe631",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "711fca9e-ccbb-456f-a7bc-691c0b4e2dbe",
"id_item": "bc2c0d8a-e255-47ac-bd9f-ee5303db84ac",
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "afc9eb4f-f003-47a1-8ad2-4dffd121ecef",
"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": "fa92cdaa-b57c-4a61-a120-f66da2e10505",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"by_amt": true,
"by_pcg": true,
"ap_amount": 1.1,
"ap_percent": 1.1,
"ap_price": 1.1,
"ap_price_min": 1.1,
"ap_price_max": 1.1,
"id_branch": "8ba31409-35ea-4b32-b96d-fa72f46dc485",
"id_pos": "625b099c-ee4c-43f0-92ea-3401ea8639ab",
"id_list": "07325bfe-5e51-4d46-91e2-8a2ba2ef214a",
"id_item": "6f422d8b-8b44-4931-9b77-50a7bae834b0",
"id_item_type": "96f9c3c8-2473-4d30-81bf-39b11d38931f",
"id_category": "bbc0a552-332f-414f-8617-7e0d567105f6",
"by_day_week": true,
"use_mon": true,
"use_tue": true,
"use_wed": true,
"use_thu": true,
"use_fri": true,
"use_sat": true,
"use_sun": true,
"use_hour_ini": "00:00:00.1234567",
"use_hour_end": "00:00:00.1234567",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "ee52479e-06a0-401d-a454-15e1d5009d1b",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "8f289cad-1704-450f-8212-be401d00cedb",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "0b90902d-ed16-41ab-a67a-70b5d3ec7e23",
"view_pos": true,
"order": 7,
"color_border": "sample string 8",
"color_button": "sample string 9",
"color_font": "sample string 10",
"font_bold": true,
"font_underline": true,
"font_size": 13,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "5f578a82-3e7a-4176-9d62-01aa074b1a1a",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "592c6d15-fec1-4316-96dc-57500e0b3d37",
"id_line": "f917deb5-41fb-4f17-a651-a7d20a25580a",
"id_category": "f6534008-dc94-4066-abc4-335024dc19b0",
"id_item": "70265132-092f-42f9-9e6e-857e3fef1320",
"id_item_type": "4a0f4061-61f7-4b87-904f-1e1ebf41bb6f",
"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": "1b603e0a-69cb-4e53-8b60-af2fdc9cb2c4",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"date_used": "2026-03-10T07:05:00.2825379+01:00",
"date_sesion": "2026-03-10T07:05:00.2825379+01:00",
"id_employee": "21f467cb-2cd0-45e5-b779-ecbe285ca58c",
"id_branch": "1fe2f197-9c8d-4217-9ef7-06b9d11ed461",
"id_voucher_permision": "d2f8ef9a-d962-4267-bae2-19a411331c5e",
"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": "2b0223d5-dc79-4eab-9a2c-d05f045e452a",
"id_user_add": "edd09fb8-221a-4282-95f2-2feda0c2dee6",
"id_doc_sa": "4276afcf-9f52-4a12-a8e3-d60880cab83d",
"id_item_sub": "febf2c0e-8b0c-41fc-b497-d785e426a36f",
"id_pos_sesion": "9a661b73-daf6-4baa-87ee-2ce4c4c40e3f",
"is_authorized": true,
"is_automatic": true,
"print_in_branch": true,
"printed": true,
"is_entry": true,
"is_consume": true,
"is_used_entry": true,
"is_used_consume": true,
"is_close": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "9a6c056f-1dd0-4bba-a3f0-6b1ab7b4bb4a",
"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": "6bfe0cf7-9517-4245-945c-c0491cc4d5b5",
"name_pos": "sample string 12",
"id_image": "c12730d4-627d-4542-9dd8-30f306aec386",
"view_pos": true,
"order": 14,
"color_border": "sample string 15",
"color_button": "sample string 16",
"color_font": "sample string 17",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "8c4551ae-0637-42f3-b26c-9f78fd54f468",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "d66b0d91-7de0-4a45-ad6a-fae2d308bce6",
"id_branch": "c17fd3ad-69b9-4291-a92c-09bf5733811f",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "7d3c6009-279e-40de-adca-c253d505583a",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "7ab77d9b-26f3-4836-aaa2-16e7501f45e1",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "4507d505-1ffb-4d33-8df3-6bfae0a1a957",
"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": "3918acf5-3c05-4a4a-9026-efd2cafffd87",
"id_line": 2,
"id_item_sub": "d322fedd-c230-40ef-8597-dff01dae813d",
"qty": 4.1,
"id_list": "3cfc3017-7fd6-4b42-812a-73927b90a3e3",
"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": "cd6d8275-ca2d-45a2-9f8c-dc547341ea82",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "4e792b44-945b-4000-826f-05e40fffb0c8",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "c49da62c-e13e-4185-a5c2-628024a7fe33",
"id_user_upd": "74b41a37-3ee4-4ae2-bf46-8a9c0acfb468",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "aeb83c06-9484-4663-91ee-fe30cb6b1b6a",
"id_item": "5d6f6e6a-0549-40cf-872b-771da8b421ac",
"id_item_type": "992bae3f-d12d-40a3-8dde-a36cdcf715b0",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "4fdf26f9-7609-4af9-9a1e-26c1a71c6b15",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "45038efb-83a1-438d-a9d5-80f78bb8ba85",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "042fdca0-4a28-4bf2-abc4-e2703fbd3d56",
"id_item": "ff1277e6-bf62-47f0-9f95-3c5a817b287f",
"group_id": 3,
"id_unit_ref": "07a0fe83-536c-4f91-8bfb-f1f875a69f48",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "37479a2c-536d-4c34-b22a-b99c2750cdf5",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "9809bc62-b84e-45ae-a6d0-eb09aa636343",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "8a2db0af-d056-4d33-a0e0-c638267b4211",
"commited": true,
"mt_units": {
"$id": "19",
"id": "a7cfb856-4f42-4d37-8231-2d5d3f5356c2",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "82eefb94-9933-43fa-b8df-327faff36592",
"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": "36c0710b-d31a-4366-9d94-cf146f57dca8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "74627ba8-a304-4735-846c-3f27d285333f",
"id_doc_print": "8b4a4316-d241-47c7-93a8-3619bf7789d0",
"hour_end": "00:00:00.1234567",
"price_item_sub": true,
"define_validity": true,
"price_ref": true,
"price_min": 11.1,
"supply_apply": 12,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "ef97958e-f59c-45a9-9588-0f91710b288d",
"id_item_sub": "3792a51f-9e7c-4388-aa1e-aee631a1403a",
"validity_date": "2026-03-10T07:05:00.2825379+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "8c85f0a5-c8ff-4079-b617-f18eb851733b",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "c3b2e28d-4df7-4579-abac-72ad657e579d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "35737eb4-b637-4b41-8c86-ab6bf7441384",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "86575f34-a302-4005-ae41-d8f70a39587e",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "88d3083c-eeab-4bec-8e00-7f8e56a5758a",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "7c7eadad-03f2-4215-a84d-461e3bd5013e",
"id_pos_type": "ac280f98-6ab4-46fe-89fa-15faec27ef93",
"id_price_list": "eac38d59-fb88-48ba-a20a-b55e902a3770",
"is_default": true,
"view_mon": true,
"view_tue": true,
"view_wed": true,
"view_thu": true,
"view_fri": true,
"view_sat": true,
"view_sun": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "91ea9c6c-1c5e-4fc1-9dc9-18d6152104de",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "64864d49-2630-4411-b940-bffcaa3a1d1f",
"id_pos_type": "b08326a4-7ee5-4880-b223-704ac39dc5c3",
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "ce7b0001-fd25-42d6-81f6-4b393ac668c0",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "f02c8c27-3131-4384-bb6a-b38dc369b589",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "d0ba7de4-d8c6-4737-8a3e-c3c130b3588c",
"id_zone": "799b7aee-4f8e-4383-b004-d2b95cfc259e",
"user_required": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "852664d6-42fc-4075-a4f3-88127f9f5eb6",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "ab2c6f74-69e0-4f14-8d20-b11427475866",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "4042c0ea-9bf0-405d-98f1-5b0900b24036",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "29981537-2561-4119-9936-c622ffc5c3a3",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "9da6f79d-c2c1-4cb4-b8fa-bf3152a1688b",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "46b1a364-777c-4bca-9aa8-fab9949f253b",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "f9af062f-f93e-4ec0-b4f8-fd91b4852e86",
"view_pos": true,
"order": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "1fa4c80c-5140-4c4d-81e3-0dd01a4b270a",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "b553998b-c94b-4d3d-bfc8-e2b7e7140b39",
"id_cloakroom": "eff1b721-a2f5-4551-8e19-9976c29e247f",
"id_pos_sesion": "cb7ed93a-17ec-42c6-83e1-8e622d115e80",
"unit_id": 4,
"date_open": "2026-03-10T07:05:00.2825379+01:00",
"date_close": "2026-03-10T07:05:00.2825379+01:00",
"id_doc_sa": "5882757f-4543-4971-83f2-a010c2607fd2",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "f1257620-6a2d-43e8-85f9-155464018ab1",
"id_pos": "f3450784-057a-403a-9468-81d083dc4d0a",
"id_doc": "462919f8-0423-4ea7-b095-ccac5ea7ac03",
"id_branch": "d0f8e509-0339-4494-98bc-280fd7a56fe1",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T07:05:00.2825379+01:00",
"date_tax": "2026-03-10T07:05:00.2825379+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "d28e7bc1-de80-4508-8a5f-4511e3599dde",
"id_relationship": "3df359e5-5b78-425d-8e01-36b942008577",
"id_loc_from": "00403718-8c09-455e-beb0-a1032ca116ed",
"id_loc_end": "f92b2ffb-7da7-43e3-9c29-0e33ad25679c",
"id_user_add": "1689d3f0-38d2-4215-8bed-bc8a85f62425",
"id_user_upd": "b299c234-0c34-4fc9-a7b6-11981e98383e",
"comment": "sample string 12",
"id_pos_sesion": "11ea3a64-69dd-46d6-9460-028d5b9bf636",
"id_room_unit": "e6a5f3bc-e531-43df-bd40-3b790658fe66",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "f4b682ad-eb38-472e-8e38-767c14113b26",
"p_dis": 15.1,
"p_chr": 16.1,
"amt_net": 17.1,
"amt_tax": 18.1,
"amt_dis": 19.1,
"amt_chr": 20.1,
"amt_tot": 21.1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "4aa1127f-7490-4891-97c8-2f544308773c",
"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": "9a7e94b2-45db-40ef-a49a-d583af6e4c6f",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "8c5ad0db-2ae3-4ddd-b022-3d87c05a4dca",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "a5d4edb3-6945-4767-9801-aef372575e8e",
"id_pay": "9e64b30e-8062-47bf-9113-5a0903c91c76",
"id_money": "b392ce3a-78a0-4889-a174-f4d0c9ca8dbf",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "92a6f51f-efff-4349-bd58-31b4a2ada714",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "92205ec5-a64d-4060-b50b-b441c7f73ff8",
"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": "7ef192b9-6587-49fc-9bf9-2ce30401f9ed",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "95494c86-9f3a-45fd-871b-2dfd3ac9496f",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "a9ac14fe-e638-40fe-a0ce-a5a2528ee899",
"id_money_2": "c830346f-6f98-429b-8f1d-a7072936360b",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "02ca8788-6865-4906-876c-2b7ac4c1655f",
"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": "abb0f368-234d-4acd-b4d4-f68ab6e2fcba",
"id_pay": "b8f64dcc-efa9-42d9-b7d8-34ac96d9af2c",
"id_money": "820f5d2e-a600-4ae3-97bc-684ce4a8e182",
"date_cashflow": "2026-03-10T07:05:00.2825379+01:00",
"coefficient": 5.1,
"id_user_add": "03d2ca48-27e3-4a31-a64d-9398b05dc3aa",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "a1497ffd-c757-4aaa-98a0-1cc05f34d331",
"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": "483eef84-54c2-4051-8b77-e77fe67124c8",
"view_pos": true,
"order": 13,
"color_border": "sample string 14",
"color_button": "sample string 15",
"color_font": "sample string 16",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "f0037802-c7d1-4265-9ac6-7fe8a2840c0c",
"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": "3d396f74-5657-4046-a458-7d86bba9a842",
"id_line": 2,
"id_pay": "ebb8a5b6-3071-45d9-9da0-a6af26779df7",
"id_money": "16e806ba-79b6-441b-b22d-e857b2079c5e",
"coefficient": 5.1,
"id_voucher": "96410cf7-34e4-43b2-a40f-83f0cdd27c54",
"id_employee": "330d2e0b-5dc5-4b00-b0bb-dac4a7bfab2f",
"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": "b2699ddb-243b-4346-8e11-d8db0c30b71f",
"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": "feaa46e9-f599-44fc-99cc-443a61eb646f",
"id_doc": "bb241cb5-ad1b-457c-819f-c27b486140c0",
"id_pos_type": "9cb5117c-0398-4962-9a37-275c6f4927ca",
"id_doc_print": "1a915a6b-0552-4306-965c-87f9f1813a49",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "0dfa0002-788a-402b-8235-2d1e47bc6600",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "b7cc8e44-6c1e-4c40-9c4a-53a20e0bf360",
"id_pos": "5d07a7d3-fbcb-4938-b3ff-33df732d6e78",
"id_mask": "sample string 3",
"name": "sample string 4",
"mode_print": 5,
"port": "sample string 6",
"baud_rate": 1,
"data_bits": 1,
"stop_bit": 1,
"flow_control": 1,
"parity": 1,
"pin_cashdrawer": 1,
"ip_printer": "sample string 7",
"port_ip": 1,
"printer_name": "sample string 8",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "6ec301a0-6cda-43e3-b669-d0ff37e90606",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "069a8ad7-5017-476c-9295-96d77d270731",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "ebb9c2ca-1ba0-4738-ae86-1d02a9d318a8",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "6d882aa5-a577-4b6b-b46a-3f93759a899b",
"id_branch": "ff8a9097-8bce-4c16-bbef-86515f2e1c44",
"id_pos_type": "d47eb18b-1fe5-4185-a195-4f2e202f57f1",
"id_pos": "c4185e0b-fbff-48c2-b056-af8250738db2",
"id_item": "2186f7ff-82e9-4300-8bdb-a39a4cd6a815",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "a4a13452-d1cc-4c07-9fc0-5e478e1d01a5",
"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": "b36584a6-44da-4a4d-8655-0054e45b70c8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high_row": 5,
"high_doc": 6,
"with_doc": 7,
"to_file": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "27e5787f-f74f-4624-84a2-b263591a5542",
"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": "734046ee-5ec1-41a9-b291-1124adf03e46",
"id_doc": "52d1f1bc-329b-42af-8fe3-6e166db0b20d",
"value": 3,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "43"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$id": "44",
"id": "09dadf8b-fbed-4117-b392-3e7f53a3f2ea",
"id_pos": "ecb7e07e-b561-4690-bfb7-32fb9d795703",
"id_doc": "42664bda-eabb-40c2-b891-31a893f30ff4",
"id_branch": "054b57be-4e0b-4750-8b6c-68a82cbeb628",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T07:05:00.2825379+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "938bf3aa-7c57-446a-8318-be54473d6d57",
"id_loc_from": "9e21b52b-cd02-48df-aefd-02c23d0eb1b2",
"id_loc_end": "ffbf5eb6-9a30-438f-98d0-4ee5e8177415",
"id_user_add": "64a9da78-3d17-4158-95aa-9cfca53e25f8",
"id_user_upd": "f6a322b1-54ca-4b9a-86f3-a4f181a6aee4",
"id_pos_sesion": "2593d3d9-0b5e-4a5b-9802-a2b628a30841",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T07:05:00.2825379+01:00",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "f506a57d-fc9e-4161-8405-fac395215c55",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "92222778-9f83-462b-92a1-bcd6cf54e41d",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "05f39a8b-b216-4e08-84f0-3ae456269e97",
"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": "a6dc1912-28f5-484a-9bd3-bb85e6f00011",
"id_item": "7cf74ce1-00b1-48a3-9e67-39cc3f8d315f",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_locations": {
"$ref": "45"
}
},
{
"$ref": "46"
}
]
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_st_det": [
{
"$id": "47",
"id_doc_st": "f15b002b-13db-45ef-8388-210abc85d06e",
"id_line": 2,
"id_item": "c1ed430c-dc20-4dde-b418-4b7e440bec78",
"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": "1141b2be-8fe1-4121-98e1-f5a1c321f0a3",
"nro_sesion": 2,
"id_pos": "679cdfe7-e38c-4e09-bd30-e7917c6d536a",
"date_tax": "2026-03-10T07:05:00.2825379+01:00",
"date_open": "2026-03-10T07:05:00.2825379+01:00",
"date_close": "2026-03-10T07:05:00.2825379+01:00",
"id_user_open": "9596b890-99e5-4b36-9fc5-550a9cb1d2fa",
"id_user_close": "dd151134-cf7d-4df9-a66b-f712f83bfeb9",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "9927e994-11de-4913-a863-5a01dfce7aa7",
"order_id": 2,
"id_item": "4be18559-2fd9-4689-9557-b758ca6982da",
"id_item_type": "59f2094d-76cb-4a19-addc-13a58d91b09b",
"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": "89fbede7-04b7-4f8e-bd35-2ee7705f2c6f",
"type_item": 11,
"id_voucher_json": "b660e359-81a8-4719-949a-006cf6e6bd0f",
"count_voucher": 1,
"id_category": "7031b999-624e-4921-8ed2-dca8857e4014",
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "279f1638-5181-47fd-b7bf-557d3dd865e9",
"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": "556d10ea-b517-4856-82a0-5f54e4a1be5a",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "caa08740-e7ee-4ee0-9352-0a846826f22d",
"type_pay": 5,
"module": "sample string 6",
"process": true,
"json_cloackrooms": "sample string 8",
"multi_select": 9,
"terminal_name": "sample string 10",
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "3314240f-3736-4d1a-ac7d-66c8a9d6452c",
"id_room_unit": "af92a5c2-dad3-4708-b702-4635ca204cbf",
"id_room_list": "0f416c60-41e8-4ffd-8553-ea27ebaa8f7c",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T07:05:00.2825379+01:00",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"date_open": "2026-03-10T07:05:00.2825379+01:00",
"date_close": "2026-03-10T07:05:00.2825379+01:00",
"id_employee": "9230e18c-d1cd-4652-a6f0-5fa7f24ff239",
"id_employee_sec": "916ae237-b8a2-4004-81b7-8c16f4f64d4e",
"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": "1fc79b38-c344-4f21-af04-f34967b5e1b2",
"comment": "sample string 7",
"id_user_open": "c72d7d56-f786-43b1-865d-cb1be397c872",
"id_user_close": "1747dc5d-aa61-417a-9130-e3658f8db01d",
"id_unit_state": "c93edc6f-c9f8-469b-91a6-8de5886e066a",
"id_pos_sesion": "cab34bf3-6cc3-4147-b45b-952eeb2ded1f",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T07:05:00.2825379+01:00",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "ff730b5b-d5af-470a-b7c0-7005db49e850",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "5f24c4a9-6046-46f3-b1fe-0b46cb6ad555",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "76c3d894-ea83-4b2d-8552-3de2dc921d7d",
"locked": true,
"date_locked": "2026-03-10T07:05:00.2825379+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "80de97b6-e45c-4472-94ec-850c5681539d",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "2dd95ab8-fc5f-4144-844f-f76d68c8d67f",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "39a35151-546b-4e99-b1b8-24b8914bd32c",
"name_pos": "sample string 6",
"id_image": "b475761b-47c3-4fb8-b509-d9d991de3e6c",
"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": "b97ba77f-446a-4e05-828b-49a3107f4cc9",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "8f0c6be4-9cbd-4244-8134-3c1d3f5d20be",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "a91c0ee4-43e7-486e-be40-e18571279f2d",
"id_room": "e3bcaa4a-22d5-4dce-8a17-beb17a4d1a21",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "848d64f0-48bf-4dcc-b19a-ea0d70df9106",
"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": "502f722f-66dd-4921-ba87-fa34d53a0438",
"id_room": "0c9be956-25b0-4b31-8dfd-f51f504352b1",
"date_in": "2026-03-10T07:05:00.2825379+01:00",
"date_out": "2026-03-10T07:05:00.2825379+01:00",
"id_user_add": "64843ab3-9d6e-4b07-a421-1a53da1d7c83",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
{
"$ref": "55"
}
]
},
"mt_rooms_units_types": {
"$id": "56",
"id": "7dff15b9-5fd2-4c3f-a20a-84609a52bb36",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "c422cf31-c801-4662-a9bb-9cdcb16f5559",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "4bd25973-3bb6-4d12-823b-4c0bbbe671cd",
"id_room_state": "055f324d-9693-41ac-893a-57905a0a9c8e",
"id_image": "d854cc68-a393-4c9a-844b-66613718a890",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "11d9cc63-feb1-45f4-b17d-dc16c2b6260e",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "fbe04d96-f778-47fa-8dec-80ee9838146b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "32d5970b-c370-47ec-aa7f-fed7275d17a6",
"commited": true,
"st_users": {
"$ref": "3"
},
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_types": {
"$ref": "56"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "57"
}
],
"st_users": {
"$ref": "3"
}
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_states": {
"$ref": "58"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_sesion": {
"$ref": "48"
},
"tt_rooms_list": {
"$ref": "55"
}
},
{
"$ref": "51"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_tips": [
{
"$id": "59",
"id": "1a7c8f06-8443-4114-ab05-243778074fe6",
"id_pos_sesion": "8011bc38-bd16-41cd-a33f-2557b9566d98",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "9809a23d-1653-4775-a06b-d0be60643a9c",
"id_room_unit_activity": "bedaa764-9452-434c-a3fb-5d7657b0ba79",
"id_doc_sa": "d2eb6969-13da-4762-a301-1b31778c2310",
"id_pos_type": "dc41aa1c-a878-4451-9a48-65acef78374d",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "ff7e8cc0-7299-4cc8-a339-0d91c2e428c0",
"coupon_id": "sample string 7",
"terminal_id": "sample string 8",
"card_name": "sample string 9",
"card_bank": "sample string 10",
"card_number": "sample string 11",
"client_name": "sample string 12",
"money_type": "sample string 13",
"merchant_id": "sample string 14",
"aid": "sample string 15",
"auth_num": "sample string 16",
"authorization": true,
"signature": true,
"contactless": true,
"date_hour_pay": "sample string 17",
"terminal_name": "sample string 18",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "523f62e1-bebb-432b-86a6-826f834cf273",
"id_user": "0431f7bf-b6f2-4400-a5c5-5322731551bc",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_tips": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
{
"$ref": "59"
}
],
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_pos_sesion_users": [
{
"$id": "61",
"id_pos_sesion": "e1117954-efc1-4046-8d33-b66b2a7f2439",
"id_user": "4e060444-4338-4a1a-a353-d22c02623a5d",
"date_add": "2026-03-10T07:05:00.2825379+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "61"
}
]
},
"tt_rooms_units_activity": {
"$ref": "51"
},
"tt_spool_doc_print": [
{
"$id": "62",
"id": "01e9d4d1-590b-4620-bc83-30dda1e91608",
"spool_server": "sample string 2",
"id_doc_sa": "41325a5b-5b08-4934-9cce-ce86c5d3218a",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"printed": true,
"print_on": "2026-03-10T07:05:00.2825379+01:00",
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "62"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "28"
}
]
},
{
"$ref": "27"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_list_rules": [
{
"$id": "63",
"id": "f07fadc4-c179-4ced-a6b4-c50eb66f17b9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"id_branch": "13c78ca9-e007-4fcc-8abc-a0a3c5fd12e0",
"id_pos": "a1de82ba-c59a-4830-8916-c8f186c465c0",
"id_list": "fbf78850-50c8-4da3-bde9-f8ee12939ff4",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"id_user_upd": "7a4a67ec-974f-4c35-b3b9-e08c0450e48c",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_doc_num": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"st_pos_license": [
{
"$id": "64",
"id": "e34404c9-7b71-4ec4-84d0-70badc12457d",
"id_pos": "79801332-e628-407c-8afa-ded50c327f65",
"mac_address": "sample string 3",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"key_access": "sample string 5",
"id_user_add": "ad6cbde9-f2d8-4ff8-9698-b4f3d1a8ef01",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "6e65e8f1-eaa4-4ed1-942a-0539dd824923",
"id_pos": "78ba4152-ee71-4cd8-aed7-89816772d304",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "65"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_connection": [
{
"$id": "66",
"id": "52105362-4eea-44c8-b3f9-8f24dd6759ea",
"id_pos": "c94fc0c6-3411-456e-ad03-60804c214fe0",
"date_add": "2026-03-10T07:05:00.2825379+01:00",
"date_upd": "2026-03-10T07:05:00.2825379+01:00",
"date_out": "2026-03-10T07:05:00.2825379+01:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "66"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_branches": {
"$ref": "4"
},
"tt_logs": [
{
"$id": "67",
"id": "3a2c35fc-e442-43aa-b2e2-c7a72c5d0397",
"id_user_add": "b3ca53c6-dc4b-4828-ab80-835fc86ec30d",
"id_table": "7b540370-b629-4a0d-8333-ded4cad4bee9",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "55ba5d4e-b4b1-4329-afb8-7f54a30fb303",
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "b52372cd-9b2b-41ad-be5b-0ab3406b8922",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "0c054687-0114-44e2-acd5-2ec9304e8680",
"id_sync": "568f7e9d-0d9a-4363-93be-87080666d1a9",
"json": "sample string 3",
"id_table": "4c792502-e257-4549-a4fb-affea6dfe60c",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "fadf4b6d-5e09-41c2-a83c-9e4cd9576e16",
"id_branch_from": "00cd3125-9683-4123-87e5-1a45cd0426fa",
"id_branch_to": "a5216520-a985-4e8f-8693-cccb5d047e83",
"type": 4,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T07:05:00.2825379+01:00",
"send_on": "2026-03-10T07:05:00.2825379+01:00",
"mt_branches": {
"$ref": "4"
},
"mt_branches1": {
"$ref": "4"
},
"st_sync_packages_det": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"st_sync_tables": {
"$ref": "68"
}
},
{
"$ref": "69"
}
],
"tt_logs": [
{
"$ref": "67"
},
{
"$ref": "67"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "67"
}
],
"st_local_variables": [
{
"$id": "71",
"id": "b5fb314d-e1b6-4658-a52e-cfcec6fc5e9a",
"id_pos": "5f5cdbc9-5cc8-4219-a45c-8b04c84ed543",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "71"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "23"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list1": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list2": {
"$ref": "22"
},
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "21"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_doc_sa_det_stock": [
{
"$id": "72",
"id_doc_sa": "e27ffebe-d46e-427b-a8bb-cbaaf28fe488",
"id_line": 2,
"id_item": "fa26f0a8-e250-4bd6-bb01-ab3719d91e3d",
"qty": 4.1,
"mt_items": {
"$ref": "1"
},
"tt_doc_sa_det": {
"$ref": "15"
}
},
{
"$ref": "72"
}
]
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$id": "73",
"id": "a8dc3e0c-9781-4956-8537-40f0ef5da37e",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"date_used": "2026-03-10T07:05:00.2825379+01:00",
"id_employee": "092919d0-57ed-4573-85ef-de54a34315bd",
"id_branch": "e56c98d9-42df-4435-a3c4-dfe6610eb162",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "97bf5173-7e68-486f-914b-48a3f70e71a8",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
},
"st_users": {
"$ref": "3"
},
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
{
"$ref": "73"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"tt_vouchers_permisions": {
"$ref": "73"
}
}
},
{
"$ref": "10"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "8"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "6"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms1": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_functions": [
{
"$id": "74",
"id": "d5227e88-49eb-4f2c-9c69-c27ccbf296c3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "3e92f4f6-4980-455e-885b-684953943c4a",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "35f3b67b-c623-4f96-9a5f-cee939149762",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"font_bold": true,
"font_underline": true,
"font_size": 16,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "5e7cd96c-ed6e-486d-949a-de1afcba6c5a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "b13f8cc6-6b97-4acd-8c01-eda95b58b5da",
"id_function": "47e30331-008c-4432-a43d-538c770b03c8",
"id_user": "f0b17c61-e8d9-4c30-bdc9-8f385b850d41",
"id_profile": "a214cb92-b3ce-4c8a-a3a6-6c5c18fece37",
"permission": 3,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "1345a5d8-c046-4145-9131-eb6ef29f25bc",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_permisions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
]
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$ref": "74"
}
},
{
"$ref": "76"
}
]
},
{
"$ref": "74"
}
],
"st_images_types": {
"$id": "78",
"id": "21c42e35-c9d3-4524-bcf6-b4b11ca6e463",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_images": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"st_users1": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_employees_branches": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_periods": [
{
"$id": "79",
"id_branch": "cac35a95-ff64-4286-a892-a12777e316ce",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"last_update": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
}
},
{
"$ref": "79"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"st_sync_packages": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_sync_packages1": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
{
"$ref": "4"
}
],
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_brands": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_categories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_employees_profiles": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_money_rates": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"mt_pos_types": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list_rules": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"mt_rooms_units_types": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_units": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_pos_license": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"st_users_profiles": {
"$ref": "77"
},
"st_users_token": [
{
"$id": "80",
"id": "4ca7bc48-b3e7-496f-80bf-aa4985e5f7a6",
"token_id": "sample string 2",
"id_user": "b4bd8a3c-e317-4056-8b1d-a651d0232716",
"date_from": "2026-03-10T07:05:00.2825379+01:00",
"date_end": "2026-03-10T07:05:00.2825379+01:00",
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"st_users": {
"$ref": "3"
}
},
{
"$ref": "80"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_det1": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_logs": [
{
"$ref": "67"
},
{
"$ref": "67"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_pos_sesion1": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_rooms_list": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_log": [
{
"$id": "81",
"id": "91f942d3-35b6-4f3e-b872-3616659d3688",
"id_room_activity": "ec0ff442-e2b9-4da7-88d4-77b90f8747ee",
"id_pos_sesion": "ba8b7a43-74eb-4a79-91fc-d19ad2e9ea74",
"log_text": "sample string 4",
"id_user": "a6b973b2-0a3d-46f7-b635-1c13f8018a23",
"created_on": "2026-03-10T07:05:00.2825379+01:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "81"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
}
},
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_units": {
"$ref": "19"
},
"mt_units1": {
"$ref": "19"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tt_doc_st_det": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_stock": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "1"
}
]