GET api/Mt_Items?id_list_price={id_list_price}&id_pos={id_pos}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id_list_price | globally unique identifier |
Required |
|
| id_pos | 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": "a0e630f3-2dc2-4a94-b745-3cef62d1ce8f",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "98f84251-64e1-4568-8ced-0bc7814802e9",
"id_unit_sec": "32ae432a-1f23-427f-9027-52fb00279485",
"id_brand": "5f9422ee-0c36-43e9-9fa2-c0e9484d52e5",
"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": "63925ed9-2d44-4737-ae2f-b786c6f75f04",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "28a9d972-0243-4a86-9636-600b54cc8076",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "f74a5d9e-aa3f-469b-972c-6137cf15afd5",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "2f4dab55-62fa-45cb-81f6-efbc49f00303",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "fdec7bdb-7244-4a53-8efa-191a42a5968c",
"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": "1f2ec4b7-14fc-4d65-acd2-a18cf546b6c3",
"view_messages": true,
"id_image_photo": "aef4551d-f38d-41b9-9e58-57105c276a32",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "24c3565f-87ff-4c74-a524-ad8ec0f6548b",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "8e587f77-b9ae-4711-8b7c-e5f411767885",
"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": "5e73158e-a449-4ba1-adb0-fa7f9909b750",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "afcb66c4-e667-4558-bad3-40e962fa4e7b",
"commited": true,
"st_images": {
"$id": "5",
"id": "2cb66706-dffe-4565-91bd-9fe6ab834952",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "cc3569dd-7984-477f-ac6e-37a6b1277f54",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "765710c1-0b17-40b3-8821-a08a8166f43b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "5f2ec552-aa65-4bd0-af8e-2746008f4e46",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "4846ad97-75f0-44f7-bcd3-ff9ce24dbeb7",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "e160747c-a5ea-43cf-9e8e-b4ff1aae3801",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "f7927b81-9590-4a5a-ac27-492044157a6e",
"id_item": "8a523288-ca42-4a43-984f-a48000c53112",
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "01edf363-9415-4219-8da0-9568de7147cd",
"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": "0d60c891-9394-4025-818a-db19243f5711",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"by_amt": true,
"by_pcg": true,
"ap_amount": 1.1,
"ap_percent": 1.1,
"ap_price": 1.1,
"ap_price_min": 1.1,
"ap_price_max": 1.1,
"id_branch": "458a26f6-1c58-4d73-81c7-1efce9adc216",
"id_pos": "c3fdb14b-7f8d-4bbf-9483-bdec1d528676",
"id_list": "ca3d23ea-a89c-4cab-a6ce-713c4b8c7532",
"id_item": "f4f9262a-160f-41fb-a40a-dc4474fba4ec",
"id_item_type": "6efd4559-30af-4f16-84c6-ab2a6cd05a48",
"id_category": "748ea21b-460c-449d-b9bc-708bec9bf4f3",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "13842c85-61dc-4348-8a68-c307911131c5",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "10777e11-d7c4-4770-9994-78d6fe36af35",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "853ef155-72b9-45ad-933d-0268f1414dd2",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "e5a568ea-0fd2-4ac3-8ac2-63606c0a06b7",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "bc4eea5d-d4ed-44c2-b3f3-2c3e6b5d5021",
"id_line": "e3b66d98-3b7b-4280-af47-4adb8370db87",
"id_category": "9950bee1-32f7-4c64-bfb0-5a7f194e872e",
"id_item": "bb495872-ae4d-4708-accd-3b10d37095db",
"id_item_type": "db2d9ba4-8fb8-4e45-9f13-9cb70a6fade5",
"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": "ccdd84b5-593c-4cf5-bfa5-523d20273c24",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"date_used": "2026-09-06T06:48:12.1244401+02:00",
"date_sesion": "2026-09-06T06:48:12.1244401+02:00",
"id_employee": "18c52dde-6bf2-47ba-aff5-7e4aaccbee78",
"id_branch": "8f8f176a-f39a-45eb-a9a4-0f9bec9fab43",
"id_voucher_permision": "20a6e096-0da4-45c9-acc0-0eadb13676d6",
"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": "b9580333-4dff-4561-9810-ff46a4a9c6f9",
"id_user_add": "1fa5e2ed-83f4-4cc9-9c84-1863883c2705",
"id_doc_sa": "afe142e1-385a-492c-9075-46391466e072",
"id_item_sub": "9f1b8d74-f1f7-4a63-aa13-f10c0162a02c",
"id_pos_sesion": "7d15e168-718e-4ef6-ad06-89d8e1300943",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "04b035ad-49f8-4a71-8fcc-22e6be502bf4",
"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": "2eee6693-77e2-4ff6-a0ed-7f35b6f80035",
"name_pos": "sample string 12",
"id_image": "21670663-efa3-4a9d-affe-b18f027678dc",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "36b670a7-542e-4160-8766-378af1645762",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "dfd54033-9bb6-41b1-ad7e-a0666789da34",
"id_branch": "f9088fb5-ea99-4273-9112-14bb48622a88",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "da213c99-4469-412e-9701-8ce2e393860b",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "36b61686-c79b-45f8-9013-976ee2cb1911",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "45b22265-4bc2-45c6-a74b-50ee03f7406d",
"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": "85a620f2-878c-4a5a-8177-90173fff36fe",
"id_line": 2,
"id_item_sub": "d4718749-759f-43bc-89cc-636b4410fbc4",
"qty": 4.1,
"id_list": "2a640efb-34ff-4e13-887f-2df59d5fc653",
"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": "744faee5-e841-4fb7-bd03-96e663b22452",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "e00283cc-6649-494a-92f8-94868e8b87f9",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "3f5f3b17-1afa-4c9e-b3a3-5c50626ee680",
"id_user_upd": "51df0ce0-0801-4f32-8f79-1e2aafb0f509",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "5e514ddf-7864-4d5b-b355-c17b0e1a5f95",
"id_item": "6f26e22d-41b5-428d-93ce-b56629960181",
"id_item_type": "0531ac02-7c7a-4b8c-adea-107f418ac1c6",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "bd2c4436-72c8-42e9-a8f9-c1ce9c31d849",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "abd26880-1e28-413b-917f-3bd9859506eb",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "4dfc9937-a5bd-448b-939a-5859f8695529",
"id_item": "e7d6d39a-07c8-426e-b759-8933a1ea107b",
"group_id": 3,
"id_unit_ref": "8b700572-2025-453c-a3fa-9817a5299aae",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "7a1f2051-5969-441a-bf8e-2ec559b9ecb3",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "6e069f09-983b-4c8c-9825-bc470880d77e",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "b2e61df9-21d1-4041-8f69-2ffdc26a9bf2",
"commited": true,
"mt_units": {
"$id": "19",
"id": "485c09fb-2630-4987-a13a-afa6b40fb1b8",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "ece3ff2b-f373-4827-b7c7-01d7ca0fc9f0",
"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": "a1ad7a01-3f6c-4154-a543-a10fc7fd61c9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "ae3423fb-2fee-469b-98f1-b056898f3437",
"id_doc_print": "4975ab81-d4c4-40b5-936c-ae0902406e87",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "df610a28-d424-48ae-871f-6e3e04c5888b",
"id_item_sub": "3df98f51-b3ea-4426-8f6e-edb581c776de",
"validity_date": "2026-09-06T06:48:12.1244401+02:00",
"price": 4.1,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "4baed48a-0df7-488c-94c5-26d657757e2d",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "5d457d8b-e4bb-45ee-b247-fbcd53b08fc0",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "802e6d90-ff02-4555-8a37-f522d0da64c4",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "4caf8562-8ab5-44b3-a3f3-66b4b6a27cfc",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "9df5dbe1-36da-48ea-9b90-0f93d33bc9d4",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "b86bcf4c-ad88-4e42-8608-cb1746f80a0d",
"id_pos_type": "d13a7918-9424-425d-9f99-77118aba5c88",
"id_price_list": "6e42a4d4-9065-4790-8edc-2bd851a2dbf6",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "33056375-38a7-4d73-bcbe-c007b7936928",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "35da787c-53d2-48b4-8944-8640ccb914ac",
"id_pos_type": "2a7669ba-cee1-4558-b067-9cd41d986689",
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "1276ab5e-6acb-4fe1-a46e-ef134ee939c5",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "663d2a00-f90b-47c9-a1ba-ad296d4a5877",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "9cf1cbfe-7cd7-4016-b12e-bad8cd47d4ea",
"id_zone": "de588878-708d-40bd-8b7c-dc014fbbcfc1",
"user_required": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "dd5a0c3a-a920-414a-89ae-8d75b727ccc2",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "f2ca06b2-5ca0-4a34-bd44-9aac7a87af32",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "94bc167b-543b-48f6-918d-fce035c6a9b7",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "a55d9c2a-a2bc-4756-a6d6-7ba59b9b2300",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "345890b3-3fea-4da0-9238-1382acf58271",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "ff43654f-923c-49d0-8601-c3e456f40d60",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "55c4d50b-e628-453d-8e23-4c350bebb83c",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "37b70aaf-ec3e-4261-8322-6d19a411feff",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "cf0f917f-87d0-4c2e-abd1-016336649087",
"id_cloakroom": "ee914163-ad6f-40ee-a0e6-a59d7ab53562",
"id_pos_sesion": "c6e57bcc-bfe0-4552-b72a-dbacd5b93850",
"unit_id": 4,
"date_open": "2026-09-06T06:48:12.1244401+02:00",
"date_close": "2026-09-06T06:48:12.1244401+02:00",
"id_doc_sa": "4d6955e7-d625-40bf-8f06-c3ed56caa4ca",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "afedbd1d-00f4-4413-ae7e-e1197811528e",
"id_pos": "f91b636e-ef0c-4c77-b255-87b917fb04d8",
"id_doc": "212011c6-d12e-467c-b4ad-c99b63af94a0",
"id_branch": "d3f19b16-c434-4b46-9d93-9b296cf7f52e",
"nro_doc": "sample string 5",
"date_doc": "2026-09-06T06:48:12.1244401+02:00",
"date_tax": "2026-09-06T06:48:12.1244401+02:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "a0ff7c62-198a-4656-9e5f-75a753272a34",
"id_relationship": "88e0c0ec-3ee6-4341-92a1-40b0c5df64b4",
"id_loc_from": "24af5f9c-50c0-4207-b763-f74aaf856742",
"id_loc_end": "c788691c-5ddf-41b7-a45c-7f7c40ea0a0f",
"id_user_add": "0a67b071-3ef7-489b-b8a6-a7a009e89951",
"id_user_upd": "5abab5d5-f9fa-4a9c-a262-830930416d86",
"comment": "sample string 12",
"id_pos_sesion": "763fa308-5dea-4217-ab56-10c226b40203",
"id_room_unit": "af1c0a92-eda6-415c-8087-67d7b2a3c031",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "2804f827-6e90-4161-8a4d-fdb4d870434c",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "fec44125-ea17-4fd1-b134-19f2abf12fe5",
"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": "1ac2085f-cf1a-485d-9e45-7adf8f90b4b9",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "96277e58-4829-47be-8d57-c735c63ed53f",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "ea1d4f71-2583-4e26-97b8-589353732d99",
"id_pay": "9ab1b49d-a78b-4445-aa58-c0467bcb2c95",
"id_money": "15beeae7-32db-42bd-a3be-b8eff9183f33",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "46c29d34-978b-44b9-a47c-d5bdeead2fcb",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "79363d55-1750-4028-b95a-e754194797de",
"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": "17b581f2-9462-4f71-965b-fe64af1e895b",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "c5f70e0f-6626-4df6-9ddc-0f4045be9390",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "b4c42501-810c-4867-b4a1-65aa43c9af3e",
"id_money_2": "a1b3c602-82cd-4335-ae20-d6e83d56bc24",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "61ccbd53-6f4a-4c20-8d92-914b24805925",
"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": "7fbcc391-1f93-41b0-8bce-a9c30319f749",
"id_pay": "7692a83b-48da-4365-b5d0-77ba1a2858f6",
"id_money": "69a4ad36-e747-487f-837d-d389774ceba8",
"date_cashflow": "2026-09-06T06:48:12.1244401+02:00",
"coefficient": 5.1,
"id_user_add": "38322a2c-3395-4e5c-8646-0828e6883a5a",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "adbe1270-8c0d-483d-8594-71e366b4cf43",
"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": "e6082765-9b10-4bf9-98b3-8de25af893d6",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "370abce8-f654-43c9-8dc3-c656a1b73257",
"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": "9e4b40a7-340c-443d-8018-4db5622a5ebc",
"id_line": 2,
"id_pay": "7007be3e-f275-4051-b012-229a26574b15",
"id_money": "c8c36a72-642e-4b57-a869-aed0846e26fd",
"coefficient": 5.1,
"id_voucher": "66773619-e466-4f2d-b024-42f7e702897c",
"id_employee": "ee4f58e4-8e0f-4530-9634-8fe35ff74cbe",
"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": "b7a3e78a-d73d-4d2f-bfdb-88e8ea4ed7ed",
"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": "e36759ff-62ae-456f-9529-c3c9a75b3f46",
"id_doc": "da504a13-e828-4ff3-b1ae-ee50d5da855b",
"id_pos_type": "e3e6a6ee-8ff4-4d72-ab2a-ca0b987ed531",
"id_doc_print": "f852bb12-3aeb-4fd6-aa10-1dd7ccbd52db",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "d3c35713-48f2-49cf-afe3-b795be6a63ec",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "74a26915-3a24-442c-bf10-d1d403fc5621",
"id_pos": "55184e7c-090d-4894-9433-3d20f06ccc98",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "c9db4d41-596e-494b-931f-0f8f5f4ab78b",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "86b25687-aa99-4c71-a104-be1859a8dcf2",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "71d01bc5-b215-42e1-9a12-20d017368ab9",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "f1863f08-cb97-4f80-aee4-05d6171f7345",
"id_branch": "0923f75f-25c6-4609-8fb6-e4ca2bbaafa3",
"id_pos_type": "7df8d476-db44-449b-968c-646bcb09e477",
"id_pos": "05608737-1a27-41db-87d0-7c96ef168b04",
"id_item": "69ffe176-7c5a-4cb3-a08d-a1fa2f63dc67",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"image_id": 4,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "655cc06b-dc77-4ddb-a3e9-5195ee945465",
"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": "4d7f5946-0627-4105-8617-239dcffcd829",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "7ce2ab61-641f-4042-875e-61b2677ef88c",
"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": "111777be-833f-41cf-b95e-16293506c67d",
"id_doc": "8711c5d5-c7bc-4bd4-b9ea-deb5d91ea1a3",
"value": 3,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "43"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$id": "44",
"id": "dc451369-13ff-4b94-8294-618f54e5e8fd",
"id_pos": "52f0d89a-c62f-40bc-b1ac-3518f8c614df",
"id_doc": "ec8712bd-332a-4d5e-b585-c44dd36742f7",
"id_branch": "9d071a22-4754-4514-918a-cb0f0332bf10",
"nro_doc": "sample string 5",
"date_doc": "2026-09-06T06:48:12.1244401+02:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "045ab151-9159-4bf3-953e-1c1e4700f0c8",
"id_loc_from": "ee45a8ff-0f04-4244-b733-9b91714c68a5",
"id_loc_end": "c9a9edc2-2a56-47ea-8833-eb074fce9618",
"id_user_add": "a4c0807e-94a6-4e84-aa52-0b7934bd030e",
"id_user_upd": "7966b85e-3971-4a09-b9c5-d9b32b727949",
"id_pos_sesion": "4f757522-b866-43c2-a47d-ebde4fc2a1b6",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-09-06T06:48:12.1244401+02:00",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "c4633650-229e-49bf-99e5-838d57e3419f",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "56edf98a-1c6e-47e0-a37d-1e1492e846d5",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "9f979513-5b0d-432f-970f-21388adddb68",
"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": "44f33cdb-141d-44f8-853b-09af577ce8a1",
"id_item": "d93d5888-b8f3-4603-813f-cc54b1f42315",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_locations": {
"$ref": "45"
}
},
{
"$ref": "46"
}
]
},
"mt_locations1": {
"$ref": "45"
},
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_st_det": [
{
"$id": "47",
"id_doc_st": "f9116702-7f5b-4419-8248-b2adbd3a9ecf",
"id_line": 2,
"id_item": "11ad7b11-7967-4566-8d47-e60166b2fdc2",
"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": "a3cae09d-70c6-46e6-a0b6-1eb12d40cf72",
"nro_sesion": 2,
"id_pos": "439bc4e1-b6d0-4213-b2ed-017d6c5d881a",
"date_tax": "2026-09-06T06:48:12.1244401+02:00",
"date_open": "2026-09-06T06:48:12.1244401+02:00",
"date_close": "2026-09-06T06:48:12.1244401+02:00",
"id_user_open": "4cf2aa12-e493-4205-bb7f-2411aa027c89",
"id_user_close": "d4ee2eb3-b8bf-4605-92df-e17ffac644bc",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "9509630c-2fd6-47ce-9bf7-13815cf90c45",
"order_id": 2,
"id_item": "98e6a82c-6597-42d0-91a5-4abf40978c42",
"id_item_type": "dad6b0a5-2170-43cd-a17b-95775e977ea9",
"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": "06130125-dcb1-40a8-b1fb-341deda37a5c",
"type_item": 11,
"id_voucher_json": "48852c51-6b84-47db-b326-0c3593dd765f",
"count_voucher": 1,
"id_category": "7edd9a51-f404-494c-98e1-4aeba759145d",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "96ae487f-6590-4fdf-99fa-3cc7cf8d6841",
"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": "15cf3c5b-7c33-413e-be10-c286d53e6f86",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "7d12eabb-66bc-4761-a7e9-1df6af080581",
"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-09-06T06:48:12.1244401+02:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "12b653d7-0c95-466b-9a1e-a9f0191317f2",
"id_room_unit": "1f3cdf66-aacd-45d4-a3a6-02b56335697a",
"id_room_list": "78fc09c1-4b6e-49be-a567-ac30934108d3",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-09-06T06:48:12.1244401+02:00",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"date_open": "2026-09-06T06:48:12.1244401+02:00",
"date_close": "2026-09-06T06:48:12.1244401+02:00",
"id_employee": "c891b06c-d351-48b4-ae60-735705fddba6",
"id_employee_sec": "9c329d60-bf25-4a88-ad70-78da7db8fc92",
"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": "67354462-f93b-470b-95fe-d3ab63d34c32",
"comment": "sample string 7",
"id_user_open": "2b4f36d6-9f15-47b5-aede-bb8106e42dcc",
"id_user_close": "75eea62d-d930-47c3-ae44-1397976044b0",
"id_unit_state": "011b0d11-5997-4db3-8641-006c7ea0fc56",
"id_pos_sesion": "9f911dcf-b717-47a4-bd16-5b028da8b39f",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-09-06T06:48:12.1244401+02:00",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "d3c51d65-0dce-4c54-b03f-c00a9c3edd44",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "8f211db4-b963-4576-92e4-43cc2cd6a46b",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "a6a6a409-4355-49f8-9d3e-bcb1af7c8bdc",
"locked": true,
"date_locked": "2026-09-06T06:48:12.1244401+02:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "b79dfdb5-0b60-4c6d-abba-538235748ce3",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "fd103c1c-9397-427f-b763-809f54fa5fdf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "3fc6430b-f6e5-49db-9529-fce074a39824",
"name_pos": "sample string 6",
"id_image": "0f7685d8-cd9f-42b7-9827-ba4e2b54c504",
"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": "890ab720-7850-4463-94b8-7d58cf44d7cd",
"refresh_status": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "663c3aa8-9e23-4fd4-bcea-1843a6301f3d",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "f8a0d618-970e-4104-97b9-81d6108f9171",
"id_room": "01e8993b-5725-46ab-8973-402bd30ae403",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "341f6dda-d604-4782-8bf4-2a6afbee8fd9",
"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": "b222cea4-d554-42bd-b4e3-18ed8911a553",
"id_room": "c878286c-a42f-41a9-9db7-6c039aa7bfbb",
"date_in": "2026-09-06T06:48:12.1244401+02:00",
"date_out": "2026-09-06T06:48:12.1244401+02:00",
"id_user_add": "d97be5f3-94a4-464a-8502-c01ab9e89d5d",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_rooms": {
"$ref": "53"
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
{
"$ref": "55"
}
]
},
"mt_rooms_units_types": {
"$id": "56",
"id": "17e042f1-7b7a-425f-b880-675fc0c409a9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "aa6c09e4-640f-4e1f-bc22-631376d2a01e",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "c14132cf-1afe-4363-b38e-be2bdd0d8f62",
"id_room_state": "564919cc-bf9b-43f4-b3c1-a102fb10c82e",
"id_image": "90c92708-319f-4ac2-a1ce-ccb343ad18cb",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "9419fc15-70c3-45d1-a6e6-0ea58466a321",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "e191f5bf-8614-4b22-b4c3-5f61d6ae5f18",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"color": "sample string 5",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "63838d1a-9654-47b1-90d3-906442130477",
"commited": true,
"st_users": {
"$ref": "3"
},
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_types": {
"$ref": "56"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "57"
}
],
"st_users": {
"$ref": "3"
}
},
"st_users": {
"$ref": "3"
},
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_rooms_units_states": {
"$ref": "58"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_sesion": {
"$ref": "48"
},
"tt_rooms_list": {
"$ref": "55"
}
},
{
"$ref": "51"
}
],
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_tips": [
{
"$id": "59",
"id": "3026a24e-7e03-40ce-a2e0-16dd15fd22d6",
"id_pos_sesion": "5c92c4ac-70b1-437b-87f2-c3002c21e225",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "fdd2a98a-8807-448e-b76d-1289e95ce418",
"id_room_unit_activity": "396da3e7-90c2-4be4-af36-6927612b09ca",
"id_doc_sa": "c451178e-16e1-48db-ba9d-1796630890b2",
"id_pos_type": "e4f3c5bc-92c4-429b-88e7-fe458162d5cd",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "18860301-f08c-40a1-95c5-8aa61ebe0957",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "03f86a86-8538-458c-9be0-c83e58e51d22",
"id_user": "69aaca5f-24ad-4de0-b053-e42bbac5d6dc",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_tips": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
{
"$ref": "59"
}
],
"tt_pos_sesion_users": [
{
"$id": "61",
"id_pos_sesion": "1ce5edfe-72e4-4513-bb3a-6a98faedf07f",
"id_user": "76b94d91-0d2a-4be6-83a9-0bcae76e6c47",
"date_add": "2026-09-06T06:48:12.1244401+02:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "61"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_cmd_connection": [
{
"$id": "62",
"id": "e366dfa2-4396-4192-9de6-d059136b8659",
"id_user": "180ac164-df0b-45df-967f-e71c60104a1a",
"id_user_profile": "064e5106-25b9-438a-b433-1bfd29c10ef5",
"locator": "sample string 4",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"id_pos_sesion": "d599417d-a937-4231-be9d-121234b526cc",
"date_login": "2026-09-06T06:48:12.1244401+02:00",
"date_logout": "2026-09-06T06:48:12.1244401+02:00",
"terminal_id": "sample string 6",
"terminal_type": "sample string 7",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"st_users_profiles": {
"$id": "63",
"id": "e50ada9c-d538-47fc-86e7-75f1ce7410c7",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"is_view_all": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_permisions": [
{
"$id": "64",
"id": "7bd9428f-2d35-46b0-b1f2-7d0b808d8a47",
"id_function": "1eb5e20f-bec7-46b9-b917-2327931cf0b2",
"id_user": "4196a4f2-2af4-4d17-a9eb-7813864fe118",
"id_profile": "7d830bca-b70c-4841-8000-171b1170e518",
"permission": 3,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_users_profiles": {
"$ref": "63"
},
"st_users": {
"$ref": "3"
},
"st_functions": {
"$id": "65",
"id": "5690ebf9-25d9-47de-b1dc-997e6889a632",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "26d3de04-ca83-4079-b67d-2f3fd6ce1aa3",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "bb29f934-6ede-4fbe-8ba6-618cb50448d7",
"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-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_functions_groups": {
"$id": "66",
"id": "d136090c-1a61-41d0-aded-776e83cb5357",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "64"
},
{
"$ref": "64"
}
]
}
},
{
"$ref": "64"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"tt_cmd_connection": [
{
"$ref": "62"
},
{
"$ref": "62"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "62"
}
],
"tt_cmd_messages": [
{
"$id": "67",
"id": "697ac931-02ee-43a7-bce9-b8fa5c4bfceb",
"id_user": "97ec0e37-b6e7-4476-8ef5-a3978275b24b",
"date_add": "2026-09-06T06:48:12.1244401+02:00",
"destiny_type": 4,
"id_key": "b60d29ca-b7e6-4d4b-bc0c-7a1f73941d9d",
"message": "sample string 6",
"message_view": true,
"date_view": "2026-09-06T06:48:12.1244401+02:00",
"id_pos_sesion": "0f5dfbef-2645-47f7-a724-a1d8b6efe456",
"terminal_add": "sample string 9",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_users": {
"$ref": "3"
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "67"
}
]
},
"tt_rooms_units_activity": {
"$ref": "51"
},
"tt_spool_doc_print": [
{
"$id": "68",
"id": "19286896-bdc0-4a9f-bcb2-05655f71ad20",
"spool_server": "sample string 2",
"id_doc_sa": "36da28bb-251c-4cc3-adcd-d3baf76231fe",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"printed": true,
"print_on": "2026-09-06T06:48:12.1244401+02:00",
"tt_doc_sa": {
"$ref": "29"
}
},
{
"$ref": "68"
}
]
},
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "28"
}
]
},
{
"$ref": "27"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "3"
},
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_list_rules": [
{
"$id": "69",
"id": "1004a508-625a-4a44-946c-6980d4972c45",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"id_branch": "dfa26fbf-a0f9-4ece-a301-877e92487a03",
"id_pos": "d006f477-f196-46da-82e9-00936b88c5d1",
"id_list": "bb420e4d-a79b-4a0d-a1ff-5baf6249d304",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"id_user_upd": "8471b4ba-eccf-4071-a25c-133945f68a61",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"st_doc_num": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"st_pos_license": [
{
"$id": "70",
"id": "e48352d8-1838-41b5-8cd7-d300ce1b1968",
"id_pos": "6e4c6e57-593d-4215-9add-3b3257db6f41",
"mac_address": "sample string 3",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"key_access": "sample string 5",
"id_user_add": "0dffe7b5-414d-42eb-bd25-ef570154c91d",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$id": "71",
"id_user": "e6184d3a-5ef2-41de-96ee-ed023fbeb5ee",
"id_pos": "9ac6b846-a781-49c3-8132-44106d32c967",
"pass_required": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "71"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_pos_connection": [
{
"$id": "72",
"id": "8d9d45c7-5c91-463e-b96a-94ff84e6f8bd",
"id_pos": "6479bb46-b822-4b33-aec2-6ff0d2b4694a",
"date_add": "2026-09-06T06:48:12.1244401+02:00",
"date_upd": "2026-09-06T06:48:12.1244401+02:00",
"date_out": "2026-09-06T06:48:12.1244401+02:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "72"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"mt_branches": {
"$ref": "4"
},
"tt_logs": [
{
"$id": "73",
"id": "f43e1c08-f402-42b1-84b4-7279d8217a94",
"id_user_add": "2996a76a-45c3-4204-aa57-d028c28869f9",
"id_table": "21737ed8-4493-4043-b548-294300b74e7a",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "96b715b1-219c-44bf-8082-1dc5df60e3ba",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "74",
"id": "3f6ebb21-d152-4a16-b223-310811252c94",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "75",
"id": "917224f4-bf2c-46f3-a23f-b91441d26747",
"id_sync": "122bfffa-8043-43ef-89ff-64ccbc6ccbeb",
"json": "sample string 3",
"id_table": "3ce77cba-91d1-4fc4-8eae-48658ce3ea8f",
"order": 5,
"st_sync_packages": {
"$id": "76",
"id": "90664d2f-e24c-446b-b28d-ba5280b06d97",
"id_branch_from": "2d224705-1e27-435f-8df7-afcc73ef7948",
"id_branch_to": "5b6b6d73-66c1-4142-b07c-b3e72909294d",
"type": 4,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-09-06T06:48:12.1244401+02:00",
"send_on": "2026-09-06T06:48:12.1244401+02:00",
"mt_branches": {
"$ref": "4"
},
"mt_branches1": {
"$ref": "4"
},
"st_sync_packages_det": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"st_sync_tables": {
"$ref": "74"
}
},
{
"$ref": "75"
}
],
"tt_logs": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "73"
}
],
"st_local_variables": [
{
"$id": "77",
"id": "9dcdb26d-ab08-4f45-8a3e-2dad2e5b687a",
"id_pos": "e7f35d6f-330a-4e71-9237-185ffc08344b",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_pos": {
"$ref": "25"
}
},
{
"$ref": "77"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
]
},
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_types": {
"$ref": "39"
},
"st_users": {
"$ref": "3"
}
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "23"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list1": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list2": {
"$ref": "22"
},
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "21"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
},
"st_users1": {
"$ref": "3"
},
"tt_doc_sa": {
"$ref": "29"
},
"tt_doc_sa_det_stock": [
{
"$id": "78",
"id_doc_sa": "e55c0c4b-99f2-40c9-845e-17d6740da437",
"id_line": 2,
"id_item": "2d7779ef-a781-43fb-b6ad-b205f8e69415",
"qty": 4.1,
"mt_items": {
"$ref": "1"
},
"tt_doc_sa_det": {
"$ref": "15"
}
},
{
"$ref": "78"
}
]
},
{
"$ref": "15"
}
],
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$id": "79",
"id": "a9511757-d403-4363-95d5-95c523ae076d",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"date_used": "2026-09-06T06:48:12.1244401+02:00",
"id_employee": "3fa5bb79-ae24-4d92-a93b-2aa3b56f2249",
"id_branch": "6b138c6d-460d-4272-9015-d633dd5aeda9",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "7c3de923-5df7-480e-94e6-1607fefe5377",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
},
"st_users": {
"$ref": "3"
},
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
{
"$ref": "79"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
]
},
"mt_payment_types": {
"$ref": "35"
},
"st_users": {
"$ref": "3"
},
"tt_doc_sa_pay": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"tt_vouchers_permisions": {
"$ref": "79"
}
}
},
{
"$ref": "10"
}
],
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_pos": {
"$ref": "25"
},
"mt_prices_list": {
"$ref": "22"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "8"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "6"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms1": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"st_images_types": {
"$id": "80",
"id": "bc365462-dede-4ce8-8e1a-640d11002d3a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_images": [
{
"$ref": "5"
},
{
"$ref": "5"
}
]
},
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"st_users": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"st_users1": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_employees_branches": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_periods": [
{
"$id": "81",
"id_branch": "cba2f80d-effd-47d1-bf4c-2ca94ba1571e",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"state": "sample string 6",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"last_update": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"mt_branches": {
"$ref": "4"
}
},
{
"$ref": "81"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"st_sync_packages": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"st_sync_packages1": [
{
"$ref": "76"
},
{
"$ref": "76"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_vouchers_permisions": [
{
"$ref": "79"
},
{
"$ref": "79"
}
]
},
{
"$ref": "4"
}
],
"mt_branches_zones": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_brands": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_categories": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_cloakrooms": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_employees": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_employees_profiles": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_items_types": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_locations": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_money_rates": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_money_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_payment_types": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_pos_prices_list": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_pos_print": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_rooms": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"mt_pos_types": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_pos_view": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_prices_items": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_prices_list": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_prices_list_rules": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_rooms": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"mt_rooms_units_types": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_units": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_units_ref": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_images": {
"$ref": "5"
},
"st_images1": {
"$ref": "5"
},
"st_permisions": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"st_pos_license": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_users_pos": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"st_users_token": [
{
"$id": "82",
"id": "ab34cdd0-a93f-4eb5-82e7-e930da128d84",
"token_id": "sample string 2",
"id_user": "5a10cb42-3220-4a09-aba4-7952d85d1f3c",
"date_from": "2026-09-06T06:48:12.1244401+02:00",
"date_end": "2026-09-06T06:48:12.1244401+02:00",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"st_users": {
"$ref": "3"
}
},
{
"$ref": "82"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_sa_det1": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_doc_st": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_st1": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_logs": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_pos_sesion": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_pos_sesion1": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_rooms_list": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_units_activity": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_rooms_units_log": [
{
"$id": "83",
"id": "59e4ef31-56ec-4dbf-b5a1-a52d1bf2b2e4",
"id_room_activity": "6dc76c63-231b-444d-b901-842c199f03b4",
"id_pos_sesion": "8bf748df-e735-43eb-9c46-b7dfe5f5bcee",
"log_text": "sample string 4",
"id_user": "b69dee4e-e4c0-4427-ac17-9398e374c326",
"event_type": "sample string 6",
"correlation_id": "ceae5372-30d2-49f0-9cd8-88ec24d57285",
"id_room_unit": "23494788-3282-4f00-a455-d259dd5981e9",
"id_room_unit_source": "e01bb338-06aa-4b74-b66b-d4c6e5978359",
"id_room_unit_destination": "74319f80-ddab-4bd2-88f0-ceb66d631c98",
"id_room_activity_related": "1da3dfaa-81ac-4c2f-afa1-2e4a26692bad",
"id_doc_sa": "6d804234-1fcf-4b67-861c-96ebb2867321",
"id_user_authorizer": "5c152022-a942-43ec-8c70-fab5c3e252db",
"data_json": "sample string 7",
"created_on": "2026-09-06T06:48:12.1244401+02:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "83"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "79"
},
{
"$ref": "79"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_doc_sa": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"tt_doc_sa1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"mt_rooms_units_states": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"st_users_profiles": {
"$ref": "63"
},
"tt_cmd_connection": [
{
"$ref": "62"
},
{
"$ref": "62"
}
],
"tt_cmd_messages": [
{
"$ref": "67"
},
{
"$ref": "67"
}
]
}
},
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_units": {
"$ref": "19"
},
"mt_units1": {
"$ref": "19"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tt_doc_st_det": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_stock": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "1"
}
]