DELETE api/Mt_Items/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
mt_items| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_mask | string |
Required Max length: 10 |
|
| name | string |
Required Max length: 20 |
|
| description | string |
Max length: 200 |
|
| id_unit | globally unique identifier |
Required |
|
| id_unit_sec | globally unique identifier |
None. |
|
| id_brand | globally unique identifier |
Required |
|
| b_sale | boolean |
Required |
|
| b_stock | boolean |
Required |
|
| b_price | boolean |
Required |
|
| b_unique | boolean |
Required |
|
| b_exclude_control | boolean |
Required |
|
| tax | decimal number |
Required |
|
| change_price | boolean |
Required |
|
| force_printing | boolean |
Required |
|
| is_ticket | boolean |
Required |
|
| is_supply | boolean |
Required |
|
| define_price | boolean |
Required |
|
| external_id | string |
Max length: 100 |
|
| name_pos | string |
Max length: 20 |
|
| name_print | string |
Max length: 20 |
|
| id_image | globally unique identifier |
None. |
|
| view_pos | boolean |
Required |
|
| order | integer |
Required |
|
| color_border | string |
Max length: 20 |
|
| color_button | string |
Max length: 20 |
|
| color_font | string |
Max length: 20 |
|
| font_bold | boolean |
Required |
|
| font_underline | boolean |
Required |
|
| font_size | integer |
Required |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| id_user_upd | globally unique identifier |
None. |
|
| commited | boolean |
None. |
|
| mt_brands | mt_brands |
None. |
|
| mt_categories_items | Collection of mt_categories_items |
None. |
|
| mt_items_featured | Collection of mt_items_featured |
None. |
|
| mt_items_formula | Collection of mt_items_formula |
None. |
|
| mt_units | mt_units |
None. |
|
| mt_units1 | mt_units |
None. |
|
| st_images | st_images |
None. |
|
| st_users | st_users |
None. |
|
| mt_items_sub | Collection of mt_items_sub |
None. |
|
| mt_prices_rules | Collection of mt_prices_rules |
None. |
|
| tt_doc_sa_det_stock | Collection of tt_doc_sa_det_stock |
None. |
|
| tt_doc_st_det | Collection of tt_doc_st_det |
None. |
|
| tt_items_customs | Collection of tt_items_customs |
None. |
|
| tt_stock | Collection of tt_stock |
None. |
|
| tt_vouchers_det | Collection of tt_vouchers_det |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "89a9e7c0-f2a0-4805-89c9-513675a871ae",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "0c7c600b-f846-43d0-87ca-06aae5eb74ea",
"id_unit_sec": "1213769e-4b89-4d45-a3a1-fd5dcb3c3b17",
"id_brand": "dffbff98-d6a4-4ad9-880e-695d5d39ee3c",
"b_sale": true,
"b_stock": true,
"b_price": true,
"b_unique": true,
"b_exclude_control": true,
"tax": 12.1,
"change_price": true,
"force_printing": true,
"is_ticket": true,
"is_supply": true,
"define_price": true,
"external_id": "sample string 18",
"name_pos": "sample string 19",
"name_print": "sample string 20",
"id_image": "0b61fd1a-5a7b-44d9-bd60-8405e83bc228",
"view_pos": true,
"order": 22,
"color_border": "sample string 23",
"color_button": "sample string 24",
"color_font": "sample string 25",
"font_bold": true,
"font_underline": true,
"font_size": 28,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "f70f435b-5bdc-4477-91e1-83d2f7331cc5",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "b8173b7f-2eee-428d-9fca-b9ae3b6053ef",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "9b7ccecc-f054-446a-8aa3-a0a513e643f1",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "4ee860ce-6ee1-4f24-97ed-e8a0e84b78af",
"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": "a0a6922b-94fe-45df-b7a2-20ebe566f4b0",
"view_messages": true,
"id_image_photo": "d2506369-c92d-4786-aef4-cc571e2f1795",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "263b4aba-59ad-45a2-b94c-ea690e6b47db",
"view_pos": true,
"order": 15,
"color_border": "sample string 16",
"color_button": "sample string 17",
"color_font": "sample string 18",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "8bb2ea80-37bf-4eeb-af1b-a3dd96b475f3",
"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": "43acb880-e40b-4f67-98a7-2f2f8740bbdc",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "fcb6a877-b30e-42df-838e-5bc1707943ca",
"commited": true,
"st_images": {
"$id": "5",
"id": "c1a3df15-9482-4af1-845d-8f51279eb5b7",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "bde3fdc6-3316-4da0-b157-7cc68b01a14f",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "3264a5b6-41e7-4789-b18e-b15d7e3410e7",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "60698be7-d7d6-47d4-9821-dc704a0bd52d",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "955d34b7-ed1a-441c-a703-b4c8e0ab4dfd",
"view_pos": true,
"order": 8,
"order_sec": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"font_bold": true,
"font_underline": true,
"font_size": 15,
"big_buttons": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "d0fc00e3-1f0d-4daa-b0a7-9d61b96295e8",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "e224751a-1825-47ca-9485-b23ae03d2604",
"id_item": "33f5679d-326e-41a9-8703-82c0326eb50b",
"is_default": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "759e5a2c-2058-46d7-be00-137345d026db",
"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": "1abece17-c8b1-4b8b-8ae0-6e680363a064",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+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": "227690b3-020d-4db5-ab2f-3940a18a76b7",
"id_pos": "018ecfe5-45b0-4398-9faa-de776ac8d9c3",
"id_list": "479017a0-2e9c-4789-a44d-513dcf729867",
"id_item": "a01358d8-a9e2-4c37-80a4-8858e050f30c",
"id_item_type": "82823023-cc22-4b93-9355-8f5b7f9ff97b",
"id_category": "9aa84507-abbd-4202-8117-daedcf9ed2ff",
"by_day_week": true,
"use_mon": true,
"use_tue": true,
"use_wed": true,
"use_thu": true,
"use_fri": true,
"use_sat": true,
"use_sun": true,
"use_hour_ini": "00:00:00.1234567",
"use_hour_end": "00:00:00.1234567",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "5ed5db8c-9eeb-47e8-ab74-544bfd5c4eef",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "2d49e9a4-1cb3-413a-9e07-97a7c4290dbc",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "7873f0cf-9328-47f6-9b67-c1f0726e89ff",
"view_pos": true,
"order": 7,
"color_border": "sample string 8",
"color_button": "sample string 9",
"color_font": "sample string 10",
"font_bold": true,
"font_underline": true,
"font_size": 13,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "7af112d8-0d1c-4ec3-8219-034831e56d76",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "5d54ad40-7920-4e7b-a47b-45f5c4476738",
"id_line": "6e078ef7-c905-401a-80f0-ab8d765c2b75",
"id_category": "88a42b81-e7af-45d2-bb52-c3b305907518",
"id_item": "88073f5d-b8f9-47b2-8048-6e2ac5f785bb",
"id_item_type": "3966187b-e66f-41d2-89bf-3059812bda3f",
"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": "92598290-1254-4a8d-a4a4-5e12e59a7312",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"date_used": "2025-12-08T21:28:47.2797526+01:00",
"date_sesion": "2025-12-08T21:28:47.2797526+01:00",
"id_employee": "cce0eaca-3cf0-45d4-a7a0-208dc5e84f18",
"id_branch": "ee2ad125-df71-4668-97dd-7c5a9f717b00",
"id_voucher_permision": "877155ff-c05a-4030-b8ea-41898cc4fe4a",
"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": "9f319f69-6534-460a-a8da-3d9949545159",
"id_user_add": "0bb00609-eb5e-4112-bfe8-dabb060bfc5b",
"id_doc_sa": "df64a97e-668f-4674-bf1c-678e746f2083",
"id_item_sub": "85c1601b-7f85-4742-8ddb-49e43859c8b3",
"id_pos_sesion": "adaa98df-f3bb-4a2e-94eb-9162d84ca36e",
"is_authorized": true,
"is_automatic": true,
"print_in_branch": true,
"printed": true,
"is_entry": true,
"is_consume": true,
"is_used_entry": true,
"is_used_consume": true,
"is_close": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "2d723a63-a2d3-404b-b55b-31baac26891e",
"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": "c07250c5-f8c2-426f-b335-5749e9731f65",
"name_pos": "sample string 12",
"id_image": "be323ccb-c867-43eb-9fc5-eef3fd09d8f6",
"view_pos": true,
"order": 14,
"color_border": "sample string 15",
"color_button": "sample string 16",
"color_font": "sample string 17",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "bae34fd6-6104-497e-953b-96d80eeaca30",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "30f329b9-c4b3-411e-ad9b-6a857d66368f",
"id_branch": "a541427c-f9c6-4865-a8ad-03827a02c1cd",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "efa00d40-31ee-427f-85b9-0e9400967c09",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "7d3df9ea-f838-4fea-977f-e8b95e707caa",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "b0cd4f86-5825-470f-9090-2c6e98f7c1d0",
"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": "0a7fad72-5831-4253-9466-b302465e7f57",
"id_line": 2,
"id_item_sub": "cf64174b-c246-446c-b85f-a265957f3ac1",
"qty": 4.1,
"id_list": "1e4f79c8-bc58-48c1-85c0-8aacc887d794",
"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": "a8bd5c4b-62e8-4c53-bea1-7023588b8319",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "3d875ee4-3d5c-4205-9826-eeb22409a86c",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "0a3c5ae8-34ff-4a76-8301-1355dcd096a0",
"id_user_upd": "0979a40e-ddb2-4b1b-9a5a-efbf8e41b233",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "61e9805f-0ebd-411f-838d-3900b06e1338",
"id_item": "b1ab7f9f-96c8-4302-9f26-5839de921750",
"id_item_type": "eadbf5d0-aa22-4419-abc4-c6b54c33bca3",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "b1caa8e4-949e-4e0f-b969-1771570763fb",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "b169c8a8-3023-4e6d-b1aa-eeee1f4d589c",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "ec4050ba-337a-46b7-9b70-c953fda73332",
"id_item": "bd62c86f-7f4a-4a0d-ae91-ff88e5fe23da",
"group_id": 3,
"id_unit_ref": "a9be5ab8-b880-4353-8b0a-4b0c4662ecc6",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "2f3dbf47-4c5a-4d5c-be02-8ed9e856a4a1",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "a10c1c25-346f-4e9f-9a59-e3cbd3bb267a",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "40a1315d-9d0a-4376-8607-4af6cc16fca3",
"commited": true,
"mt_units": {
"$id": "19",
"id": "c6a61e54-1015-46ab-9c0f-907eeee7505e",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "113d119e-5165-4134-8327-c2bd16f095b1",
"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": "efa93b2c-f289-4499-8b72-2ffb5d65dc85",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "f0701dd0-fb4a-4bfa-a9fb-291f5cf4e0e6",
"id_doc_print": "1daed87f-1e75-455a-b0cc-eed9089fb380",
"hour_end": "00:00:00.1234567",
"price_item_sub": true,
"define_validity": true,
"price_ref": true,
"price_min": 11.1,
"supply_apply": 12,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "a9c21583-f7ea-4ff3-805c-f140a8eff060",
"id_item_sub": "522eef57-5c86-4991-84fd-e8fed8da53f2",
"validity_date": "2025-12-08T21:28:47.2797526+01:00",
"price": 4.1,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "9bc933e2-24c6-4956-92aa-85800dcc4298",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "8a5c6b5e-7987-41ae-a079-053cba635e1f",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "45c1698b-ac68-4b3d-b892-3cd7a2cc3c3f",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "5178960f-19c5-4185-929a-12434ae2702f",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "d968874f-24dd-44e1-983d-8d4c7e30d98e",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "f78dbfe7-c5a1-4966-9125-dd81f5c715d9",
"id_pos_type": "e4ca8c3d-f4eb-4abc-b4cb-9a48e61bc24e",
"id_price_list": "8d057ef0-6e28-4f0e-9f6c-fd7a57d982bf",
"is_default": true,
"view_mon": true,
"view_tue": true,
"view_wed": true,
"view_thu": true,
"view_fri": true,
"view_sat": true,
"view_sun": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "f916516b-ceba-4b78-8545-580014422b7b",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "942a6ed9-14e8-49f7-9511-5b4a886f10e1",
"id_pos_type": "865cc009-8443-4ff5-aa34-962c26f4d1e5",
"is_default": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "04e126ea-1011-4266-98b4-21a6b32e3f95",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "32008e00-fa5a-4f3b-8bc4-f61131176522",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "cab3fb5b-af56-4108-8b58-5a1a732ba10e",
"id_zone": "517ee646-380f-4b29-b7ea-c65689eeab12",
"user_required": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "2dec3155-172b-4303-824a-4823f2d69bcc",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "8cd508aa-93e8-4f9e-b473-bbc2cddb7cb8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "308dfc91-3a34-46d7-bbc6-5f4b9bab4a55",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "91c87a47-a432-438c-a4be-b21edd43c964",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "3e2a8215-f5f7-45f3-a1b6-6d40dddb3d77",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "00ab5737-875d-4530-9b31-3ddba9c52643",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "bf027c8a-b200-4b03-931f-4bd6baed00d3",
"view_pos": true,
"order": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "99c95a1e-5e18-4909-8c37-91388400f91a",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "85890972-1825-4a3c-a4d5-007848361faf",
"id_cloakroom": "f43d3dc3-1cf0-4c67-b69e-78fb19bc1835",
"id_pos_sesion": "bd68568d-36d1-40a3-9077-36908d0d2ef6",
"unit_id": 4,
"date_open": "2025-12-08T21:28:47.2797526+01:00",
"date_close": "2025-12-08T21:28:47.2797526+01:00",
"id_doc_sa": "748b6263-8607-44c8-8234-65a51fa3fa5b",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "adfdb9e4-bdcb-4e22-bc21-e54bb1c99244",
"id_pos": "3b42afd1-f96d-4ac0-aeb5-4cff90cc3713",
"id_doc": "b2596efb-a497-411a-a5bb-35e804b13d3b",
"id_branch": "353f5f65-27b1-468e-8137-83a18b9185d2",
"nro_doc": "sample string 5",
"date_doc": "2025-12-08T21:28:47.2797526+01:00",
"date_tax": "2025-12-08T21:28:47.2797526+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "bf73526e-05d2-44ed-937f-2dceee198f00",
"id_relationship": "bc305f71-daf2-4ec6-b446-c884a20616da",
"id_loc_from": "dec1187d-9daf-419a-82a8-8b3292b1c785",
"id_loc_end": "4ca3ea38-fb01-4f18-b5f9-dda92c8392ea",
"id_user_add": "6c7e30ac-e34a-4550-806d-04f8448d846f",
"id_user_upd": "a3edf288-65e2-451b-a97a-31b24ede04bc",
"comment": "sample string 12",
"id_pos_sesion": "5414be97-9355-4f10-8fec-1e1d3c5dd936",
"id_room_unit": "5bf3122b-fd59-49c1-9c7f-5fe2fec0a3e4",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "3c5f9829-2c4d-4a61-b146-182febf8f2c7",
"p_dis": 15.1,
"p_chr": 16.1,
"amt_net": 17.1,
"amt_tax": 18.1,
"amt_dis": 19.1,
"amt_chr": 20.1,
"amt_tot": 21.1,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"created_by": 1,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "fe307518-941a-4fc5-93a9-3d6c02ff4dbc",
"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": "1b0fead8-b97b-4f36-ba07-129a482e9448",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "eff61039-a187-47dd-ae09-49ecd89fe327",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "f52c3e64-8669-4ae8-9e83-d3606ed79449",
"id_pay": "6633289c-2dc4-41b4-a2ae-0bb21a4d00b7",
"id_money": "b93942f0-18b7-4a3f-b9ed-8fc33ca88f51",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "67ad9dea-3e80-4026-8393-1edcf6c04042",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "4767cced-6886-4bbc-92cc-7ad1fe6b0773",
"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": "e57b09d1-014e-4702-adb5-54f2da337a12",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "30b91792-43cc-40ef-8f93-2e0d41ff9f3d",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "2be067d3-7a55-49eb-8d5a-935a8f2da74f",
"id_money_2": "ed9a5cb1-8f4b-4def-b1df-78fa57038a6f",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "49309e9d-779f-4cf3-808a-878c2d2d719e",
"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": "81725942-ed54-4e58-a800-d5b827a78fdc",
"id_pay": "21827a26-8fcb-45de-a5d5-87e58e1674ae",
"id_money": "b4956972-506f-4cac-a9f1-43608317b884",
"date_cashflow": "2025-12-08T21:28:47.2797526+01:00",
"coefficient": 5.1,
"id_user_add": "9ef33a43-dad9-4c7d-8537-48631bb9171f",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "759ac861-91f0-41c5-a6b0-43bcf4e9496d",
"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": "35f6e797-4129-41ee-94d2-39a389cd6679",
"view_pos": true,
"order": 13,
"color_border": "sample string 14",
"color_button": "sample string 15",
"color_font": "sample string 16",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "b29201dd-930a-4197-aa5b-726e84e7a81f",
"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": "de20b163-8805-4737-ab1a-a7441b32494b",
"id_line": 2,
"id_pay": "ec2454c6-5abe-4272-bdd0-a9c0d9a1219b",
"id_money": "09b9cdaf-1978-4810-ad8f-b0484d6936c4",
"coefficient": 5.1,
"id_voucher": "e1847405-5c93-4b31-bc8f-1518bce29604",
"id_employee": "a3317ccc-5887-4d0f-8a23-cffcd6088c8a",
"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": "8e80eb8f-100c-475d-9a36-5adcae1a5d32",
"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": "e2cc4df3-bba2-496c-ba7e-ea85576d114d",
"id_doc": "233005d9-3ab2-44f4-b655-a1d4356d434b",
"id_pos_type": "ad7e88e4-4999-406b-ba15-38a6e92d8334",
"id_doc_print": "8d4e29e9-e798-42ce-bd83-e77229aa88de",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "c8c06789-a969-4a2a-8628-6e92e1d7107e",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "650686bc-d334-4829-b25a-3207a8623cce",
"id_pos": "05ac70c1-d31c-450f-a7c5-1fdbc7258634",
"id_mask": "sample string 3",
"name": "sample string 4",
"mode_print": 5,
"port": "sample string 6",
"baud_rate": 1,
"data_bits": 1,
"stop_bit": 1,
"flow_control": 1,
"parity": 1,
"pin_cashdrawer": 1,
"ip_printer": "sample string 7",
"port_ip": 1,
"printer_name": "sample string 8",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "4cca2abe-fd17-489c-87b0-3d874d7b8ab6",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "9e567494-d6af-4df5-9c7f-f32100ed59a8",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "9ad59dd3-9b31-4505-98a2-c24a6aefc434",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "b56b0157-425e-43f7-88a5-f272a5ee0585",
"id_branch": "bc14c3fb-724e-4968-b6d1-702ab8a9a11f",
"id_pos_type": "d9987819-d925-4f61-8b15-76184128aad4",
"id_pos": "32bb6f87-413d-4044-a882-3e59dc44c88a",
"id_item": "f3f40249-b05c-43dc-b954-9ab78b113e15",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"image_id": 4,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "4110aba4-2b98-491f-815f-14caffc42598",
"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": "3f325094-9f0f-4002-b20a-f9ff0fd7fc33",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high_row": 5,
"high_doc": 6,
"with_doc": 7,
"to_file": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "f3f22b7e-08b9-4ac5-a783-5b5f26932c28",
"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": "bea55b0e-f9a3-4d13-b6ce-891073caadc4",
"id_doc": "3283e671-5b05-4209-a6e7-342ae775d0c5",
"value": 3,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "805eb583-7f04-4566-897c-8d2c703bea4b",
"id_pos": "cc5b74f2-3657-4fbe-88ee-96b30cd656c4",
"id_doc": "906b3bfa-16fc-40d9-beb3-682ddaefbf69",
"id_branch": "24175881-9c78-4839-88be-1ce65b4aca4b",
"nro_doc": "sample string 5",
"date_doc": "2025-12-08T21:28:47.2797526+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "29e38f2a-5c50-4699-ac2f-be63bf16f5f0",
"id_loc_from": "21c30749-cdd5-40af-af29-bc5050994030",
"id_loc_end": "0047952f-bf78-43ff-a86a-37d92640e229",
"id_user_add": "7137d25e-6398-4f38-9884-838089da78d9",
"id_user_upd": "9081df32-919d-4de5-9a85-906ba5dff809",
"id_pos_sesion": "8dfcc6e1-00b7-4c06-bd55-d73f8c365f74",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2025-12-08T21:28:47.2797526+01:00",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "c5e01889-8317-4cf0-a883-bfdad09675dd",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "2cbc406b-85d6-4618-8e63-34edf32b3410",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "8d46b032-cc26-43f4-9745-121a43165110",
"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": "9a147f2c-987d-4363-ae0f-0820bc703472",
"id_item": "394c20ab-c2ed-417e-b1a3-34b24e04c09c",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "77204674-1211-4811-9e27-b3c77fd34afc",
"id_line": 2,
"id_item": "ec4429a4-f794-489f-a6bd-684a8ad12cd7",
"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": "db677460-389d-469d-879b-d5287888debe",
"nro_sesion": 2,
"id_pos": "dadc9a0d-4084-466e-9608-a97e607bf0ce",
"date_tax": "2025-12-08T21:28:47.2797526+01:00",
"date_open": "2025-12-08T21:28:47.2797526+01:00",
"date_close": "2025-12-08T21:28:47.2797526+01:00",
"id_user_open": "1d334ec0-3142-4bbd-830b-7f9d8eff7dfc",
"id_user_close": "944030dc-44b8-4ef2-9e26-eedf316aec13",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "7934dd21-60f0-4ad4-ad1d-5401b56bc201",
"order_id": 2,
"id_item": "c6615e20-9879-42fd-b9a2-f7a51b053477",
"id_item_type": "bd9f2675-a0d8-4801-bf32-9e89fe4cf3ce",
"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": "b928b099-efc8-4a04-be37-f2d06bfee490",
"type_item": 11,
"id_voucher_json": "c27d4052-ea26-402e-b195-9c7603f1966e",
"count_voucher": 1,
"id_category": "493514df-24dc-405a-ac5d-f466ef2ac268",
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "055a8111-7603-4dee-923b-ba4c88a88dff",
"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": "de437b37-1869-4e52-afcd-15f65f70152e",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "a7bd9944-c7b0-4dc3-8ae0-84dc717fcb95",
"type_pay": 5,
"module": "sample string 6",
"process": true,
"json_cloackrooms": "sample string 8",
"multi_select": 9,
"terminal_name": "sample string 10",
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "c09608c0-2961-438f-8ecf-7a325375039d",
"id_room_unit": "32e9636d-bcfc-43b0-b0bd-55a848a918da",
"id_room_list": "ee896ed9-c6f8-4c40-a9ba-13865889d3a1",
"nro_res_ext": "sample string 3",
"date_reserved": "2025-12-08T21:28:47.2797526+01:00",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"date_open": "2025-12-08T21:28:47.2797526+01:00",
"date_close": "2025-12-08T21:28:47.2797526+01:00",
"id_employee": "a9a085ad-c8f3-4bde-8d7f-600c14feed35",
"id_employee_sec": "f4b52c0c-17d2-4593-8a25-17e8cb860500",
"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": "0478c2f4-857c-4704-bb6d-56ef197606dd",
"comment": "sample string 7",
"id_user_open": "917c4685-8590-4099-9e6a-9038206d2c6b",
"id_user_close": "284831e1-922f-4f7a-bd35-8bc369de8abe",
"id_unit_state": "200165d2-31ae-44b9-a02b-2585b1b832a7",
"id_pos_sesion": "2cf55f35-38fa-47e0-af70-0a2427c914e7",
"vip": true,
"paid": true,
"send": true,
"send_date": "2025-12-08T21:28:47.2797526+01:00",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "076f1cdc-50e0-4452-8740-433319ad3866",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "02d54dd2-fcf9-4b7e-9f01-c587983852fb",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "ce77022a-2cc3-4477-832a-bc5c1318eb84",
"locked": true,
"date_locked": "2025-12-08T21:28:47.2797526+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "53f98a4f-5cc9-48be-9737-ad82b9c97f41",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "046d7e31-b1e7-4155-850a-7b507569ed68",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "1e1786b0-f9ed-42eb-b637-ca558fd579b0",
"name_pos": "sample string 6",
"id_image": "80be9875-580d-43be-aef4-80dfb6fc0a8e",
"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": "f9dd9724-1b20-4eb4-ae29-d40b6eefc042",
"refresh_status": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "c74cadcf-5bc6-4636-bbf3-0ff65e8356b9",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "9c4fb08c-0d0b-4108-bcd0-ee760668b67c",
"id_room": "53e32fbc-85f8-42de-ad96-d93f74490931",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "e68d4d91-a3e1-42ec-987f-cf5709672c52",
"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": "1591c9b1-92d0-4108-ab6b-341bb9da7268",
"id_room": "385cbc90-ec41-4f78-9184-895f621b6bb4",
"date_in": "2025-12-08T21:28:47.2797526+01:00",
"date_out": "2025-12-08T21:28:47.2797526+01:00",
"id_user_add": "9a2a4c87-9284-42d3-b9d9-19559b07cca8",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "b24d3963-85af-43d6-a136-a84dceef7e5e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "2ae40707-0a7a-4323-b7e8-99d2a933ab48",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "3f2ea941-95b2-491a-9c2b-6ed73fb9036c",
"id_room_state": "195d0747-59ab-4ef3-b396-2cd43ea389c4",
"id_image": "88e61e0b-fa12-4008-a92c-5a5f27a57ef9",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "8b393de4-4774-4227-8b56-37aae3426c43",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "21b49487-1cdf-415a-9f5a-e5a84d892863",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "b4df3057-f607-4962-9f6d-3d563da3b912",
"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": "3de00eed-c0b4-4e46-84e3-de5bc58e6b8e",
"id_pos_sesion": "d81fa8cd-3938-4889-860f-78c125afd5e4",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "c0448054-8b2d-48c2-b2a0-166e03d6f8a8",
"id_room_unit_activity": "1fec5d9f-ba7d-4ed2-b060-dffdc491ca9c",
"id_doc_sa": "2f03f7a4-3347-4e72-83db-7fbe2d51d6df",
"id_pos_type": "4b58eaa0-b3a1-442b-a55a-6d03296a59c4",
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "bdc99141-a664-4d12-9fbf-992f30c9c872",
"coupon_id": "sample string 7",
"terminal_id": "sample string 8",
"card_name": "sample string 9",
"card_bank": "sample string 10",
"card_number": "sample string 11",
"client_name": "sample string 12",
"money_type": "sample string 13",
"merchant_id": "sample string 14",
"aid": "sample string 15",
"auth_num": "sample string 16",
"authorization": true,
"signature": true,
"contactless": true,
"date_hour_pay": "sample string 17",
"terminal_name": "sample string 18",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "1b433c03-7c83-4128-950e-e0395d47f513",
"id_user": "debda98c-edda-43c0-8eed-76d9b9c87728",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "f626fe70-65d9-4f78-bed4-d4eabdbebd21",
"id_user": "86681c32-0167-4ef8-9e92-7c0704c7fce0",
"date_add": "2025-12-08T21:28:47.2797526+01:00",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "bed8c794-a8da-43fa-8fde-b0d2edb1977e",
"spool_server": "sample string 2",
"id_doc_sa": "3673bc89-9a6a-4ce1-9898-6106567757d3",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"printed": true,
"print_on": "2025-12-08T21:28:47.2797526+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": "fac9fb16-6126-46db-9084-fc908ddb11f5",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"id_branch": "538531c9-3642-4f10-8795-27183a764198",
"id_pos": "a6da683a-ad6d-49e3-9eee-2f8a53fd3177",
"id_list": "4237d9d9-0532-4a6b-b2c0-9a4fcdab32aa",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"id_user_upd": "9e5edfa0-8c32-493c-a3c9-ab21d30122be",
"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": "665feb39-4eb5-4b7a-b268-caff242c37d0",
"id_pos": "c30390b1-a4b2-495d-a93f-dd8342d9c909",
"mac_address": "sample string 3",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"key_access": "sample string 5",
"id_user_add": "8a595bfb-3053-4c45-a31b-8cf9263320aa",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "660ce824-3b35-409d-8220-6192ba7def73",
"id_pos": "b865989d-a694-48cf-9197-c533be2b2c73",
"pass_required": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "1536fd45-6239-48ac-8bd1-66cb7609af4f",
"id_pos": "3db84e52-dce3-45f4-a116-ee7c39651de7",
"date_add": "2025-12-08T21:28:47.2797526+01:00",
"date_upd": "2025-12-08T21:28:47.2797526+01:00",
"date_out": "2025-12-08T21:28:47.2797526+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": "92cd46b1-b391-4f3b-a6c6-de8568511c91",
"id_user_add": "221b1bf9-54b3-4024-b5c4-08707c246507",
"id_table": "1da0888b-e469-404b-afc0-027e26a42e61",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "d4dc72bf-b196-442d-9bcf-5e3c4263a9b0",
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "66fb5adb-b306-4c2a-a897-78cdc79e7409",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "2f82247f-01f3-4852-ba1f-175f9a29b8df",
"id_sync": "4db9abe3-d61a-4587-b922-59ff6c36ea94",
"json": "sample string 3",
"id_table": "3ea5e6f0-6bdd-464c-a2b9-b8f39f238e47",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "ae6feba4-260d-4318-b42c-1d56082ff02d",
"id_branch_from": "f09dafba-a341-4621-8041-748cdf6f940c",
"id_branch_to": "1c89e8cd-854c-4b87-9a7d-5bf2f6390819",
"type": 4,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2025-12-08T21:28:47.2797526+01:00",
"send_on": "2025-12-08T21:28:47.2797526+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": "28c4738c-eb4d-4824-af8a-a76fb7952a2f",
"id_pos": "ed07ddec-bb36-45ac-b622-2a7d3d614881",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2025-12-08T21:28:47.2797526+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": "ab37bd8a-c91e-49f5-999d-2478106bb771",
"id_line": 2,
"id_item": "8a80e2b7-c578-4f5e-abfb-657e493b8a95",
"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": "f315ad5e-0da4-46eb-8601-3d87d4bfd713",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"date_used": "2025-12-08T21:28:47.2797526+01:00",
"id_employee": "0e81175a-296d-49f5-b2e6-980840b27d24",
"id_branch": "5b2a7de6-f890-46f3-9271-7d9ccc9417d5",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "b05617eb-77db-4b5d-8dfc-e95e2ebf6381",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "2a800e64-7b5b-4a39-95b1-ee4e953e4eca",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "c5e51de6-e0eb-4b67-aba3-c9338900281a",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "2fbba58b-1357-4c05-8c18-8ca3aa19c48a",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"font_bold": true,
"font_underline": true,
"font_size": 16,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "4879124e-f7ac-4b00-8c34-eae347638189",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "49c29444-1cd2-4259-9a79-e0d041b79037",
"id_function": "7ced124b-ef1b-4886-a4bc-942d8cf33dfa",
"id_user": "f3fb043e-e415-4bf0-b77d-dcf1ae4de063",
"id_profile": "f501d275-7141-433b-a014-32da0013eb56",
"permission": 3,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "a9f4e5bb-6618-42e0-bf01-185e9f2c75cf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "090fecdd-a16a-41fe-8e82-c9e29ec2c420",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "cc89eb74-4c37-4772-bce3-e3404ca667f8",
"exercise_id": 2,
"period_id": 3,
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"state": "sample string 6",
"created_on": "2025-12-08T21:28:47.2797526+01:00",
"last_update": "2025-12-08T21:28:47.2797526+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": "37690699-d6fe-4497-a10c-acd1ca519b43",
"token_id": "sample string 2",
"id_user": "7ec5e44f-95fb-4dfd-8661-ae3de543d73e",
"date_from": "2025-12-08T21:28:47.2797526+01:00",
"date_end": "2025-12-08T21:28:47.2797526+01:00",
"created_on": "2025-12-08T21:28:47.2797526+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": "65028141-6588-4607-bf3a-34f361404852",
"id_room_activity": "af7d3af5-927a-42ed-8478-ffdcec82884c",
"id_pos_sesion": "8763cb3b-7033-46d9-9b40-e2471525977c",
"log_text": "sample string 4",
"id_user": "b1a58e05-bb6a-4d15-a9a1-4b3d492d9bb8",
"created_on": "2025-12-08T21:28:47.2797526+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"
}
]
}