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": "4a30a2a9-77bb-462a-834b-c32f37afed44",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "109e9d57-e3fd-4210-9f39-b5a1721bb75e",
"id_unit_sec": "c353576f-d70d-4e47-995a-f1d43607e936",
"id_brand": "ceb2cccc-b046-4e5d-ab99-72605956e0fb",
"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": "287875bd-f507-478f-a637-8aff630fc946",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"font_bold": true,
"font_underline": true,
"font_size": 29,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "6e9614aa-05fa-4071-9a09-4eb0563294aa",
"commited": true,
"mt_brands": {
"$id": "2",
"id": "b44cf51d-dea9-4c74-84e6-17c132622385",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "72afcaa8-4670-4a26-9f64-fc3918c4fc31",
"commited": true,
"mt_items": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$id": "3",
"id": "ceba5c0a-f01e-4c73-80d0-42b16e5a1677",
"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": "0a11c12e-7d4b-4b47-8d63-b62239456aef",
"view_messages": true,
"id_image_photo": "74f25a9f-2018-43c4-a4c9-efb36af79cbf",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "5f8542d1-19c1-41a3-89ea-95baf6650d9d",
"view_pos": true,
"order": 15,
"color_border": "sample string 16",
"color_button": "sample string 17",
"color_font": "sample string 18",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_branches": [
{
"$id": "4",
"id": "f527b393-1de7-488c-be9e-2f548d08656e",
"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": "1c7639c0-8320-48a9-8307-21bb4a72897a",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "0f6e1181-b60e-4203-9b4d-124511c271fb",
"commited": true,
"st_images": {
"$id": "5",
"id": "55882289-ef23-49bf-b1b2-03afbcb20578",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "4677d935-2970-4538-8447-fdbad9c3f968",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_categories": [
{
"$id": "6",
"id": "841ad190-c8bc-440a-b461-5530666675b7",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "a6a593a5-6944-4c03-88f5-efdec238be96",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "99bf7b10-e8cf-4dc4-ba78-59e5a3335fef",
"view_pos": true,
"order": 8,
"order_sec": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"font_bold": true,
"font_underline": true,
"font_size": 15,
"big_buttons": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "ecd1fd4c-3401-4122-9d3c-8c4372c791ba",
"commited": true,
"mt_categories_items": [
{
"$id": "7",
"id_category": "2a124054-6b9d-4a16-a75c-fd07312e1823",
"id_item": "aba94b5d-6173-40c4-b74b-6bd6b135bae6",
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "f3357dff-1d81-498f-8857-a2cb7b0bb734",
"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": "49fc2811-8bd6-452f-afe4-e10f86364bc4",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+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": "2f2ad25d-8a35-4531-b867-122551efebbe",
"id_pos": "83376938-964c-4868-8a7d-52b4c619a96d",
"id_list": "94f95e1c-143f-4b92-9e9e-3b99f05a98f6",
"id_item": "8e79b6b0-4587-4302-ac46-c629c707ef9d",
"id_item_type": "001f285d-ec78-414d-b46d-fa4adc63702e",
"id_category": "6543b5c0-07e6-4284-b92f-0685ea0d6faa",
"by_day_week": true,
"use_mon": true,
"use_tue": true,
"use_wed": true,
"use_thu": true,
"use_fri": true,
"use_sat": true,
"use_sun": true,
"use_hour_ini": "00:00:00.1234567",
"use_hour_end": "00:00:00.1234567",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "cf5313d0-06fb-43f5-8f18-c7d162f71823",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_categories": {
"$ref": "6"
},
"mt_items": {
"$ref": "1"
},
"mt_items_types": {
"$id": "9",
"id": "2069b3f1-5cde-4d48-ba99-e2d607f383ee",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "57106251-5abc-4588-868c-f7692aa1194c",
"view_pos": true,
"order": 7,
"color_border": "sample string 8",
"color_button": "sample string 9",
"color_font": "sample string 10",
"font_bold": true,
"font_underline": true,
"font_size": 13,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "744b1a1b-4c1d-444e-adb2-c2702d4ac732",
"commited": true,
"tt_vouchers_det": [
{
"$id": "10",
"id_voucher": "3719d6a4-3b60-4ebc-be19-253e3631b42d",
"id_line": "e6094641-bd10-4d4b-9d4a-0a0097a09f4c",
"id_category": "2a961eea-1e68-42a2-beb3-7f84f8066fb6",
"id_item": "a1a9d8d9-531a-4b09-a78e-d5b0063eb9f1",
"id_item_type": "2e46215b-d317-4e97-acab-93c4eb937aa8",
"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": "c8e4f5a2-2fe2-48be-9f5f-62af5fc53953",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"date_used": "2026-03-10T07:07:18.738479+01:00",
"date_sesion": "2026-03-10T07:07:18.738479+01:00",
"id_employee": "f239f5ba-8ec2-4590-9a9c-d825d2f15ebc",
"id_branch": "22e8308b-eb96-48c9-8d3a-ea0da35e6a06",
"id_voucher_permision": "80e77c56-b8c4-449a-8e55-be631a08014d",
"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": "01cf96df-3eda-4679-85bf-5da31132114e",
"id_user_add": "5e98c6b9-d722-4ed8-9699-0c3f06aa7da2",
"id_doc_sa": "c2e90655-18ef-4106-b3c8-e47173c40b54",
"id_item_sub": "7f20e94d-9ce2-4707-8928-5fa7b33f8934",
"id_pos_sesion": "73c06fab-bf0e-4071-9d0a-d52de9fda556",
"is_authorized": true,
"is_automatic": true,
"print_in_branch": true,
"printed": true,
"is_entry": true,
"is_consume": true,
"is_used_entry": true,
"is_used_consume": true,
"is_close": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$id": "12",
"id": "d3938f8c-a68f-4112-8f9d-36aee2eb380c",
"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": "78e93fd6-3df1-4205-a560-7d8b8f9ad8e7",
"name_pos": "sample string 12",
"id_image": "1cd6d8dc-de51-49e1-984f-959dd40c028b",
"view_pos": true,
"order": 14,
"color_border": "sample string 15",
"color_button": "sample string 16",
"color_font": "sample string 17",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "99fc8a40-c8a4-4387-bee4-b14e1a5c8d5b",
"commited": true,
"mt_employees_branches": [
{
"$id": "13",
"id_employee": "20461c21-bbb0-4875-93a5-b290a9fa12a1",
"id_branch": "c41208e1-8c72-44d9-ae4a-e6d2e4393a31",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "051f6bcb-9994-4214-9ed2-0a6d7cdea1eb",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_employees": {
"$ref": "12"
}
},
{
"$ref": "13"
}
],
"mt_employees_profiles": {
"$id": "14",
"id": "e06576ef-2d95-41b9-8f68-922c29565ff3",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "63fc27a8-94d3-4e36-add2-430890a32524",
"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": "0ad59c17-842a-432e-852b-f11ad3505aa1",
"id_line": 2,
"id_item_sub": "d287ca9b-68c7-49d9-89b7-88e5ee7f1fff",
"qty": 4.1,
"id_list": "1c113442-9dbc-48ee-a198-616c955d481c",
"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": "7f346920-373b-48f7-baf3-16afe9732c9d",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "87702870-142d-48b5-8ec3-3e8a8c188635",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "aaae7442-3e15-464e-a2e2-bd55822e60ba",
"id_user_upd": "bae8ad8e-4350-41ae-b6bf-e06db5f315bd",
"active": true,
"mt_employees": {
"$ref": "12"
},
"mt_items_sub": {
"$id": "16",
"id": "8db2462a-baef-4d46-a893-1408262e094e",
"id_item": "5169827f-0749-4c34-a358-02f19cf9caa1",
"id_item_type": "c7353892-77ff-48b1-8398-e8ac06a5b59a",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "a1a237db-7fd0-4681-a0bd-d620147342be",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "102a00a0-bdca-4a37-8a55-80357201617d",
"commited": true,
"mt_items": {
"$ref": "1"
},
"mt_items_formula": [
{
"$id": "17",
"id_item_sub": "e010673a-77ea-46b1-b263-01936049708f",
"id_item": "159e7ec6-9587-48ab-b713-8f0c18a3056d",
"group_id": 3,
"id_unit_ref": "a7753ca4-9076-4462-95a0-96130ff12465",
"qty_dis": 5,
"mt_items": {
"$ref": "1"
},
"mt_items_sub": {
"$ref": "16"
},
"mt_units_ref": {
"$id": "18",
"id": "b3d468b0-0c83-4fce-8f4f-f11d0793f22a",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "ffb115a8-6212-483c-96c5-af75805bb80c",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "e8cca1e4-7d2b-4c88-ad77-bde78f27a3e9",
"commited": true,
"mt_units": {
"$id": "19",
"id": "201070a2-9713-4d55-bdd2-549a2b8fabc2",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "326abc06-acfd-4a89-b789-6fb92c269b95",
"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": "59fa166a-2d2f-413f-b904-72fa0844bbfe",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "4b701d53-4449-42a0-8432-460069882113",
"id_doc_print": "6313fb28-5069-42a8-b49f-50c31493dc97",
"hour_end": "00:00:00.1234567",
"price_item_sub": true,
"define_validity": true,
"price_ref": true,
"price_min": 11.1,
"supply_apply": 12,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
]
},
"st_users": {
"$ref": "3"
},
"mt_prices_items": [
{
"$id": "21",
"id_list": "9370a18a-8cca-4bcc-a250-45807de7a80f",
"id_item_sub": "6a380bb5-2652-4a2d-910a-183531c29d20",
"validity_date": "2026-03-10T07:07:18.738479+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "f8f883a3-4f87-46ef-a4a8-78a57fc88032",
"commited": true,
"mt_items_sub": {
"$ref": "16"
},
"mt_prices_list": {
"$id": "22",
"id": "75fa0eb6-e87f-4148-969f-f729c2246516",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "e9e8b1cc-c485-4245-9fa6-d688fdeab870",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "335159d5-a81a-4031-932b-533113c7b74e",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "e9043583-51e3-4096-a747-9a81d140f683",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "23",
"id_pos": "1d47cf42-a4ea-4fb8-b992-a9e2780182ab",
"id_pos_type": "f158254b-e144-46bd-9010-e8ca0648f0e9",
"id_price_list": "052b41b4-5fcf-4d09-b19d-f78769802fcc",
"is_default": true,
"view_mon": true,
"view_tue": true,
"view_wed": true,
"view_thu": true,
"view_fri": true,
"view_sat": true,
"view_sun": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "36ebbad2-3c14-4da8-9f38-728417805cd9",
"commited": true,
"mt_pos_view": {
"$id": "24",
"id_pos": "6008905d-fdbe-4610-9b8b-fde55cc7e8a9",
"id_pos_type": "a2c2d912-bad6-4fee-b917-764812bd7665",
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "c6c7c374-230f-468c-ad51-b90aefd468d9",
"commited": true,
"mt_pos": {
"$id": "25",
"id": "a866e59e-fc06-42a3-9569-a5c9bc08a50b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "b4381403-dc70-42fd-8703-293a9b98250a",
"id_zone": "a724f9f4-5608-4d1d-b9d6-0b3193e359a7",
"user_required": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "3c5c7e9e-81f4-427b-bc0a-c93ad5c75107",
"commited": true,
"mt_branches_zones": {
"$id": "26",
"id": "14534506-ca83-482a-9012-b4b26e435fca",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "a8799dbc-67bb-49ed-94e0-7cf46b59c539",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "bfd7ede5-814a-4585-aad8-ffd94641594c",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_cloakrooms": [
{
"$id": "27",
"id": "60a5c61a-0c68-47d4-8dd0-f9008393b57a",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "e70cb433-d8cf-48d9-ac09-025fa600016e",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "72462228-ffa3-488b-8e14-42492365068c",
"view_pos": true,
"order": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "12e52263-627e-4f8c-86bf-402705ee0f83",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"tt_cloakrooms_units": [
{
"$id": "28",
"id": "84401ecd-27ea-4947-a866-39c44541a18e",
"id_cloakroom": "13071e85-2afd-4a6f-84aa-498fb5f2c59e",
"id_pos_sesion": "c1761061-96b5-4f08-a854-f29375e7972d",
"unit_id": 4,
"date_open": "2026-03-10T07:07:18.738479+01:00",
"date_close": "2026-03-10T07:07:18.738479+01:00",
"id_doc_sa": "a5f7a8b7-a522-4a1c-a051-d211b05a1ac0",
"commited": true,
"mt_cloakrooms": {
"$ref": "27"
},
"tt_doc_sa": {
"$id": "29",
"id": "e64de7f7-ed7a-4742-992f-8a39c1f446e3",
"id_pos": "979f47ae-f3f3-4dce-adf8-8a48e63d73fd",
"id_doc": "780324de-ac52-429a-a473-bdfb50d0c6ef",
"id_branch": "94827a51-76f3-4a7f-b563-a172cc6f6536",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T07:07:18.738479+01:00",
"date_tax": "2026-03-10T07:07:18.738479+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "1b640c8b-92a5-43bd-8bc9-133a35b41c72",
"id_relationship": "86280a05-932f-4b2a-ac6a-b95bc3fed28d",
"id_loc_from": "03c5f280-f2d4-4999-b91c-7b16ce141095",
"id_loc_end": "9e7839b5-c74a-46c1-a50b-489528549faf",
"id_user_add": "930ec9c0-2e06-4029-af5c-1eac9508c771",
"id_user_upd": "dd4feaed-71f3-46b1-8e01-52ff87301a4b",
"comment": "sample string 12",
"id_pos_sesion": "7e221bec-5c7e-44d2-8566-ada4df086112",
"id_room_unit": "81737377-d7a1-422a-b8dd-65dd9e1494ff",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "a670c798-2cdb-41c0-8359-0a4b3d7fc8d2",
"p_dis": 15.1,
"p_chr": 16.1,
"amt_net": 17.1,
"amt_tax": 18.1,
"amt_dis": 19.1,
"amt_chr": 20.1,
"amt_tot": 21.1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$id": "30",
"id": "83833ee0-7bde-44f4-98b1-129caf81ca55",
"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": "1d16e89d-5f59-4949-a9a9-2028a64df51f",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "54940226-246e-455b-8b5d-cea9a3379748",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "31",
"id_doc": "52235c42-487e-4ceb-8a01-74126aeeff55",
"id_pay": "cdcfb99b-d7f0-4be1-8911-9a1997efc147",
"id_money": "e6a8ab78-21e9-43bb-992a-767f50bd6612",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "8c37face-392c-41ce-bfa0-03b16d777d1e",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_money_types": {
"$id": "32",
"id": "8cb41c8a-28e3-4139-9b33-766c9770536a",
"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": "86735552-d888-4b18-b33d-97495b371e2b",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "7f43e809-2023-4ea6-b04b-c3e200fac226",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_money_rates": [
{
"$id": "33",
"id_money_1": "e7c651be-e9a0-4ae6-ba57-c621bd51de62",
"id_money_2": "61d2f502-eabb-44f8-a3b5-e4d8bbc3116c",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "d20567c4-c073-4d09-a80e-9e7e1f0c5a5c",
"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": "42015d43-21ab-4196-9d17-befb64a0ed15",
"id_pay": "53593c2f-4cda-4e67-9fbe-bba2c4970f1d",
"id_money": "b24ccdd7-a422-46a9-8911-da43175b6204",
"date_cashflow": "2026-03-10T07:07:18.738479+01:00",
"coefficient": 5.1,
"id_user_add": "d3a439e3-9477-4ad4-9b7e-fa684dd77747",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "35",
"id": "b1dfd2b7-c068-4953-a286-569ed8e37a01",
"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": "d782247c-88b0-40d8-80e8-189f85e28af3",
"view_pos": true,
"order": 13,
"color_border": "sample string 14",
"color_button": "sample string 15",
"color_font": "sample string 16",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "0edf392d-c3cf-4135-a147-779865c7e50a",
"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": "c850cc03-4dc1-4a71-90e9-b65d0c95aecd",
"id_line": 2,
"id_pay": "0149ebbd-bb34-4154-aa46-12877d189db9",
"id_money": "f3d56236-8445-4acd-a7fa-dbccf80fbfe4",
"coefficient": 5.1,
"id_voucher": "09498b0a-6d0c-413b-8319-dd0d2f94258e",
"id_employee": "d490d33c-c7c7-4e90-8a18-658ee9d5827a",
"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": "5354607d-1d4e-4d45-b954-6003c031460d",
"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": "c42c3fd9-1f46-4400-805f-490d1bf3943b",
"id_doc": "758c8987-91a6-4063-a07e-0a8ac5e295bf",
"id_pos_type": "c41ff2ec-0de0-40a1-a1d4-ce7969ab3948",
"id_doc_print": "3a34fbad-c03b-4650-8a1f-7662f7a68f9a",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "273663f1-d27a-4406-9ca0-0d46e3bc47f7",
"commited": true,
"mt_docs": {
"$ref": "30"
},
"mt_pos_print": {
"$id": "38",
"id": "4278273b-f797-4e94-a554-e80df31581c3",
"id_pos": "8e51b349-cec0-4d45-849c-afbb3f56ba98",
"id_mask": "sample string 3",
"name": "sample string 4",
"mode_print": 5,
"port": "sample string 6",
"baud_rate": 1,
"data_bits": 1,
"stop_bit": 1,
"flow_control": 1,
"parity": 1,
"pin_cashdrawer": 1,
"ip_printer": "sample string 7",
"port_ip": 1,
"printer_name": "sample string 8",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "c1d10ae6-eb75-4915-a7cb-cb1d596657e3",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_users": {
"$ref": "3"
}
},
"mt_pos_types": {
"$id": "39",
"id": "9560a333-adc3-4616-bed2-0485a37dc694",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "0beee269-cb80-4694-9b60-54785acda111",
"commited": true,
"mt_items_featured": [
{
"$id": "40",
"id": "eca08917-ef2a-4224-a971-981d58321402",
"id_branch": "bb71adac-2b91-400e-a3e8-5983c927de06",
"id_pos_type": "8f27a21f-5937-4fe9-9033-7b9d7ba4d989",
"id_pos": "8b0decc6-fbdf-40fa-9aad-4baf93619a20",
"id_item": "59cc207b-3f45-4621-be52-89383d306f87",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "eb7349f4-df76-4226-ae71-f9c95a64107f",
"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": "c6fac4db-891f-4745-8718-d5b84697c298",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high_row": 5,
"high_doc": 6,
"with_doc": 7,
"to_file": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"st_doc_print_det": [
{
"$id": "42",
"id_doc_print": "2eb2ce46-aaa8-4357-90d0-ac739968ce92",
"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": "a48e8692-19ef-4fa5-b882-78ee22b275ad",
"id_doc": "93355372-fe48-40ad-a50a-cc7e9bc5cdd7",
"value": 3,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "9296c0bb-4cf1-443d-b71d-7e738828b625",
"id_pos": "a6328cbc-c284-45e4-8d3a-9d1bb196036c",
"id_doc": "1727edfb-acfc-4668-801b-83e716a5522a",
"id_branch": "76c0b696-5e80-4c7e-af01-db97d1fbc9c1",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T07:07:18.738479+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "c1927881-1d0f-4d57-aedc-5517d555db82",
"id_loc_from": "84d755fa-dd09-4ba0-a9fb-55397576e274",
"id_loc_end": "c86ac0c7-d8dd-4d57-b9c7-8772d03302ca",
"id_user_add": "9a2708d3-7e3e-42a5-a7e2-ccf206014cc5",
"id_user_upd": "248520a5-a530-4749-8c66-3db2c3b9da04",
"id_pos_sesion": "56254af4-1b6d-4f8d-a433-9faeafa39478",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T07:07:18.738479+01:00",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_docs": {
"$ref": "30"
},
"mt_locations": {
"$id": "45",
"id": "0223f17b-87e9-4389-9cad-b4fc5d8fd228",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "fb279f73-870c-4e5c-9987-2175fdc5b79e",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "3037acb3-8828-4d5e-85f3-f1ad8608ca1b",
"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": "0beab160-2be6-4434-8f0a-78a07ccc5b9a",
"id_item": "7526a314-1464-4be1-9a29-eb91b9265192",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "e47eedbd-cdfc-4f04-ac6e-d801596a29f1",
"id_line": 2,
"id_item": "f35976e3-1917-4cec-b139-b1cea4b20ed2",
"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": "0530afcc-a620-47dd-9181-f7e2e6a5a9a8",
"nro_sesion": 2,
"id_pos": "2389a49d-91db-4959-839b-b108359122c5",
"date_tax": "2026-03-10T07:07:18.738479+01:00",
"date_open": "2026-03-10T07:07:18.738479+01:00",
"date_close": "2026-03-10T07:07:18.738479+01:00",
"id_user_open": "87d941df-e1bc-469a-9567-430268ba920b",
"id_user_close": "60dc5cd6-75d5-4fd7-9ecc-99e0ead37206",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"tt_cloakrooms_units": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"tt_items_customs": [
{
"$id": "49",
"id": "187a3b6f-d1ac-40bc-bdf8-78267d2faec2",
"order_id": 2,
"id_item": "5a2b13ca-64a8-4871-a710-d441e68276b2",
"id_item_type": "6c7861f7-0edc-45e7-aa4e-0406bb5e5ec2",
"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": "e56afb73-e7ce-476d-bcf6-320a62972e64",
"type_item": 11,
"id_voucher_json": "47fc818e-5c1e-40f1-ae35-2b2c0580b878",
"count_voucher": 1,
"id_category": "b93f7278-d3f5-40dc-ba1f-ebcfd64da3d9",
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "7063cd1f-fd08-4a37-9e3b-8fc6ea45b7bc",
"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": "c150fa78-c351-43f0-84fe-1da5d106951e",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "06a249b9-04ef-4d5b-b159-d0376c2515d4",
"type_pay": 5,
"module": "sample string 6",
"process": true,
"json_cloackrooms": "sample string 8",
"multi_select": 9,
"terminal_name": "sample string 10",
"created_on": "2026-03-10T07:07:18.738479+01:00",
"tt_pos_sesion": {
"$ref": "48"
}
},
{
"$ref": "50"
}
],
"tt_rooms_units_activity": [
{
"$id": "51",
"id": "0764823c-03e1-4f6b-97e2-879b9de0ab20",
"id_room_unit": "ebc213af-488c-454a-951c-66cabbe19670",
"id_room_list": "cc6baa7b-cd39-4066-91a9-b9f8bfd405f3",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T07:07:18.738479+01:00",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"date_open": "2026-03-10T07:07:18.738479+01:00",
"date_close": "2026-03-10T07:07:18.738479+01:00",
"id_employee": "f36065cc-2a72-495b-a2b1-c3b4aed1c5c6",
"id_employee_sec": "6df172b5-e4cf-42de-8840-fa1346daf50b",
"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": "884b566d-59fc-424e-95c3-99633dd7a173",
"comment": "sample string 7",
"id_user_open": "c6f61f51-1352-4f09-8c3f-bd54dcb39600",
"id_user_close": "eede4db5-28c4-47bc-948e-838f4f068317",
"id_unit_state": "6932f5fb-95f9-4cc6-8d31-348a8c4d754b",
"id_pos_sesion": "1562a88f-4d19-47ee-ad85-06c7a15d447d",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T07:07:18.738479+01:00",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_employees": {
"$ref": "12"
},
"mt_employees1": {
"$ref": "12"
},
"mt_rooms_units": {
"$id": "52",
"id": "f6235b65-3965-4e0b-8fdd-0e19a9b8123b",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "2d16aca7-ba2d-4a19-ab44-8429d1513552",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "924563aa-2615-47c6-897e-abb410f55d8a",
"locked": true,
"date_locked": "2026-03-10T07:07:18.738479+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "bae0111d-1e9c-4b71-a232-1c39c188d918",
"commited": true,
"mt_rooms": {
"$id": "53",
"id": "eab426de-9e1d-4828-b810-153f35291d81",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "9731b728-2e99-4a69-a74e-0c201f064fe8",
"name_pos": "sample string 6",
"id_image": "7fa2bee7-06d6-4c85-bcb8-9c83b2baaa1f",
"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": "7d57ae29-184a-4f6a-818c-416ccf0a2213",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "e31e4b98-aa5a-46d3-a48a-49308c9035a6",
"commited": true,
"mt_branches": {
"$ref": "4"
},
"mt_pos_rooms": [
{
"$id": "54",
"id_pos": "051d2766-53d9-44d5-a769-e4faf84dbf41",
"id_room": "18ef3a78-6b27-4df3-8cf5-82e9ff6d32d4",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "07385794-67b0-4013-aec2-e0c078c0e4b8",
"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": "292db8db-e33a-414b-bf5f-e8f831c77854",
"id_room": "2a8d6ff3-995e-4161-bac7-8a6c0a5ae3a0",
"date_in": "2026-03-10T07:07:18.738479+01:00",
"date_out": "2026-03-10T07:07:18.738479+01:00",
"id_user_add": "4b9c86ab-e651-4c33-89af-9de8ebb714a4",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "c897cfab-2983-4025-a2e6-f383dce3f728",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "b7964aef-2f14-4b21-a230-791d417bc22d",
"commited": true,
"mt_rooms_units": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_rooms_units_states_types": [
{
"$id": "57",
"id_room_type": "42341fa3-2c66-481c-aa2f-9b6a2f9c3783",
"id_room_state": "de40c390-ad7e-4edb-9ceb-93d3d3cf984c",
"id_image": "e3e59713-1f9e-4d92-a4a1-73c503c3d721",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "0a5eb05b-5fab-4e27-ab32-79a04acf8231",
"commited": true,
"mt_rooms_units_states": {
"$id": "58",
"id": "271cc1d4-4f1e-4caf-b02e-ed90da3945c5",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "8bd7c729-d87b-4c82-a7fb-51f9d66ffecc",
"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": "c84ec658-f4c1-4642-be02-63db53f83cae",
"id_pos_sesion": "0f729552-57a4-442f-88c7-f12f69f0e26e",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "da695fc7-c942-4c6c-a9c5-f40c197ca92f",
"id_room_unit_activity": "cddeb5c6-05f5-499e-bd3f-61ece6d6a179",
"id_doc_sa": "ff6400ca-d79e-416f-ac95-aa381558bdd8",
"id_pos_type": "22513a7a-bf25-4530-99aa-8392a3fe7238",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "8c18449a-e314-46d7-a3c7-9a3ad57bd3af",
"coupon_id": "sample string 7",
"terminal_id": "sample string 8",
"card_name": "sample string 9",
"card_bank": "sample string 10",
"card_number": "sample string 11",
"client_name": "sample string 12",
"money_type": "sample string 13",
"merchant_id": "sample string 14",
"aid": "sample string 15",
"auth_num": "sample string 16",
"authorization": true,
"signature": true,
"contactless": true,
"date_hour_pay": "sample string 17",
"terminal_name": "sample string 18",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "48"
},
"tt_tips_users": [
{
"$id": "60",
"id_tip": "6c2faf09-94f7-4f13-9567-90c1cb2889f8",
"id_user": "0cbb2f50-db72-482e-9a28-764ce082bddd",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "b78bf9f9-e2b4-49fe-9acf-674d62a9bd0c",
"id_user": "eea2cb72-39a7-4a92-9fb0-b969502567bd",
"date_add": "2026-03-10T07:07:18.738479+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "7cfbbb3a-d9dd-4ef2-8ce1-ee1b12d6a1a1",
"spool_server": "sample string 2",
"id_doc_sa": "a5fee996-0ff9-45eb-bd7f-0bfc33d509b5",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"printed": true,
"print_on": "2026-03-10T07:07:18.738479+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": "0d23c4c5-07c8-4418-962c-c81bfae65545",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"id_branch": "86bc47a9-913f-4d10-b1f5-c86cc7706f5a",
"id_pos": "171f4c26-ff4b-46b6-852f-552b718b58f8",
"id_list": "6a18334c-8b0f-46e7-8a96-58a670bbfeb7",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"id_user_upd": "b23c7243-77be-410c-add7-2acd17f96fa2",
"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": "1ca0720c-8eeb-4fe4-941a-175f1ab50ec1",
"id_pos": "bea7c213-a10d-48c3-9e08-c604b412d047",
"mac_address": "sample string 3",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"key_access": "sample string 5",
"id_user_add": "a55756d5-7a1d-4cfa-88b5-61d844b896b7",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_users": {
"$ref": "3"
}
},
{
"$ref": "64"
}
],
"st_users_pos": [
{
"$id": "65",
"id_user": "a1b5c890-6956-4d87-8cd6-ee4b888c4fd6",
"id_pos": "b3df6015-4eb5-4b35-8d12-7374d46b20b1",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "cc37aa73-27b4-424c-90c1-dded53cd72ce",
"id_pos": "f0342750-2966-431f-bb61-b482e78aba84",
"date_add": "2026-03-10T07:07:18.738479+01:00",
"date_upd": "2026-03-10T07:07:18.738479+01:00",
"date_out": "2026-03-10T07:07:18.738479+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": "a867e3ba-e1d0-43be-9717-cac0e674768a",
"id_user_add": "ff8ba1b9-0889-46d6-bb60-3888f91e57e1",
"id_table": "41c4a1bc-3cfc-410a-ba66-688a33738e10",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "3976aa49-dac6-482b-b746-4d9e81efb043",
"created_on": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"mt_pos": {
"$ref": "25"
},
"st_sync_tables": {
"$id": "68",
"id": "cbf90fb3-efcd-4a74-ba4b-be058f3f1c3f",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "69",
"id": "05dc846b-0bd4-4de6-a8e7-2cf7b0ce7415",
"id_sync": "d4efc27a-2c59-462b-985e-3aea302a14a8",
"json": "sample string 3",
"id_table": "bdfa7a06-d03d-48ce-977c-b4670c26edb2",
"order": 5,
"st_sync_packages": {
"$id": "70",
"id": "d6147cb9-bcc2-4f51-9fcc-544092a5e05e",
"id_branch_from": "140b8e28-5d90-4c79-aa7a-c2b9a1547e35",
"id_branch_to": "9aaa6c15-3ab1-460b-b462-e80ca23a2a7b",
"type": 4,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T07:07:18.738479+01:00",
"send_on": "2026-03-10T07:07:18.738479+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": "76c735d7-2816-41f3-97bf-1ae20406a29e",
"id_pos": "0bc3c943-fe1c-408e-8476-7cda291dc689",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T07:07:18.738479+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": "b8efc668-0bca-4c50-ab5c-d10ffff960a5",
"id_line": 2,
"id_item": "0a9d53a0-ee7c-444e-b482-ef54b8d063d5",
"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": "5de34730-e0c9-44ae-b983-60894eab2576",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"date_used": "2026-03-10T07:07:18.738479+01:00",
"id_employee": "80d77ee2-a4d5-42a2-b599-a7841f4982d8",
"id_branch": "f033c921-8782-4de2-bf5f-aa50b1bc2df3",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "612aca9f-065e-410d-be16-19535e908707",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "2332907c-68f1-4904-8ae5-ef5580bf7639",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "874178a7-03e4-4530-9a69-f51c7928d087",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "993c0196-c50d-4203-b4b8-3ff99eb9b924",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"font_bold": true,
"font_underline": true,
"font_size": 16,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"st_functions_groups": {
"$id": "75",
"id": "23e5e92f-61f4-4d12-9d0a-1693fcaa99e9",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"st_functions": [
{
"$ref": "74"
},
{
"$ref": "74"
}
]
},
"st_images": {
"$ref": "5"
},
"st_permisions": [
{
"$id": "76",
"id": "23e1d2c7-3cd9-4fef-b509-8c042b2acd2f",
"id_function": "459fc090-363a-40ca-94c7-b4d6cb8e992c",
"id_user": "abda960e-4e75-4c3b-be62-46f9bc2c922e",
"id_profile": "66e76f5a-f477-41b7-bee2-0928f23197cf",
"permission": 3,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"st_users_profiles": {
"$id": "77",
"id": "b9e952e0-1efb-40ab-9cac-ee4c6d692430",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "208a7168-69dd-4add-9563-021777dd9747",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "854f6ad5-aebb-4433-87bd-6cfd81141be6",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T07:07:18.738479+01:00",
"last_update": "2026-03-10T07:07:18.738479+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": "e2802c5c-5dfe-4fd2-8f0b-1fa77622fb71",
"token_id": "sample string 2",
"id_user": "03a15b7c-138f-4f33-ae62-f03ab4b72d4e",
"date_from": "2026-03-10T07:07:18.738479+01:00",
"date_end": "2026-03-10T07:07:18.738479+01:00",
"created_on": "2026-03-10T07:07:18.738479+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": "dc885fd8-2e96-4246-a470-256d59e195cd",
"id_room_activity": "6de1d822-9c1f-4a10-a25e-0c546289dc84",
"id_pos_sesion": "2472f079-9f07-463c-8329-a0973b802661",
"log_text": "sample string 4",
"id_user": "1227cb19-39b3-4c2f-afa6-df8476414c89",
"created_on": "2026-03-10T07:07:18.738479+01:00",
"commited": true,
"st_users": {
"$ref": "3"
}
},
{
"$ref": "81"
}
],
"tt_tips_users": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_permisions": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"tt_vouchers": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_docs": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"tt_pos_sesion_users": [
{
"$ref": "61"
},
{
"$ref": "61"
}
]
}
},
"mt_categories_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_featured": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_items_formula": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_units": {
"$ref": "19"
},
"mt_units1": {
"$ref": "19"
},
"st_images": {
"$ref": "5"
},
"st_users": {
"$ref": "3"
},
"mt_items_sub": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_prices_rules": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"tt_doc_st_det": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"tt_items_customs": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_stock": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_vouchers_det": [
{
"$ref": "10"
},
{
"$ref": "10"
}
]
},
{
"$ref": "1"
}
]