POST api/tt_doc_sa/external_create
Request Information
URI Parameters
None.
Body Parameters
doc_sa_new| Name | Description | Type | Additional information |
|---|---|---|---|
| pos_name | string |
None. |
|
| doc_type | string |
None. |
|
| id_rua | globally unique identifier |
None. |
|
| id_room_unit | globally unique identifier |
None. |
|
| print_doc | boolean |
None. |
|
| all_items | boolean |
None. |
|
| id_user_add | globally unique identifier |
None. |
|
| external_user | string |
None. |
|
| doc_sa_det_new | Collection of _doc_sa_det_new |
None. |
|
| doc_sa_pay_new | Collection of _doc_sa_pay_new |
None. |
Request Formats
application/json, text/json
Sample:
{
"pos_name": "sample string 1",
"doc_type": "sample string 2",
"id_rua": "7b8a6315-e212-47fd-90f8-689f7aa52c43",
"id_room_unit": "2ebcb43e-d045-4f76-bc9c-e589d775e606",
"print_doc": true,
"all_items": true,
"id_user_add": "e2e038a6-84fa-4194-a42a-49208c1aefd3",
"external_user": "sample string 8",
"doc_sa_det_new": [
{
"$id": "2",
"id_item_sub": "50e28984-796a-4b26-bf0b-f1ccf1094b4e",
"qty_det": 2.1,
"price_custom": 3.1,
"id_price_list": "1d517c14-5e2a-48d3-8610-f6418351dcf6",
"tax": 5.1,
"cmd_data": {
"$id": "3",
"type": "sample string 1",
"id_doc_sa_origin": "9549333a-707a-4aa4-82fb-611487a05380",
"id_line": 3
},
"is_discount": true,
"id_employee": "efa2604d-8193-4f9a-aaad-c9750aa7b3a4"
},
{
"$ref": "2"
}
],
"doc_sa_pay_new": [
{
"$id": "4",
"id_pay": "a4b4c1a3-fad1-474d-9a6f-7cd312f59e90",
"amt_tot": 2.1,
"pt_response": {
"$id": "5",
"error": true,
"action": "sample string 2",
"status": "sample string 3",
"method": "sample string 4",
"message_code": "sample string 5",
"message": "sample string 6",
"payload": {
"$id": "6",
"action": "sample string 1",
"locator": "sample string 2",
"orderId": "sample string 3",
"terminal": "sample string 4",
"data": {
"$id": "7",
"orderId": "sample string 1",
"amount": 2.1,
"printReceipt": 3,
"transactionId": "sample string 4"
},
"metadata": {
"$id": "8",
"back_color": "sample string 1",
"order": 2
},
"result": {
"$id": "9",
"deviceId": "sample string 1",
"transactionId": "sample string 2",
"transactionType": "sample string 3",
"amount": 4,
"currencyCode": "sample string 5",
"transactionNumber": "sample string 6",
"result": 7,
"status": 8,
"paymentApp": "sample string 9",
"additionalData": {
"$id": "10",
"orderId": "sample string 1",
"transactionData": {
"$id": "11",
"type": "sample string 1",
"card": "sample string 2",
"terminal": "sample string 3",
"transactionDate": "sample string 4",
"state": "sample string 5",
"result": "sample string 6",
"responseCode": "sample string 7",
"authorizationNumber": "sample string 8",
"cardType": "sample string 9",
"transactionCounter": "sample string 10",
"appId": "sample string 11",
"appLabel": "sample string 12",
"isPinAuthenticated": true,
"isContactless": true,
"capturedMode": 15,
"authorisingCentre": "sample string 16",
"fucId": "sample string 17",
"arc": "sample string 18",
"transactionReference": "sample string 19",
"authenticationType": 20,
"transactionCurrencyCode": "sample string 21",
"location": "sample string 22",
"fucName": "sample string 23",
"modifiers": [
{
"$id": "12"
},
{
"$ref": "12"
}
]
}
}
}
},
"metadata": {
"$ref": "8"
}
},
"id_employee": "0b38e640-9ad8-4af6-b1a2-286dc9a7b2af"
},
{
"$ref": "4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
doc_sa_external_response| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| message | string |
None. |
|
| affected_docs | Collection of globally unique identifier |
None. |
|
| created_doc | tt_doc_sa |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"message": "sample string 2",
"affected_docs": [
"0546fecd-8189-457d-940b-21b12dbb18f3",
"b2f5ff9e-778a-4358-a503-ebc40e21d5ca"
],
"created_doc": {
"$id": "2",
"id": "10999d01-6d4a-43fd-a0ae-be5c93ae18aa",
"id_pos": "179bcdeb-bf47-4f79-88ba-06c06af3c243",
"id_doc": "40cec3f0-6c68-4010-b37b-def0718d4304",
"id_branch": "27db2aa0-8675-418e-bd45-5adc652bd4b8",
"nro_doc": "sample string 5",
"date_doc": "2026-09-06T06:24:14.4981977+02:00",
"date_tax": "2026-09-06T06:24:14.4981977+02:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "8a07296a-bf60-4dfa-8d5a-ea94079bc43a",
"id_relationship": "22606f78-9c3c-4528-a364-f0f942bef694",
"id_loc_from": "df6e3a43-95dd-4db7-bc24-dfb07a3a033d",
"id_loc_end": "b0032636-9c1d-4bdf-a547-4108abaff88d",
"id_user_add": "89d3d757-a45c-44ac-8261-d2ce99408d94",
"id_user_upd": "fbb35dfd-ed00-41a4-b891-0449eef3f6af",
"comment": "sample string 12",
"id_pos_sesion": "07554772-1809-4eea-8247-e80be1288dfc",
"id_room_unit": "28d9d5fa-9a63-48cc-b4e2-975c71e73099",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "40f60b71-e374-4ada-ba58-458c094d93d9",
"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:24:14.4981977+02:00",
"last_update": "2026-09-06T06:24:14.4981977+02:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$id": "3",
"id": "d6a6e044-7e81-43d9-9cc8-153b82824f13",
"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": "967ce23f-72e2-44b1-ad07-876729fbd62d",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-09-06T06:24:14.4981977+02:00",
"last_update": "2026-09-06T06:24:14.4981977+02:00",
"id_user_upd": "9cfd45e0-86d4-41bc-bdb3-88d96d50d9b1",
"commited": true,
"st_images": {
"$id": "4",
"id": "b8e3dbbe-a51a-4fe3-b1c9-4141a80f500c",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "aa0a66bf-8f7c-48ab-884c-ba1eabcfa061",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-09-06T06:24:14.4981977+02:00",
"last_update": "2026-09-06T06:24:14.4981977+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_categories": [
{
"$id": "5",
"id": "a4ed1007-fbcf-412c-a7b2-3990e78ba12e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "c22b73a2-8290-440d-9c19-9f10f451690d",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "d4da5b05-550b-473d-98b7-42d04a2b002c",
"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:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "5da87bf9-15f8-4a0b-abfb-12315c6a42c5",
"commited": true,
"mt_categories_items": [
{
"$id": "6",
"id_category": "da4f8926-c9b1-4bb2-865c-3c4c73df64fa",
"id_item": "4eb4e34f-4ffb-489f-8ad1-7a8e66e0bbea",
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "04cfc9b2-efeb-482c-a7d1-d7b202ac6514",
"commited": true,
"mt_categories": {
"$ref": "5"
},
"mt_items": {
"$id": "7",
"id": "fcc09971-0211-4951-8a28-1f815324300d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "0c92b099-5c74-4b36-9949-eb5ecd9dcb9e",
"id_unit_sec": "e67de183-243b-453f-a85f-5d0a2c10d9c8",
"id_brand": "8dac8961-b9a7-4f68-b41a-87b8b177087d",
"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": "a867ab0d-5e81-4e50-9e93-8f1a94a1c63e",
"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:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "3304462d-084c-4eaa-a83d-0cd6dddcea2a",
"commited": true,
"mt_brands": {
"$id": "8",
"id": "49145f74-6efc-4995-8f15-44c2da423693",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-09-06T06:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "7025325f-31f7-402b-9f62-bf2cb2ceba2d",
"commited": true,
"mt_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"st_users": {
"$id": "9",
"id": "8b67fa2b-3d7d-4312-a594-542a8b9fb74c",
"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": "1f29b5f2-bb36-4c5d-8099-d29c2025866c",
"view_messages": true,
"id_image_photo": "345a6206-581a-480f-9bb5-72496342f4e0",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "24d4dfd1-b7a1-4a80-b009-236654e7a9cc",
"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:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_branches_zones": [
{
"$id": "10",
"id": "344a7a32-53e4-403d-9009-87dbd85b473e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "b8c38802-50e4-4d4b-b89d-985e64bce38c",
"active": true,
"created_on": "2026-09-06T06:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "a447a3dd-e11c-4a0b-95be-215be9a20f14",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_pos": [
{
"$id": "11",
"id": "c1bc586b-695c-477f-a05c-f84e90888f5c",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "2f03209e-b11a-49a1-a834-2a9f903b656a",
"id_zone": "7faaec2e-6e19-49bf-8161-72de7b44189f",
"user_required": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "1d48131a-da48-433e-8a48-d97e0a3e751b",
"commited": true,
"mt_branches_zones": {
"$ref": "10"
},
"mt_cloakrooms": [
{
"$id": "12",
"id": "7f80c5df-a9b0-4221-9c49-24abaa9451de",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "6260d9da-9bf0-4ee3-a53c-37f4abeda36a",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "4100f933-e6e7-4d95-b44c-8a93c15d2952",
"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:24:14.5138614+02:00",
"last_update": "2026-09-06T06:24:14.5138614+02:00",
"id_user_upd": "c0b652e4-1bc8-4fcb-a283-8b37bd94e5fa",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"tt_cloakrooms_units": [
{
"$id": "13",
"id": "036c49a7-a1ce-43bb-8267-f6d0d914c056",
"id_cloakroom": "301ce91a-32db-42c7-a6f3-ded1bee9122b",
"id_pos_sesion": "fceb1876-0c75-42e2-b65f-a07afd1d42e4",
"unit_id": 4,
"date_open": "2026-09-06T06:24:14.5138614+02:00",
"date_close": "2026-09-06T06:24:14.5138614+02:00",
"id_doc_sa": "81dc28f2-dc6c-46a9-aa57-4260a1119d2d",
"commited": true,
"mt_cloakrooms": {
"$ref": "12"
},
"tt_doc_sa": {
"$ref": "2"
},
"tt_pos_sesion": {
"$id": "14",
"id": "6806f20b-7674-4265-be77-ba05cb4e7ec8",
"nro_sesion": 2,
"id_pos": "74afd586-36d1-4a7e-ae0c-a329ca2a37f9",
"date_tax": "2026-09-06T06:24:14.5295494+02:00",
"date_open": "2026-09-06T06:24:14.5295494+02:00",
"date_close": "2026-09-06T06:24:14.5295494+02:00",
"id_user_open": "76a9746e-fb10-4367-83bb-82d89ff764d2",
"id_user_close": "55156fd9-0171-42cd-a14a-f56d116aa8bd",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"tt_cloakrooms_units": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_items_customs": [
{
"$id": "15",
"id": "1072d6d3-3a89-4643-93be-3b6a1e88996c",
"order_id": 2,
"id_item": "06c544b4-7e09-4a38-b91a-7b5cc640e635",
"id_item_type": "888b3493-db0a-43eb-b802-70977f7cccf9",
"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": "b6dd5a4d-4de4-447d-8e73-a2ee9a3d9806",
"type_item": 11,
"id_voucher_json": "fe09ab65-247d-4256-9eaf-73e29b67f6e9",
"count_voucher": 1,
"id_category": "27fcf40f-8e21-4e39-ba26-82c95a8f1a99",
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "cdaea829-c375-4290-bab2-fbf8c27f4d1f",
"commited": true,
"mt_items": {
"$ref": "7"
},
"mt_items_types": {
"$id": "16",
"id": "dd0fa669-e7f7-44fa-82b3-dea176e01972",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "e06944a1-cad8-466b-aa7f-37765ecc531d",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "d4b60907-ced9-4450-9626-23cffad451bb",
"commited": true,
"tt_vouchers_det": [
{
"$id": "17",
"id_voucher": "05dd3e20-68d4-4aa9-9d7c-6ee092ea6041",
"id_line": "432225c2-2ae8-4693-a63d-aefa494fd3c7",
"id_category": "bc26ac2d-f6e7-4404-a54c-53393eb0b668",
"id_item": "a76190f1-4574-4e17-bffe-daa0e372ab37",
"id_item_type": "dbc8906e-3c5c-4e58-b91b-63b1c3c65ed4",
"price_max": 1.1,
"qty_add": 3.1,
"qty_used": 4.1,
"mt_categories": {
"$ref": "5"
},
"mt_items": {
"$ref": "7"
},
"mt_items_types": {
"$ref": "16"
},
"tt_vouchers": {
"$id": "18",
"id": "4026d07f-11fe-40fa-86b8-170bce1fd50f",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-09-06T06:24:14.5295494+02:00",
"date_end": "2026-09-06T06:24:14.5295494+02:00",
"date_used": "2026-09-06T06:24:14.5295494+02:00",
"date_sesion": "2026-09-06T06:24:14.5295494+02:00",
"id_employee": "13582cf9-81fb-45a5-aa9c-c39d10e37c6d",
"id_branch": "83181027-c1f7-4bf5-b194-df1e873ec53f",
"id_voucher_permision": "82fca355-b022-42a3-bde6-4e99c01b803d",
"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": "7d719994-6f80-44e3-a710-3cdc01a31573",
"id_user_add": "0a5b5046-cac6-4058-b4ec-caded77e9214",
"id_doc_sa": "ddea95d8-3ba4-429e-af57-2716ff1d5fb5",
"id_item_sub": "6e33e054-46d8-45ba-9a58-157fbba25019",
"id_pos_sesion": "92b08a8b-fb12-46be-91fa-48fd3a4a2b5f",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_employees": {
"$id": "19",
"id": "3187c993-5b8b-4d99-9910-fe6231689c30",
"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": "899b010f-4495-45fa-a7bb-ac0e90aaa3cd",
"name_pos": "sample string 12",
"id_image": "ee6780d7-9dba-40fc-a66c-5bc8aadd0a87",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "2d6848c1-8c7f-4ff9-9be3-ad6393f3178e",
"commited": true,
"mt_employees_branches": [
{
"$id": "20",
"id_employee": "28157ace-fb4b-4ab8-bdf4-75875ff447cf",
"id_branch": "24759897-1509-40e0-82b8-f86c4946d5f6",
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "e1d1df14-bc46-4fc8-b06a-8ffba62e8431",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_employees": {
"$ref": "19"
}
},
{
"$ref": "20"
}
],
"mt_employees_profiles": {
"$id": "21",
"id": "2ed70f97-d6c1-4a71-a750-f4eba8498265",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "fbbd6f95-c08f-4147-b35e-acf309c62b8f",
"commited": true,
"mt_employees": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"st_users": {
"$ref": "9"
}
},
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"tt_doc_sa_det": [
{
"$id": "22",
"id_doc_sa": "fea0225c-a480-4de7-8d16-1172a541a8fe",
"id_line": 2,
"id_item_sub": "61f23760-0499-4d21-b7b4-4c1007946b99",
"qty": 4.1,
"id_list": "78ccd5ac-9e9b-4706-9694-bf46f5efe893",
"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": "dbc790f9-8fba-4a40-93dc-a144ef11b76a",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "6666b39b-35a2-4ce2-ace4-9bd912369886",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "69e71575-7462-48e3-9bcb-b59e783d685d",
"id_user_upd": "43e3c36d-4a00-4bbd-8e8a-8c4be6333801",
"active": true,
"mt_employees": {
"$ref": "19"
},
"mt_items_sub": {
"$id": "23",
"id": "67f74126-a08d-4215-ae51-8c96514d6c2f",
"id_item": "5833b951-8557-4812-842b-fcdbed7d5f05",
"id_item_type": "beb3a7ad-20c1-4f7c-bda2-4a9d50cf7e50",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "b7bd0827-454b-469c-a31b-51de93717eac",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "0ce0842b-6e2c-4fae-9d38-c4e975cce3c6",
"commited": true,
"mt_items": {
"$ref": "7"
},
"mt_items_formula": [
{
"$id": "24",
"id_item_sub": "3e19ed5d-b5e7-4dc1-92c2-03f58b3f78c1",
"id_item": "6b97b284-9935-493b-98c4-e28533a0db75",
"group_id": 3,
"id_unit_ref": "e9c77cdf-402d-4f77-a0d8-2df5abbc3487",
"qty_dis": 5,
"mt_items": {
"$ref": "7"
},
"mt_items_sub": {
"$ref": "23"
},
"mt_units_ref": {
"$id": "25",
"id": "e0efd02d-a2cc-4737-bc82-686162777506",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "9db7dc1b-c9c5-4642-9689-0ec8306d6853",
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "b5a146cb-4253-4b7a-bf11-7dadfb2dfcb7",
"commited": true,
"mt_units": {
"$id": "26",
"id": "df0a1bdc-c6bf-4043-a959-046dc608c512",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "671bd66c-1941-48d9-845e-5373e776ad96",
"commited": true,
"mt_units_ref": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_users": {
"$ref": "9"
},
"mt_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items1": [
{
"$ref": "7"
},
{
"$ref": "7"
}
]
},
"st_users": {
"$ref": "9"
},
"mt_items_formula": [
{
"$ref": "24"
},
{
"$ref": "24"
}
]
}
},
{
"$ref": "24"
}
],
"mt_items_types": {
"$ref": "16"
},
"mt_items_vouchers": {
"$id": "27",
"id": "29538f90-52f6-408c-accf-82ea955b1d62",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "2cd61511-b27b-4505-8e93-8da436bcd9d4",
"id_doc_print": "65c52cad-2824-415f-970d-88ec9ac43955",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "23"
},
{
"$ref": "23"
}
]
},
"st_users": {
"$ref": "9"
},
"mt_prices_items": [
{
"$id": "28",
"id_list": "3285ff2e-6686-43bc-9964-3e2cbb8bde6a",
"id_item_sub": "c1d64ba9-f7ee-4fa2-b2d6-b90bda23caa9",
"validity_date": "2026-09-06T06:24:14.5295494+02:00",
"price": 4.1,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "51ce1b41-08aa-4d04-9d2b-083bdabac9ec",
"commited": true,
"mt_items_sub": {
"$ref": "23"
},
"mt_prices_list": {
"$id": "29",
"id": "869a1df5-85c9-4315-8798-eee354466792",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "66118652-c23f-424a-8ad5-b2380d12921f",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "c0ffd3b1-d0e7-46f6-9388-bca3065ee59e",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "12afb1bc-78af-4e10-99b9-c1ec0b768e43",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "30",
"id_pos": "d4a5ae2f-fd68-4fdb-991f-c4082d9e2cab",
"id_pos_type": "b24a8c40-ed50-4d93-a2e2-1c97080d4e92",
"id_price_list": "d27f365f-e515-4387-a4d3-48920fa3d529",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "093d0124-00d5-44f9-9375-2f9ee3e66f21",
"commited": true,
"mt_pos_view": {
"$id": "31",
"id_pos": "12440024-2069-47d1-a115-5bed3bc4c1ff",
"id_pos_type": "6a62a210-78cb-4c94-9606-571ed3f7b895",
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "d4e493cb-2a12-44cb-b482-9a6282ec8adb",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"mt_pos_prices_list": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"mt_pos_types": {
"$id": "32",
"id": "d394a359-90c4-4e57-971e-dae683583fa5",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "80708d03-6894-45c5-86d6-eafc973d263d",
"commited": true,
"mt_items_featured": [
{
"$id": "33",
"id": "3583f38a-2509-4bd9-9a70-fee91b2ceb2f",
"id_branch": "e8e43c47-5bd0-441d-99ca-22c29d01d933",
"id_pos_type": "670dcb9f-b779-4945-8930-1695d8d3289d",
"id_pos": "bb14ebf7-c6ce-4a0c-a319-ac4611382bf8",
"id_item": "3cf6cb42-14ba-40da-9610-29488f5ea113",
"date_from": "2026-09-06T06:24:14.5295494+02:00",
"date_end": "2026-09-06T06:24:14.5295494+02:00",
"image_id": 4,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "bbc6fba8-8e25-4988-9b7c-28c02b3a90bc",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_items": {
"$ref": "7"
},
"mt_pos": {
"$ref": "11"
},
"mt_pos_types": {
"$ref": "32"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "33"
}
],
"mt_pos_doc_print": [
{
"$id": "34",
"id_pos_print": "c5f1f5ee-3dc5-4fe2-9372-7e1c13281c83",
"id_doc": "355143c3-5aca-4c2d-9b00-56d15974eddb",
"id_pos_type": "ffdfadb9-262a-4866-b44d-6cbbc48b4666",
"id_doc_print": "9c3b4f84-697d-4a37-8256-d1b700da174f",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "3229676f-19c8-47da-a43d-674056303f4f",
"commited": true,
"mt_docs": {
"$id": "35",
"id": "8022305a-6bb2-44a9-941e-085c329ac4fe",
"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": "8b7aa701-5d9b-43df-ac4a-8ea34d528130",
"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:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "42f63e83-6fdf-4ef1-a88a-655d04fb9f66",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "36",
"id_doc": "cb40abed-e642-4d94-9f8c-8ee65277f6b4",
"id_pay": "6efc6328-b540-4568-afe6-b5cc69f6a00c",
"id_money": "ac86c2f0-6264-4c7d-a40b-08b0b2e053a0",
"active": true,
"created_on": "2026-09-06T06:24:14.5295494+02:00",
"last_update": "2026-09-06T06:24:14.5295494+02:00",
"id_user_upd": "c88e1331-1e35-4953-913e-83566f3f8e42",
"commited": true,
"mt_docs": {
"$ref": "35"
},
"mt_money_types": {
"$id": "37",
"id": "26f4a55a-ca36-42dd-84e4-17e4f667545d",
"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": "9043677d-1f06-4b02-8cd6-784351e22ef3",
"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:24:14.5454698+02:00",
"last_update": "2026-09-06T06:24:14.5454698+02:00",
"id_user_upd": "129c48bc-ef18-4c49-a60b-7b7cebe740a5",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_money_rates": [
{
"$id": "38",
"id_money_1": "bdadd3b6-cf7f-4bc2-b634-20d7145cfec7",
"id_money_2": "2e1a2770-f09e-4dda-ac6f-e3b5a827e311",
"date_from": "2026-09-06T06:24:14.5464372+02:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-09-06T06:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"id_user_upd": "87b99b93-65a2-469f-a93b-32319db2df77",
"commited": true,
"mt_money_types": {
"$ref": "37"
},
"mt_money_types1": {
"$ref": "37"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "38"
}
],
"mt_money_rates1": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"tt_doc_sa_cashflow": [
{
"$id": "39",
"id_doc_sa": "c309ba2b-8f03-4b15-b3d5-a1cbbd86b610",
"id_pay": "100fb433-8eb6-46f3-a207-2d46b2bac07c",
"id_money": "2e7f4697-f089-4215-93b0-eac860836496",
"date_cashflow": "2026-09-06T06:24:14.5464372+02:00",
"coefficient": 5.1,
"id_user_add": "f15f1270-efa5-4966-8eb2-bce1410e0f4d",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "40",
"id": "4dd815ae-1613-4b9a-a4cd-f8bc664041ff",
"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": "aff27c48-8b2e-4e90-ade4-7f98dc810352",
"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:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"id_user_upd": "082e3043-24b7-4fc8-aa0b-61f9f40b53cd",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"tt_doc_sa_cashflow": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"tt_doc_sa_pay": [
{
"$id": "41",
"id_doc_sa": "3571df06-ff18-4d73-95a9-d14121d151c5",
"id_line": 2,
"id_pay": "f622b945-b94c-454e-aefa-6a50751119a8",
"id_money": "9a75aae3-7fd1-432a-a80b-8fc63ebc5a07",
"coefficient": 5.1,
"id_voucher": "40eaf8c0-b69a-4ce7-8afe-2bd1e708a42b",
"id_employee": "08ea60c5-3672-4b26-8dc5-988d2e820109",
"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": "6c062647-b418-48c5-ab58-f96a0ff1fc5f",
"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": "19"
},
"mt_money_types": {
"$ref": "37"
},
"mt_payment_types": {
"$ref": "40"
},
"tt_doc_sa": {
"$ref": "2"
},
"tt_vouchers": {
"$ref": "18"
}
},
{
"$ref": "41"
}
],
"tt_vouchers": [
{
"$ref": "18"
},
{
"$ref": "18"
}
]
},
"st_users": {
"$ref": "9"
},
"mt_money_types": {
"$ref": "37"
},
"tt_doc_sa": {
"$ref": "2"
}
},
{
"$ref": "39"
}
],
"tt_doc_sa_pay": [
{
"$ref": "41"
},
{
"$ref": "41"
}
]
},
"mt_payment_types": {
"$ref": "40"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "36"
}
],
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"mt_pos_doc_print": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"st_doc_num": [
{
"$id": "42",
"id_pos": "0fb44665-4017-484f-b31a-af793f1cd868",
"id_doc": "780ef061-2b96-4997-b0ee-a95cad5cde86",
"value": 3,
"created_on": "2026-09-06T06:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"commited": true,
"mt_docs": {
"$ref": "35"
},
"mt_pos": {
"$ref": "11"
}
},
{
"$ref": "42"
}
],
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_doc_st": [
{
"$id": "43",
"id": "5ed56d3b-ca0d-45f5-ba4b-87173a1c7408",
"id_pos": "6696a547-8317-4c42-8dc4-3d900c9d3a6d",
"id_doc": "140e920b-8cd0-421f-a881-2e06aabe95ce",
"id_branch": "2b82a23a-3da8-45f2-83f3-3c579ae98e7e",
"nro_doc": "sample string 5",
"date_doc": "2026-09-06T06:24:14.5464372+02:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "f010c5e8-3cac-4515-8d03-017e67d02666",
"id_loc_from": "d24ec57c-cce0-49cd-a3e6-18cc1c914bba",
"id_loc_end": "db520ce3-0fb7-4e7e-8c63-8085f54b51a6",
"id_user_add": "689c068b-36ac-470c-8207-2c974984572d",
"id_user_upd": "4064fbd6-30eb-4ca8-a493-b2e17d862494",
"id_pos_sesion": "c6bbdf87-9005-4369-b3cf-1535a3e7d5e4",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-09-06T06:24:14.5464372+02:00",
"active": true,
"created_on": "2026-09-06T06:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_docs": {
"$ref": "35"
},
"mt_locations": {
"$id": "44",
"id": "8af6a1dd-15ca-4454-a543-ef389fe42d87",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "28bc2287-e78a-468f-a1a9-43bbf4b70871",
"active": true,
"created_on": "2026-09-06T06:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"id_user_upd": "21d8028e-86a1-4e2f-8866-ce35051737f3",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"st_users": {
"$ref": "9"
},
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_doc_sa1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_doc_st": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_doc_st1": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_stock": [
{
"$id": "45",
"id_location": "6c89eb93-cb82-4e22-b29f-093de58acc19",
"id_item": "bab94102-808e-417a-9e9b-e68949087055",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-09-06T06:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"commited": true,
"mt_items": {
"$ref": "7"
},
"mt_locations": {
"$ref": "44"
}
},
{
"$ref": "45"
}
]
},
"mt_locations1": {
"$ref": "44"
},
"mt_pos": {
"$ref": "11"
},
"st_users": {
"$ref": "9"
},
"st_users1": {
"$ref": "9"
},
"tt_doc_st_det": [
{
"$id": "46",
"id_doc_st": "23bc7f3d-0679-4ff8-9b33-643194615b1b",
"id_line": 2,
"id_item": "65ca4e7e-9984-4552-b70a-65dfca91ca27",
"comment": "sample string 4",
"qty": 5.1,
"status": 1,
"active": true,
"mt_items": {
"$ref": "7"
},
"tt_doc_st": {
"$ref": "43"
}
},
{
"$ref": "46"
}
],
"tt_doc_st1": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_doc_st2": {
"$ref": "43"
}
},
{
"$ref": "43"
}
]
},
"mt_pos_print": {
"$id": "47",
"id": "78e8c1a3-d4bf-43b7-b082-490ce3a37199",
"id_pos": "10ce4835-c6d5-4d1c-a25e-9589c25cafef",
"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:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"id_user_upd": "244d5941-b1c9-4a2b-8b45-7ade67f7e0fc",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"mt_pos_doc_print": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"st_users": {
"$ref": "9"
}
},
"mt_pos_types": {
"$ref": "32"
},
"st_doc_print": {
"$id": "48",
"id": "2577c740-b49f-4abf-92a7-890b66511aee",
"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:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"st_doc_print_det": [
{
"$id": "49",
"id_doc_print": "8d63532d-b1d7-4ce9-bf52-84efbc2805fc",
"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": "48"
}
},
{
"$ref": "49"
}
]
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "34"
}
],
"st_users": {
"$ref": "9"
},
"mt_pos_view": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"st_users": {
"$ref": "9"
}
},
"mt_prices_list": {
"$ref": "29"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "30"
}
],
"mt_prices_items": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"mt_prices_list1": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_prices_list2": {
"$ref": "29"
},
"mt_prices_list_rules": [
{
"$id": "50",
"id": "0c12cab6-e7dd-4dc4-81ba-15baa55811bf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-09-06T06:24:14.5464372+02:00",
"date_end": "2026-09-06T06:24:14.5464372+02:00",
"id_branch": "a23469ac-ac79-4e6a-9030-d67ec7ccda74",
"id_pos": "55a201ef-e1af-4c88-b18a-9fd477202b66",
"id_list": "6a1ba8a4-fc4e-4546-84e1-699840b13269",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"id_user_upd": "6e42e05b-b1c8-4df9-8e2b-f438dd259fb2",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_pos": {
"$ref": "11"
},
"mt_prices_list": {
"$ref": "29"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "50"
}
],
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"mt_prices_rules": [
{
"$id": "51",
"id": "3ae5e044-7a83-4344-9be0-4fc1bd9be37c",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-09-06T06:24:14.5464372+02:00",
"date_end": "2026-09-06T06:24:14.5464372+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": "e6e55498-9577-4bc5-ba0d-3179b526c894",
"id_pos": "b8446b43-3d8b-407d-94d4-18def4f0ed3d",
"id_list": "22bf110d-9424-488d-a89c-c75e8b95b754",
"id_item": "39632074-16d5-4177-8e11-106965cf3a0b",
"id_item_type": "85353df6-74e2-4395-a50d-5b76a326976a",
"id_category": "e3478d20-7809-4d18-8939-b4e32b54e5d5",
"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:24:14.5464372+02:00",
"last_update": "2026-09-06T06:24:14.5464372+02:00",
"id_user_upd": "492cf035-2881-453d-8823-7cb68486fdee",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_categories": {
"$ref": "5"
},
"mt_items": {
"$ref": "7"
},
"mt_items_types": {
"$ref": "16"
},
"mt_pos": {
"$ref": "11"
},
"mt_prices_list": {
"$ref": "29"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "51"
}
],
"tt_doc_sa_det": [
{
"$ref": "22"
},
{
"$ref": "22"
}
]
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "28"
}
],
"tt_doc_sa_det": [
{
"$ref": "22"
},
{
"$ref": "22"
}
]
},
"mt_prices_list": {
"$ref": "29"
},
"st_users": {
"$ref": "9"
},
"st_users1": {
"$ref": "9"
},
"tt_doc_sa": {
"$ref": "2"
},
"tt_doc_sa_det_stock": [
{
"$id": "52",
"id_doc_sa": "fe4abb3d-8c57-4493-b12a-871b57768af8",
"id_line": 2,
"id_item": "e14e4a89-24b4-4cc6-b513-531b4e46c159",
"qty": 4.1,
"mt_items": {
"$ref": "7"
},
"tt_doc_sa_det": {
"$ref": "22"
}
},
{
"$ref": "52"
}
]
},
{
"$ref": "22"
}
],
"tt_doc_sa_pay": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"tt_vouchers": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"tt_vouchers_permisions": [
{
"$id": "53",
"id": "8eb1fcca-990c-436f-adca-ae06f67533e6",
"date_from": "2026-09-06T06:24:14.5557191+02:00",
"date_end": "2026-09-06T06:24:14.5557191+02:00",
"date_used": "2026-09-06T06:24:14.5557191+02:00",
"id_employee": "59c100ad-6d4a-4bc8-80a6-379791d57b24",
"id_branch": "ea95c0e9-f2d1-41bb-b9d3-4a5640a8d8e6",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "4ad3e547-e39d-4e79-99a6-d75b0513e8da",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_employees": {
"$ref": "19"
},
"st_users": {
"$ref": "9"
},
"tt_vouchers": [
{
"$ref": "18"
},
{
"$ref": "18"
}
]
},
{
"$ref": "53"
}
],
"tt_rooms_units_activity": [
{
"$id": "54",
"id": "62db77ec-e060-4fed-af4b-437f8149b5a8",
"id_room_unit": "d8867fc6-a447-4a5f-8365-6421fd519ce2",
"id_room_list": "d7df9c2d-c01a-444f-8760-8a0602c60279",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-09-06T06:24:14.5557191+02:00",
"date_from": "2026-09-06T06:24:14.5557191+02:00",
"date_end": "2026-09-06T06:24:14.5557191+02:00",
"date_open": "2026-09-06T06:24:14.5557191+02:00",
"date_close": "2026-09-06T06:24:14.5557191+02:00",
"id_employee": "0496a600-a01a-4c11-844f-ea804be8e5b3",
"id_employee_sec": "e1287708-f599-442e-8900-bb7fe7c7518f",
"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": "331ccac8-a307-4eff-8bf4-14254ac1236a",
"comment": "sample string 7",
"id_user_open": "758e2a88-29e4-40ea-9ea9-7c989d48a4c1",
"id_user_close": "e95bc3d4-5977-4851-a782-1e325f68bb84",
"id_unit_state": "84f320c8-5b3e-4b63-81f8-85af8d01addd",
"id_pos_sesion": "41e3b580-29ed-47b2-b5fb-e8b8b2be5ac0",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-09-06T06:24:14.5557191+02:00",
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"commited": true,
"mt_employees": {
"$ref": "19"
},
"mt_employees1": {
"$ref": "19"
},
"mt_rooms_units": {
"$id": "55",
"id": "7c840fc1-ba97-4d91-b5b9-17e21547d871",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "5997665c-b0fe-44d6-b231-3418544ec1c7",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "9084deeb-ec0b-4ae5-b491-8bb769913204",
"locked": true,
"date_locked": "2026-09-06T06:24:14.5557191+02:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"id_user_upd": "4c37d2d1-3e2b-4601-bf3b-d36cd408a150",
"commited": true,
"mt_rooms": {
"$id": "56",
"id": "e35b2c59-9d3c-47c0-a4a2-16feacbfd171",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "c3321989-6353-4ef0-bb91-7e0dd35c5d38",
"name_pos": "sample string 6",
"id_image": "71b9db6f-8fa2-4d2e-80b3-e8c951a62e1f",
"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": "603735f5-bdff-493b-941c-46a551bd84da",
"refresh_status": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"id_user_upd": "655deed3-873d-4737-a9c0-a869b4226d78",
"commited": true,
"mt_branches": {
"$ref": "3"
},
"mt_pos_rooms": [
{
"$id": "57",
"id_pos": "0e9b27ec-c57b-4019-9604-903e7ae196eb",
"id_room": "11cdaa58-6985-48d5-9a71-da8e9045b797",
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"id_user_upd": "dec107b0-5da3-498b-9710-3dfd30f7e8a0",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"mt_rooms": {
"$ref": "56"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "57"
}
],
"st_images": {
"$ref": "4"
},
"st_images1": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"mt_rooms_units": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_list": [
{
"$id": "58",
"id": "c46bbb91-9850-4bfb-ad94-5bb0f854a0ee",
"id_room": "a8e8f185-1066-42d8-bc9b-e87b7742789b",
"date_in": "2026-09-06T06:24:14.5557191+02:00",
"date_out": "2026-09-06T06:24:14.5557191+02:00",
"id_user_add": "ed77fe54-f6c1-4fcb-87fd-5e8b4d489e4f",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"commited": true,
"mt_rooms": {
"$ref": "56"
},
"st_users": {
"$ref": "9"
},
"tt_rooms_units_activity": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
},
{
"$ref": "58"
}
]
},
"mt_rooms_units_types": {
"$id": "59",
"id": "7478e8ca-eae0-46c9-9c58-958a27100bc6",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"id_user_upd": "72dbabe9-8513-48fc-8258-7e0d66f0f606",
"commited": true,
"mt_rooms_units": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"mt_rooms_units_states_types": [
{
"$id": "60",
"id_room_type": "fbc428a4-72ee-4d64-bf23-8cf3187d95b7",
"id_room_state": "1591b777-7145-45c5-8e19-2a41acd5ce0a",
"id_image": "c82710e7-ed95-4e62-87d3-ac0894968be9",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-09-06T06:24:14.5557191+02:00",
"last_update": "2026-09-06T06:24:14.5557191+02:00",
"id_user_upd": "1755c54f-8c61-4d41-9226-c4d4118669c6",
"commited": true,
"mt_rooms_units_states": {
"$id": "61",
"id": "4d7c6dda-6a41-4075-93d4-9676a258fd28",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"color": "sample string 5",
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"id_user_upd": "c35e0621-51f9-4217-b3d7-f62bf1051665",
"commited": true,
"st_users": {
"$ref": "9"
},
"mt_rooms_units_states_types": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_rooms_units_activity": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
},
"mt_rooms_units_types": {
"$ref": "59"
},
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "60"
}
],
"st_users": {
"$ref": "9"
}
},
"st_users": {
"$ref": "9"
},
"tt_rooms_units_activity": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
},
"mt_rooms_units_states": {
"$ref": "61"
},
"st_users": {
"$ref": "9"
},
"st_users1": {
"$ref": "9"
},
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_pos_sesion": {
"$ref": "14"
},
"tt_rooms_list": {
"$ref": "58"
}
},
{
"$ref": "54"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "54"
},
{
"$ref": "54"
}
]
},
"mt_payment_types": {
"$ref": "40"
},
"st_users": {
"$ref": "9"
},
"tt_doc_sa_pay": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"tt_vouchers_det": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"tt_vouchers_permisions": {
"$ref": "53"
}
}
},
{
"$ref": "17"
}
],
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"mt_items_sub": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_prices_rules": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_items_customs": [
{
"$ref": "15"
},
{
"$ref": "15"
}
]
},
"st_users": {
"$ref": "9"
},
"tt_pos_sesion": {
"$ref": "14"
}
},
{
"$ref": "15"
}
],
"tt_doc_sa_pt": [
{
"$id": "62",
"id": "b796472d-cecf-41b2-bb55-9d97ca605e84",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "2adda839-c7d8-4325-8cf9-350968c8233d",
"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:24:14.5617336+02:00",
"tt_pos_sesion": {
"$ref": "14"
}
},
{
"$ref": "62"
}
],
"tt_rooms_units_activity": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"st_users": {
"$ref": "9"
},
"st_users1": {
"$ref": "9"
},
"tt_tips": [
{
"$id": "63",
"id": "499d7506-6fb1-4390-bc8e-89def7a91a17",
"id_pos_sesion": "8c5e9f0a-4300-40ef-a035-88e69947e3fa",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "61979522-1a12-462d-b0f4-0bdf91d8f8db",
"id_room_unit_activity": "6babe54e-7ffc-4fd6-8f63-a0522e0f83fa",
"id_doc_sa": "48a74f68-5218-4ff6-9ea4-a924dccb2146",
"id_pos_type": "935802f0-8c32-4e18-ace9-c90ab9f1b89f",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "d246e4e3-0161-42e6-85f2-d39a67d3c810",
"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:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"tt_pos_sesion": {
"$ref": "14"
},
"tt_tips_users": [
{
"$id": "64",
"id_tip": "1e807281-d7b2-4f1f-bb09-9a505acdd4f4",
"id_user": "03b388ed-8540-4452-bc39-e55f69b26eeb",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_users": {
"$ref": "9"
},
"tt_tips": {
"$ref": "63"
}
},
{
"$ref": "64"
}
]
},
{
"$ref": "63"
}
],
"tt_pos_sesion_users": [
{
"$id": "65",
"id_pos_sesion": "76dc7825-ca3c-44d7-9ca6-14382a16e01d",
"id_user": "c7b22e27-7bb4-4321-b854-2ac5f9d4bc1d",
"date_add": "2026-09-06T06:24:14.5617336+02:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_users": {
"$ref": "9"
},
"tt_pos_sesion": {
"$ref": "14"
}
},
{
"$ref": "65"
}
],
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_cmd_connection": [
{
"$id": "66",
"id": "88b835cf-5b01-47f7-a3bd-67de8441c76d",
"id_user": "c9e909b3-a5ba-47e6-800e-1755f0ee1882",
"id_user_profile": "897a226f-3bc9-4b80-b5e7-32d2d159fbbf",
"locator": "sample string 4",
"date_end": "2026-09-06T06:24:14.5617336+02:00",
"id_pos_sesion": "1d5b32ef-4902-4a47-9986-5a7e99774f5e",
"date_login": "2026-09-06T06:24:14.5617336+02:00",
"date_logout": "2026-09-06T06:24:14.5617336+02:00",
"terminal_id": "sample string 6",
"terminal_type": "sample string 7",
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_users": {
"$ref": "9"
},
"st_users_profiles": {
"$id": "67",
"id": "f6db8b9c-a0fa-46ea-bfcb-12b0d902d5d5",
"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:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_permisions": [
{
"$id": "68",
"id": "baecc880-3d13-4efd-8e15-4e36d4bf632a",
"id_function": "ce9033f7-fa73-42fe-b516-ae2c3b50f78a",
"id_user": "28ed0d13-3d68-4240-9871-419f3464f4a5",
"id_profile": "3e364e85-734c-45fd-a3c1-55bb807174b8",
"permission": 3,
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_users_profiles": {
"$ref": "67"
},
"st_users": {
"$ref": "9"
},
"st_functions": {
"$id": "69",
"id": "b4e4f7f7-337e-4719-8056-4441b98c6ee2",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "1bc39d39-bc82-4dac-b1e4-c4c9ecdaa711",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "50c900ad-41e7-43a8-9a56-58ec6032c293",
"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:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_functions_groups": {
"$id": "70",
"id": "71574ddf-9104-41f1-b4d2-9df22737cc07",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_functions": [
{
"$ref": "69"
},
{
"$ref": "69"
}
]
},
"st_images": {
"$ref": "4"
},
"st_permisions": [
{
"$ref": "68"
},
{
"$ref": "68"
}
]
}
},
{
"$ref": "68"
}
],
"st_users": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"tt_cmd_connection": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"tt_pos_sesion": {
"$ref": "14"
}
},
{
"$ref": "66"
}
],
"tt_cmd_messages": [
{
"$id": "71",
"id": "12e9357a-97b2-49b8-902a-fc0eba2ef7a9",
"id_user": "749a4748-1bca-42f2-8dc4-764cec68585d",
"date_add": "2026-09-06T06:24:14.5617336+02:00",
"destiny_type": 4,
"id_key": "f895296b-847e-486d-96aa-7e5f2dd27fbc",
"message": "sample string 6",
"message_view": true,
"date_view": "2026-09-06T06:24:14.5617336+02:00",
"id_pos_sesion": "b85bba7d-9cc6-4ed2-bd03-7e92ba46fa0b",
"terminal_add": "sample string 9",
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_users": {
"$ref": "9"
},
"tt_pos_sesion": {
"$ref": "14"
}
},
{
"$ref": "71"
}
]
}
},
{
"$ref": "13"
}
]
},
{
"$ref": "12"
}
],
"mt_items_featured": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_pos_print": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"mt_pos_rooms": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_users": {
"$ref": "9"
},
"mt_pos_view": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_prices_list_rules": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"mt_prices_rules": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"st_doc_num": [
{
"$ref": "42"
},
{
"$ref": "42"
}
],
"st_pos_license": [
{
"$id": "72",
"id": "f31e0e70-4db7-4f0c-b0f1-0b6a1c25e954",
"id_pos": "9566af57-ac47-45d1-8418-b50c58f43728",
"mac_address": "sample string 3",
"date_end": "2026-09-06T06:24:14.5617336+02:00",
"key_access": "sample string 5",
"id_user_add": "ce81c5e2-f4f7-4dd8-85d5-df1359e55417",
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "72"
}
],
"st_users_pos": [
{
"$id": "73",
"id_user": "b22ec659-0ac5-4017-9a50-33c984011398",
"id_pos": "e5557754-833c-45fe-9ef6-8ad8411875fe",
"pass_required": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "73"
}
],
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_pos_connection": [
{
"$id": "74",
"id": "574192d9-2a83-4ea1-86a4-966ec8c4fb58",
"id_pos": "ec1a9bf0-e016-4902-b534-d83ee9e3c193",
"date_add": "2026-09-06T06:24:14.5617336+02:00",
"date_upd": "2026-09-06T06:24:14.5617336+02:00",
"date_out": "2026-09-06T06:24:14.5617336+02:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "11"
}
},
{
"$ref": "74"
}
],
"tt_pos_sesion": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_branches": {
"$ref": "3"
},
"tt_logs": [
{
"$id": "75",
"id": "75749580-3b61-4189-9027-40e0c0f6ff55",
"id_user_add": "78a3d738-669f-4c17-8954-30524845e9e0",
"id_table": "8bc6310f-46e8-488b-932e-b14f8a304aa3",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "b11b563e-486f-4c5d-af26-6f42998219be",
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"mt_pos": {
"$ref": "11"
},
"st_sync_tables": {
"$id": "76",
"id": "76e434b6-b5e2-4317-b83a-f1c725e9702d",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "77",
"id": "3a0c31d7-af9f-435d-9d4d-05f345034153",
"id_sync": "a9784ba9-adbe-4963-8bb8-a23e8001b04a",
"json": "sample string 3",
"id_table": "7d2062f1-ae8f-4bf8-883a-043acacecaa1",
"order": 5,
"st_sync_packages": {
"$id": "78",
"id": "578cd439-3fbb-4f25-8d92-2472f9fe0d1f",
"id_branch_from": "c01da6eb-4298-4e6a-94a8-3529ae52fa84",
"id_branch_to": "725920d8-7d46-4f7c-b82c-e729945207e8",
"type": 4,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-09-06T06:24:14.5617336+02:00",
"send_on": "2026-09-06T06:24:14.5617336+02:00",
"mt_branches": {
"$ref": "3"
},
"mt_branches1": {
"$ref": "3"
},
"st_sync_packages_det": [
{
"$ref": "77"
},
{
"$ref": "77"
}
]
},
"st_sync_tables": {
"$ref": "76"
}
},
{
"$ref": "77"
}
],
"tt_logs": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "75"
}
],
"st_local_variables": [
{
"$id": "79",
"id": "65371bb6-52b3-4336-b062-c424f62771b0",
"id_pos": "0b6d690c-15ef-48f4-a0a5-bd1388032c63",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"mt_pos": {
"$ref": "11"
}
},
{
"$ref": "79"
}
],
"tt_doc_st": [
{
"$ref": "43"
},
{
"$ref": "43"
}
]
},
{
"$ref": "11"
}
],
"st_users": {
"$ref": "9"
}
},
{
"$ref": "10"
}
],
"mt_brands": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_categories": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"mt_categories_items": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_cloakrooms": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_docs_payment_money": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_employees": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_employees_profiles": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"mt_items_featured": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_items_sub": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_items_types": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_locations": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"mt_money_rates": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_money_types": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_payment_types": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_pos_doc_print": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"mt_pos_prices_list": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"mt_pos_print": [
{
"$ref": "47"
},
{
"$ref": "47"
}
],
"mt_pos_rooms": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"mt_pos_types": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_pos_view": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"mt_prices_items": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"mt_prices_list": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_prices_list_rules": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"mt_prices_rules": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"mt_rooms": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_rooms_units": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"mt_rooms_units_types": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"mt_units": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_units_ref": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"st_images": {
"$ref": "4"
},
"st_images1": {
"$ref": "4"
},
"st_permisions": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"st_pos_license": [
{
"$ref": "72"
},
{
"$ref": "72"
}
],
"st_users_pos": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"st_users_token": [
{
"$id": "80",
"id": "246781eb-9396-48fd-8e3a-724804889e69",
"token_id": "sample string 2",
"id_user": "50c30a36-74e0-4606-87d0-f20cbdba72e6",
"date_from": "2026-09-06T06:24:14.5617336+02:00",
"date_end": "2026-09-06T06:24:14.5617336+02:00",
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"st_users": {
"$ref": "9"
}
},
{
"$ref": "80"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"tt_doc_sa_det": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"tt_doc_sa_det1": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"tt_doc_st": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_doc_st1": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_items_customs": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_logs": [
{
"$ref": "75"
},
{
"$ref": "75"
}
],
"tt_pos_sesion": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_pos_sesion1": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_rooms_list": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_rooms_units_activity": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"tt_rooms_units_log": [
{
"$id": "81",
"id": "c9892249-1005-4a79-99e0-55dc89d6bb8a",
"id_room_activity": "305cc44f-d8af-410b-b44d-35a8a8e783da",
"id_pos_sesion": "eb3cf6a6-aea4-4d2c-b1a1-9f22d7bef590",
"log_text": "sample string 4",
"id_user": "a55c9964-262e-44d2-ae28-99ef4bf472fd",
"event_type": "sample string 6",
"correlation_id": "1ae17937-c41a-4e2e-b712-8caadaa6b5ea",
"id_room_unit": "1bb75650-448a-4ef4-906d-0735ea701020",
"id_room_unit_source": "c7ccea05-d061-4be7-8f28-37033ae9a450",
"id_room_unit_destination": "874c81e6-23b8-4766-8c02-21d833d19a8c",
"id_room_activity_related": "23314117-36aa-4319-bff2-c6c873f682d8",
"id_doc_sa": "222912a8-3c9d-41ae-a466-05c71d30ab3b",
"id_user_authorizer": "1b3bfc3e-cbfa-43fb-94f7-ac9fdaafbe4a",
"data_json": "sample string 7",
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_users": {
"$ref": "9"
}
},
{
"$ref": "81"
}
],
"tt_tips_users": [
{
"$ref": "64"
},
{
"$ref": "64"
}
],
"tt_vouchers_permisions": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"tt_vouchers": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"mt_docs": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"tt_pos_sesion_users": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_doc_sa1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_rooms_units_states": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"st_users_profiles": {
"$ref": "67"
},
"tt_cmd_connection": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"tt_cmd_messages": [
{
"$ref": "71"
},
{
"$ref": "71"
}
]
}
},
"mt_categories_items": [
{
"$ref": "6"
},
{
"$ref": "6"
}
],
"mt_items_featured": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_items_formula": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_units": {
"$ref": "26"
},
"mt_units1": {
"$ref": "26"
},
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"mt_items_sub": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_prices_rules": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"tt_doc_st_det": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_items_customs": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_stock": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"tt_vouchers_det": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
},
"st_users": {
"$ref": "9"
}
},
{
"$ref": "6"
}
],
"st_images": {
"$ref": "4"
},
"st_users": {
"$ref": "9"
},
"mt_prices_rules": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"tt_vouchers_det": [
{
"$ref": "17"
},
{
"$ref": "17"
}
]
},
{
"$ref": "5"
}
],
"mt_employees": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"mt_items": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_items_types": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_money_types": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_payment_types": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_prices_list": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_rooms": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_rooms1": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"st_functions": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"st_images_types": {
"$id": "82",
"id": "db39e19e-762d-4127-95d2-c0119dc70295",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"st_images": [
{
"$ref": "4"
},
{
"$ref": "4"
}
]
},
"mt_docs": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"st_users": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"st_users1": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_cloakrooms": [
{
"$ref": "12"
},
{
"$ref": "12"
}
]
},
"st_users": {
"$ref": "9"
},
"mt_branches_zones": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"mt_employees_branches": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"mt_items_featured": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"mt_locations": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"mt_periods": [
{
"$id": "83",
"id_branch": "40cef430-fa87-404f-8195-1adbd164c878",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-09-06T06:24:14.5617336+02:00",
"date_end": "2026-09-06T06:24:14.5617336+02:00",
"state": "sample string 6",
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"last_update": "2026-09-06T06:24:14.5617336+02:00",
"commited": true,
"mt_branches": {
"$ref": "3"
}
},
{
"$ref": "83"
}
],
"mt_pos": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_prices_list_rules": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"mt_prices_rules": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"mt_rooms": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"st_sync_packages": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"st_sync_packages1": [
{
"$ref": "78"
},
{
"$ref": "78"
}
],
"tt_doc_sa": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_doc_st": [
{
"$ref": "43"
},
{
"$ref": "43"
}
],
"tt_vouchers": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"tt_vouchers_permisions": [
{
"$ref": "53"
},
{
"$ref": "53"
}
]
},
"mt_docs": {
"$ref": "35"
},
"mt_locations": {
"$ref": "44"
},
"mt_locations1": {
"$ref": "44"
},
"mt_pos": {
"$ref": "11"
},
"st_users": {
"$ref": "9"
},
"st_users1": {
"$ref": "9"
},
"tt_cloakrooms_units": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"tt_doc_sa_det": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"tt_doc_sa_pay": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"tt_doc_sa1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_doc_sa2": {
"$ref": "2"
},
"tt_pos_sesion": {
"$ref": "14"
},
"tt_rooms_units_activity": {
"$ref": "54"
},
"tt_spool_doc_print": [
{
"$id": "84",
"id": "918e3c12-10e9-458f-bfe9-f75414db51d1",
"spool_server": "sample string 2",
"id_doc_sa": "0d38d65e-0106-4d21-ba88-64a8800d7835",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-09-06T06:24:14.5617336+02:00",
"printed": true,
"print_on": "2026-09-06T06:24:14.5617336+02:00",
"tt_doc_sa": {
"$ref": "2"
}
},
{
"$ref": "84"
}
]
}
}