POST api/tt_tips/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": "7dedbc74-7739-4b85-8f0e-9bedceb13128",
"id_room_unit": "96b10bf0-d0ec-4d2f-a911-901b0aed7bd7",
"print_doc": true,
"all_items": true,
"id_user_add": "ec641b40-bbfd-421d-beb6-152ce4ec12f0",
"external_user": "sample string 8",
"doc_sa_det_new": [
{
"$id": "2",
"id_item_sub": "c448df73-37e5-496e-ba5d-e550324889f8",
"qty_det": 2.1,
"price_custom": 3.1,
"id_price_list": "3c0c18f8-ef02-419b-94e4-c154666f11e1",
"tax": 5.1,
"cmd_data": {
"$id": "3",
"type": "sample string 1",
"id_doc_sa_origin": "1bf20024-ab73-446b-8232-852a885ba2dd",
"id_line": 3
}
},
{
"$ref": "2"
}
],
"doc_sa_pay_new": [
{
"$id": "4",
"id_pay": "6a4476f8-b3c7-4491-aac4-8025d4e98d12",
"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"
}
}
},
{
"$ref": "4"
}
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
tt_tips| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
None. |
|
| id_pos_sesion | globally unique identifier |
Required |
|
| amt_card | decimal number |
None. |
|
| amt_cash | decimal number |
None. |
|
| id_user | globally unique identifier |
Required |
|
| id_room_unit_activity | globally unique identifier |
None. |
|
| id_doc_sa | globally unique identifier |
None. |
|
| id_pos_type | globally unique identifier |
Required |
|
| block | boolean |
None. |
|
| comment | string |
Max length: 1000 |
|
| json_response | string |
Max length: 3000 |
|
| id_doc_ref | globally unique identifier |
None. |
|
| coupon_id | string |
Max length: 20 |
|
| terminal_id | string |
Max length: 20 |
|
| card_name | string |
Max length: 50 |
|
| card_bank | string |
Max length: 50 |
|
| card_number | string |
Max length: 20 |
|
| client_name | string |
Max length: 50 |
|
| money_type | string |
Max length: 3 |
|
| merchant_id | string |
Max length: 20 |
|
| aid | string |
Max length: 30 |
|
| auth_num | string |
Max length: 30 |
|
| authorization | boolean |
None. |
|
| signature | boolean |
None. |
|
| contactless | boolean |
None. |
|
| date_hour_pay | string |
Max length: 20 |
|
| terminal_name | string |
Max length: 10 |
|
| active | boolean |
Required |
|
| created_on | date |
None. |
|
| last_update | date |
None. |
|
| commited | boolean |
None. |
|
| tt_pos_sesion | tt_pos_sesion |
None. |
|
| tt_tips_users | Collection of tt_tips_users |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": "66a203c2-d752-423d-b36e-e439bb5ccf6f",
"id_pos_sesion": "21746fab-cd20-413e-98b1-c14a2e2151a5",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "22b68cb9-ccb5-4fe1-b031-650c829b3364",
"id_room_unit_activity": "a1780f8b-a01e-4f33-82ed-81fdbde2a7ca",
"id_doc_sa": "b7e94e03-7aff-45aa-8dc8-9abd771d1b37",
"id_pos_type": "64c5bd09-e462-43dc-9559-1c3b6e57161e",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "6d47e415-1fbf-476a-afa0-169b577978b9",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"tt_pos_sesion": {
"$id": "2",
"id": "b9bb15ef-a1ff-44bc-872a-e261e7534597",
"nro_sesion": 2,
"id_pos": "96b32f43-d9a5-4b0d-8772-722b8285bb70",
"date_tax": "2026-05-09T09:34:19.155304+02:00",
"date_open": "2026-05-09T09:34:19.155304+02:00",
"date_close": "2026-05-09T09:34:19.155304+02:00",
"id_user_open": "1f6ddb68-e027-4cb8-a9de-40d20c75199d",
"id_user_close": "89d5524a-31ec-4857-ade7-d4717a59ad9b",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_pos": {
"$id": "3",
"id": "33847592-6e54-4f2e-929f-ce6a90a02c96",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "af1fcad4-748a-4a57-b55e-8d81d84d9743",
"id_zone": "7947af5a-4fd7-47c1-af9c-6544648c96c3",
"user_required": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "dce95324-91d8-477e-89f0-f8f2642c5124",
"commited": true,
"mt_branches_zones": {
"$id": "4",
"id": "8e8a09d3-64cf-4ade-ab48-964ddd367798",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "43bed341-24bb-40d2-a0ca-3e09cd320af4",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "11a9dc69-5df0-43eb-8937-3da4f817d8c5",
"commited": true,
"mt_branches": {
"$id": "5",
"id": "8ebb0369-3ed2-44fb-92ad-49e1f2994789",
"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": "778988a0-16f3-45c4-8f4a-c58bce4699d0",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "b7b05599-4251-4d78-9a8e-c410bd97b5d4",
"commited": true,
"st_images": {
"$id": "6",
"id": "a04acd72-2b81-41d8-9c8d-7c1a75fba5ad",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "e698e4b8-64cd-447a-bc16-7752825d9a20",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"mt_categories": [
{
"$id": "7",
"id": "aacbb414-7b27-414e-9c1c-c5d9cf160c3d",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "33637d2e-88e5-430d-8d20-7559326a6ede",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "df449f13-f693-4b09-8d0f-c66c746555ce",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "00f9082f-de85-4235-8c53-01f1e0671fb4",
"commited": true,
"mt_categories_items": [
{
"$id": "8",
"id_category": "80463896-b854-4d6e-b798-3297faeae01b",
"id_item": "4a1ba11f-a7ac-49fa-9e8a-7df311acc0fd",
"is_default": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "9426f036-cee4-40cf-a251-35f49837bfe8",
"commited": true,
"mt_categories": {
"$ref": "7"
},
"mt_items": {
"$id": "9",
"id": "0bc1a827-eb64-4db0-9be5-c4b7d7e90db5",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "42bbe832-0963-4ada-a370-a8e11e57afcf",
"id_unit_sec": "b228d667-35d2-4fa6-8eb3-0b7d1c37e443",
"id_brand": "4900f9ac-125f-423d-83d3-d279c63c94ef",
"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": "495c66c5-b8ac-499d-8d6a-e01c575152b6",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "e7edb931-c0e4-4a45-88c3-5c04c4987ce6",
"commited": true,
"mt_brands": {
"$id": "10",
"id": "1e2392be-9b79-42f5-813f-faa479e20932",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "931f0130-66b7-4616-8119-01314840c8a8",
"commited": true,
"mt_items": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"st_users": {
"$id": "11",
"id": "edc27258-a2b6-4488-9c47-4aa3d73aa681",
"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": "cb7451b9-2fd7-4ac9-8a2f-455f790a2d3e",
"view_messages": true,
"id_image_photo": "ccbc86e6-1cc9-4c85-ad1f-681ee62e155d",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "fb7d7b4b-45ac-48d5-9d83-9ef11418c847",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_branches": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"mt_branches_zones": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_brands": [
{
"$ref": "10"
},
{
"$ref": "10"
}
],
"mt_categories": [
{
"$ref": "7"
},
{
"$ref": "7"
}
],
"mt_categories_items": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_cloakrooms": [
{
"$id": "12",
"id": "84464ede-d7f9-439d-9643-437d70122c43",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "511d2647-fe62-40ee-9234-73ece405ab1a",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "f8a5eb03-c46b-40b6-b1b1-42d7d352ad9e",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "a551b70c-2155-4294-b666-35a6d5b83efe",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"tt_cloakrooms_units": [
{
"$id": "13",
"id": "d1dd4b19-68e6-4577-ab37-3c80ef8ce53d",
"id_cloakroom": "907600c7-d178-41e9-bae7-99aad4155924",
"id_pos_sesion": "4c761fba-ee39-43ec-baa3-c20d5e9c489a",
"unit_id": 4,
"date_open": "2026-05-09T09:34:19.155304+02:00",
"date_close": "2026-05-09T09:34:19.155304+02:00",
"id_doc_sa": "c4513a2c-56f5-4e4e-856a-4ebcfa77fbc8",
"commited": true,
"mt_cloakrooms": {
"$ref": "12"
},
"tt_doc_sa": {
"$id": "14",
"id": "46e672de-d52f-4424-a224-9a5a504b7890",
"id_pos": "1b12a0b2-fbde-48e4-bd8a-8d40b99131f8",
"id_doc": "218eb677-2ab4-4d6f-b982-7a58e77a2d67",
"id_branch": "4a2d1bf8-22a0-41f2-99ed-5def0c61e142",
"nro_doc": "sample string 5",
"date_doc": "2026-05-09T09:34:19.155304+02:00",
"date_tax": "2026-05-09T09:34:19.155304+02:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "9f8d885e-2c8d-480b-abd7-e01e68985fdc",
"id_relationship": "6e050b60-8ddc-4c01-bbf7-b1a3c1975e05",
"id_loc_from": "27973f05-898f-49f4-a70c-fa9de6d9b934",
"id_loc_end": "59e203ff-3c23-4d4a-b69a-b9cc7e10ab01",
"id_user_add": "d019b24d-e297-4d02-8f0a-d9898449d77b",
"id_user_upd": "568d0ce4-3720-4582-bd49-8298ce07c533",
"comment": "sample string 12",
"id_pos_sesion": "aaac1985-dc48-4722-a0a3-5ec763001018",
"id_room_unit": "5f65b67f-8f73-41fe-b057-3f66ca50913d",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "b7f90fbb-4941-4042-9165-f00c7dbd4127",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "5"
},
"mt_docs": {
"$id": "15",
"id": "128c4fbf-e5ff-40b7-976f-8d6b9b57fe98",
"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": "29e69fa3-1cd8-408a-b123-21cc00c085ce",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "0d5f0c04-6ea7-4f28-98b3-164ca5c11f46",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "16",
"id_doc": "05597dcf-547b-4917-bba2-af21ef5628a8",
"id_pay": "9633ede3-a316-4a05-8215-dd3ee94f63c2",
"id_money": "26c18cbb-02aa-4298-9cc2-c1fb14736f19",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "c02d0122-1304-41f8-b763-e1a7602c0b08",
"commited": true,
"mt_docs": {
"$ref": "15"
},
"mt_money_types": {
"$id": "17",
"id": "96facbe0-dcc6-4209-878b-04ae608653c0",
"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": "c4d80724-5a1b-48c1-8826-4adbffc6cc70",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "a90f218e-87c2-48a9-9192-08f2d5c4a9a3",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_money_rates": [
{
"$id": "18",
"id_money_1": "328f2636-03a2-438e-9942-ab5cf55056d7",
"id_money_2": "6463c646-184b-4ad7-9b87-7d7dcd9e3edb",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "38c1b891-9978-4040-b334-409ac51a511e",
"commited": true,
"mt_money_types": {
"$ref": "17"
},
"mt_money_types1": {
"$ref": "17"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "18"
}
],
"mt_money_rates1": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"tt_doc_sa_cashflow": [
{
"$id": "19",
"id_doc_sa": "46a6866e-59ec-451d-a0db-55178c888e9a",
"id_pay": "fa2d973f-7467-4e88-9062-53583fb38910",
"id_money": "c95b1fa7-d825-42f5-b998-8b71104fc46f",
"date_cashflow": "2026-05-09T09:34:19.155304+02:00",
"coefficient": 5.1,
"id_user_add": "10faa6ef-4c2c-4df4-81b3-1308136f9e67",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "20",
"id": "5e334111-4a2d-4a63-97de-7a44cd77f0bc",
"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": "85e1246d-9360-4b27-8c91-e39fae9fb8fa",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "cbc3218b-1d98-489b-8f8c-5e795d6417b6",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"tt_doc_sa_cashflow": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"tt_doc_sa_pay": [
{
"$id": "21",
"id_doc_sa": "f51b3b43-f46e-4c21-93e0-56fc82230343",
"id_line": 2,
"id_pay": "213be83e-d719-4348-8cd9-df4fc4c7f569",
"id_money": "ac33a023-72fd-4d18-9489-c28e0e6da9e2",
"coefficient": 5.1,
"id_voucher": "fb6346f6-c53c-4557-8f1b-b7cf6a2a7d93",
"id_employee": "6bf87637-7884-4b74-bb66-7f37bfd00726",
"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": "bbadc172-546d-44db-acac-472ad134f9f3",
"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": {
"$id": "22",
"id": "4b70b406-4642-49b5-b76e-822396aeaba0",
"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": "a854d0b3-1b04-41f5-be0b-884c953b83dd",
"name_pos": "sample string 12",
"id_image": "ab1386c5-d076-409d-b7ab-5cd11ee83539",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "4c4b2a1b-3c31-48c7-b9c9-6487c766b815",
"commited": true,
"mt_employees_branches": [
{
"$id": "23",
"id_employee": "949aeb6e-fa4e-407a-b9d7-d4017bc51d54",
"id_branch": "202571f3-0222-42ff-b234-93947ad9cff6",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "5c3d828a-7be5-4ec1-b44d-09412a474c31",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_employees": {
"$ref": "22"
}
},
{
"$ref": "23"
}
],
"mt_employees_profiles": {
"$id": "24",
"id": "2278644a-2708-4bb6-a833-58a4f4df39f8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "cc2ec00e-c21f-4eee-a910-9eaa1ebfb2ae",
"commited": true,
"mt_employees": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"st_users": {
"$ref": "11"
}
},
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"tt_doc_sa_det": [
{
"$id": "25",
"id_doc_sa": "2267cf20-23be-484e-807e-dff19f47ea7c",
"id_line": 2,
"id_item_sub": "ffe2c3a1-fc50-4a33-95e2-760bc53785a8",
"qty": 4.1,
"id_list": "1ec86d9e-ab74-4bf6-883d-eef68610fd80",
"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": "275bfb18-8925-4d9a-b6f4-030087bdda53",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "57f7e42e-f542-4674-9d20-f5cc0aaf0b39",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "a290af44-6a03-4b4e-8c4f-04dc712e6edc",
"id_user_upd": "d55ea2ef-b49f-4740-9155-27f4c0787fc0",
"active": true,
"mt_employees": {
"$ref": "22"
},
"mt_items_sub": {
"$id": "26",
"id": "f456d52f-d30b-4d66-a853-d60db1993b19",
"id_item": "4ac7738b-be9f-4fc0-9c7d-bb6488384695",
"id_item_type": "e96b9481-0c2b-4d2c-b565-5c4c6aa09e3e",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "a7f4cc21-2ac3-4fb3-accd-44f1ceb65dcc",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "a90544e9-2f07-446e-a85f-c59bc46781aa",
"commited": true,
"mt_items": {
"$ref": "9"
},
"mt_items_formula": [
{
"$id": "27",
"id_item_sub": "58814259-644c-45ec-beb9-32981073b5cf",
"id_item": "17cac9e1-ccb7-4563-aea6-4e37cb91e9d0",
"group_id": 3,
"id_unit_ref": "906a5aa2-ef1e-4db5-afc3-d95cde53834f",
"qty_dis": 5,
"mt_items": {
"$ref": "9"
},
"mt_items_sub": {
"$ref": "26"
},
"mt_units_ref": {
"$id": "28",
"id": "0fe960c5-2b95-4902-a201-b853923fa061",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "478965be-b839-422d-a2be-9003ff073c8e",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "a0d95a9d-8b27-4a4b-91bd-d092c6f58c97",
"commited": true,
"mt_units": {
"$id": "29",
"id": "a3b65eeb-f779-49c2-a198-492e4335dab1",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "a9f8872e-ef67-4048-8ee8-e27e236faab1",
"commited": true,
"mt_units_ref": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"st_users": {
"$ref": "11"
},
"mt_items": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_items1": [
{
"$ref": "9"
},
{
"$ref": "9"
}
]
},
"st_users": {
"$ref": "11"
},
"mt_items_formula": [
{
"$ref": "27"
},
{
"$ref": "27"
}
]
}
},
{
"$ref": "27"
}
],
"mt_items_types": {
"$id": "30",
"id": "97704bb0-dd3e-4350-a39b-c9198cff5993",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "955de665-f2cc-4de4-b42c-d3cd70290149",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "59a5a16d-5142-40fe-9b03-228f21f83732",
"commited": true,
"tt_vouchers_det": [
{
"$id": "31",
"id_voucher": "8906a81f-930e-4c21-8396-2e0f8235ee3e",
"id_line": "56befd41-ee01-4234-88d3-007b29bc2ca0",
"id_category": "1eccc356-e860-46f8-88d0-20c17e854505",
"id_item": "6b4ca468-f24e-4113-86a1-f1b2155aa293",
"id_item_type": "086e41c1-7c4c-444e-b295-6ab0a122737c",
"price_max": 1.1,
"qty_add": 3.1,
"qty_used": 4.1,
"mt_categories": {
"$ref": "7"
},
"mt_items": {
"$ref": "9"
},
"mt_items_types": {
"$ref": "30"
},
"tt_vouchers": {
"$id": "32",
"id": "9bebb9a7-d4e0-4852-8e3b-ffd9a86cf917",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"date_used": "2026-05-09T09:34:19.155304+02:00",
"date_sesion": "2026-05-09T09:34:19.155304+02:00",
"id_employee": "07d4cc60-3e1f-4ca3-a7e2-3722bdc6c97b",
"id_branch": "9d54302b-668a-455d-bbbf-7834869f9a65",
"id_voucher_permision": "eea7989c-ae73-4ce0-9a81-786e73a38bb7",
"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": "d03e5b31-61ee-463e-8e24-64d4981e5f19",
"id_user_add": "4d2d066d-c683-4408-9e0b-1f249fa08a37",
"id_doc_sa": "09fc923b-aeaf-4838-9169-3646d7df4b1e",
"id_item_sub": "036bf74f-3b96-41ff-9f29-2d06a1369dce",
"id_pos_sesion": "4f3ccf46-41cd-4bab-a3c3-5422be6f493f",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_employees": {
"$ref": "22"
},
"mt_payment_types": {
"$ref": "20"
},
"st_users": {
"$ref": "11"
},
"tt_doc_sa_pay": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"tt_vouchers_det": [
{
"$ref": "31"
},
{
"$ref": "31"
}
],
"tt_vouchers_permisions": {
"$id": "33",
"id": "3ea145b9-cbc7-4d07-9909-252063195ed2",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"date_used": "2026-05-09T09:34:19.155304+02:00",
"id_employee": "0186b2f5-9e42-467f-af82-2c0176965657",
"id_branch": "7f31de60-c27c-4cce-a862-afc0ff2832e4",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "da233dac-93c0-40cc-bb30-b5aafcc9daf0",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_employees": {
"$ref": "22"
},
"st_users": {
"$ref": "11"
},
"tt_vouchers": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
}
}
},
{
"$ref": "31"
}
],
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"mt_items_sub": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_prices_rules": [
{
"$id": "34",
"id": "0737689e-3f3b-4065-a473-7264be505261",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+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": "8b1b28fe-9478-45be-a138-5b37f7a14b37",
"id_pos": "6d413004-7cb4-4049-b761-b0331548abb2",
"id_list": "95c2d1c2-76c1-427e-858d-7ccad6deb8ff",
"id_item": "9ac5be97-02aa-44cc-b6c0-e1750f9580db",
"id_item_type": "e56c4790-7c0f-470b-9acf-9b6c2ca4484d",
"id_category": "893550e1-a703-4847-aeea-f3b9bdba0ca0",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "d9bbd2fc-eebb-490a-b729-20fcbac29473",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_categories": {
"$ref": "7"
},
"mt_items": {
"$ref": "9"
},
"mt_items_types": {
"$ref": "30"
},
"mt_pos": {
"$ref": "3"
},
"mt_prices_list": {
"$id": "35",
"id": "1ec705ac-f32a-4189-ac22-98035a13c5ab",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "aaaf19a5-c858-4b00-88a1-6fc88ead9c4d",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "e5f13b0c-c633-4f58-8dcf-6e2d94c28def",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "41d1550d-ad12-4ea3-ba5e-5c915ec3e09a",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "36",
"id_pos": "9d5f67b5-53fc-4221-8e7e-b4250d79ada3",
"id_pos_type": "017784d0-914e-469c-819b-7f4c75913bde",
"id_price_list": "c19350a1-a84e-45f7-a611-c966cf0b55a7",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "2f78cd8e-47b9-447b-86a1-e12564d866a6",
"commited": true,
"mt_pos_view": {
"$id": "37",
"id_pos": "ce147901-01a2-404d-825e-241f66b8d267",
"id_pos_type": "02c0fabe-6992-45f6-9ced-b171bc3e94e0",
"is_default": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "6c348503-1fe0-4a17-a28b-403d48c3c32f",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"mt_pos_prices_list": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_pos_types": {
"$id": "38",
"id": "45259075-81ae-47cb-97ac-58c9bfff4a43",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "73269ba6-a9ab-43c9-9450-4bc5ea783e4d",
"commited": true,
"mt_items_featured": [
{
"$id": "39",
"id": "b53e8c01-eb1c-4e5a-8cdb-c15793adbe09",
"id_branch": "eadbf9e4-fa70-4249-bcd1-9940c739509e",
"id_pos_type": "760859b9-ab51-4dd9-86f1-e3346fefcbb1",
"id_pos": "7c5f0aae-6742-4172-9bea-1a01fbbd8833",
"id_item": "97075386-1457-4d86-836d-b667d502e7ec",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"image_id": 4,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "0975e7a1-3729-4d22-a6b0-a8320d25bcc3",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_items": {
"$ref": "9"
},
"mt_pos": {
"$ref": "3"
},
"mt_pos_types": {
"$ref": "38"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "39"
}
],
"mt_pos_doc_print": [
{
"$id": "40",
"id_pos_print": "a90deec1-b481-4a43-a5f1-d0fb5a3e0ba6",
"id_doc": "46c20fcc-ec4a-4bbf-a17f-c85729fee38f",
"id_pos_type": "41347a2e-caeb-49dd-b711-1cb63e9d7857",
"id_doc_print": "54c1bf49-c8b5-4ce9-938c-cd07f2924d6d",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "8052aa91-d800-4664-846e-399a1d1fa43d",
"commited": true,
"mt_docs": {
"$ref": "15"
},
"mt_pos_print": {
"$id": "41",
"id": "d5d75426-c7c4-4ce2-98c8-4dd8920f49a0",
"id_pos": "21607d89-f55b-436a-bb3a-f6ba3edc1cf7",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "2eb2f713-9f54-4343-ad23-f6aac05c6cde",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"mt_pos_doc_print": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"st_users": {
"$ref": "11"
}
},
"mt_pos_types": {
"$ref": "38"
},
"st_doc_print": {
"$id": "42",
"id": "e3df6f22-b508-4524-8d1a-9a4a300c3181",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"st_doc_print_det": [
{
"$id": "43",
"id_doc_print": "0b1b9c33-00fe-4648-9985-ebd82f5ad9b3",
"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": "42"
}
},
{
"$ref": "43"
}
]
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "40"
}
],
"st_users": {
"$ref": "11"
},
"mt_pos_view": [
{
"$ref": "37"
},
{
"$ref": "37"
}
]
},
"st_users": {
"$ref": "11"
}
},
"mt_prices_list": {
"$ref": "35"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "36"
}
],
"mt_prices_items": [
{
"$id": "44",
"id_list": "3f972e99-9371-424c-9299-d1ce6b2cf781",
"id_item_sub": "2122f97e-cf0e-45b2-b288-b8c9b3f7608b",
"validity_date": "2026-05-09T09:34:19.155304+02:00",
"price": 4.1,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "a0b833fd-3458-4d60-a2a3-dcdeca4cc47e",
"commited": true,
"mt_items_sub": {
"$ref": "26"
},
"mt_prices_list": {
"$ref": "35"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "44"
}
],
"mt_prices_list1": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list2": {
"$ref": "35"
},
"mt_prices_list_rules": [
{
"$id": "45",
"id": "d11eff63-8468-4497-a568-06c3fe1a45dd",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"id_branch": "44f4fded-bd64-468d-9c9b-7520ee45e3b6",
"id_pos": "2a808564-64bb-4f79-9043-af815e5cb5d7",
"id_list": "eb45c108-fae2-4bc4-83e3-3006d1c93b7c",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "95a91cfa-fa65-4b0a-a102-af7a9c7b1663",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_pos": {
"$ref": "3"
},
"mt_prices_list": {
"$ref": "35"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "45"
}
],
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"mt_prices_rules": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det": [
{
"$ref": "25"
},
{
"$ref": "25"
}
]
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "34"
}
],
"tt_items_customs": [
{
"$id": "46",
"id": "fa3265a8-431b-44b8-aec7-9f8f181292ed",
"order_id": 2,
"id_item": "e4cf8034-0c58-4066-9546-d67b98b687d6",
"id_item_type": "f6ac8e51-2882-4ae8-b2ff-dd08cae74863",
"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": "6c0a91d3-2186-4923-a66e-64c7085c6810",
"type_item": 11,
"id_voucher_json": "cda06f69-373c-4f2e-9392-571c32b9a649",
"count_voucher": 1,
"id_category": "59a28fd3-25c0-4d72-8302-f9f135478f5e",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "7cf77ecd-cf07-4c9f-8e62-2a853c683ce1",
"commited": true,
"mt_items": {
"$ref": "9"
},
"mt_items_types": {
"$ref": "30"
},
"st_users": {
"$ref": "11"
},
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "46"
}
]
},
"mt_items_vouchers": {
"$id": "47",
"id": "87c551b3-abfb-4b7f-b3eb-805ae878c343",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "56a5e598-4cfd-4127-813b-a82d43bd5ef0",
"id_doc_print": "7c8a0d5b-cc18-4b92-8823-668d2e7ec7bb",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_items_sub": [
{
"$ref": "26"
},
{
"$ref": "26"
}
]
},
"st_users": {
"$ref": "11"
},
"mt_prices_items": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"tt_doc_sa_det": [
{
"$ref": "25"
},
{
"$ref": "25"
}
]
},
"mt_prices_list": {
"$ref": "35"
},
"st_users": {
"$ref": "11"
},
"st_users1": {
"$ref": "11"
},
"tt_doc_sa": {
"$ref": "14"
},
"tt_doc_sa_det_stock": [
{
"$id": "48",
"id_doc_sa": "632fb938-39c7-4ffb-b3dd-3ca1cdcf41b5",
"id_line": 2,
"id_item": "ab9b90d1-58c8-4bcc-8b83-d66a9e44e298",
"qty": 4.1,
"mt_items": {
"$ref": "9"
},
"tt_doc_sa_det": {
"$ref": "25"
}
},
{
"$ref": "48"
}
]
},
{
"$ref": "25"
}
],
"tt_doc_sa_pay": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"tt_vouchers": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"tt_vouchers_permisions": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"tt_rooms_units_activity": [
{
"$id": "49",
"id": "3d6bc349-4ae7-439e-adb3-83bda1037142",
"id_room_unit": "dda3151f-69ee-4564-ad19-e8c619209116",
"id_room_list": "8a70a2f5-7191-450c-9802-b3da015dba09",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-05-09T09:34:19.155304+02:00",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"date_open": "2026-05-09T09:34:19.155304+02:00",
"date_close": "2026-05-09T09:34:19.155304+02:00",
"id_employee": "91069b32-5b5e-4512-abb5-eb38aa0ae365",
"id_employee_sec": "16530192-82d3-4b2b-9a3c-25d96b553fe3",
"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": "b70c52c8-50a7-462d-a7b9-c98620101797",
"comment": "sample string 7",
"id_user_open": "cc244e21-4412-4d2b-a36a-797e5c29e77c",
"id_user_close": "0a5361a0-d021-4560-b8b2-b5e02128bb50",
"id_unit_state": "c4fc4616-9066-45f5-a47d-88fba572d16e",
"id_pos_sesion": "4b0aa79c-0514-44d6-8804-280a79cddb30",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-05-09T09:34:19.155304+02:00",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_employees": {
"$ref": "22"
},
"mt_employees1": {
"$ref": "22"
},
"mt_rooms_units": {
"$id": "50",
"id": "8699be4d-ded8-46c1-9915-9ea66b1e7eb6",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "6e6ffdc4-ce2c-435b-bc34-bff2063c529c",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "6978c419-21dc-48df-a149-b5f23fbe437d",
"locked": true,
"date_locked": "2026-05-09T09:34:19.155304+02:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "c65549f2-3c4c-4f82-ba87-bf7bb9b3d911",
"commited": true,
"mt_rooms": {
"$id": "51",
"id": "171303cf-c865-4643-ad06-5239837b45ae",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "c95cf688-5735-4698-a17d-d504d717ca47",
"name_pos": "sample string 6",
"id_image": "d0adbd71-76f7-477e-bdeb-0424d5ea874f",
"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": "348249e7-615c-47d0-b4e8-d38b817af4a0",
"refresh_status": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "f06f0d78-b6f9-4051-994c-aef6e2e7294e",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_pos_rooms": [
{
"$id": "52",
"id_pos": "cfe21038-b9dc-491c-a037-40ee440ff388",
"id_room": "4b0533a2-7738-45eb-8279-5c92915983db",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "3f61e895-01c9-4c4e-b516-11d9d9da07d5",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"mt_rooms": {
"$ref": "51"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "52"
}
],
"st_images": {
"$ref": "6"
},
"st_images1": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"mt_rooms_units": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"tt_rooms_list": [
{
"$id": "53",
"id": "5aa2f90a-9ef0-44fe-ae37-2d89039c8a7b",
"id_room": "52013f27-9763-4f03-ad6f-bd0370abec55",
"date_in": "2026-05-09T09:34:19.155304+02:00",
"date_out": "2026-05-09T09:34:19.155304+02:00",
"id_user_add": "ce2f1bbd-ff80-4e6b-9437-4497b4ffa983",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_rooms": {
"$ref": "51"
},
"st_users": {
"$ref": "11"
},
"tt_rooms_units_activity": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
{
"$ref": "53"
}
]
},
"mt_rooms_units_types": {
"$id": "54",
"id": "146516de-570f-4455-b82c-6df3b44920ed",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "6a49964b-6655-4d3d-aed7-9da83f37aed9",
"commited": true,
"mt_rooms_units": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"mt_rooms_units_states_types": [
{
"$id": "55",
"id_room_type": "bda8b10b-9e8b-492d-ad4a-f3c694b60d58",
"id_room_state": "adae9365-af5a-48f6-add8-95ea44618e63",
"id_image": "083ab4a3-05ca-4467-b455-b1ec3648f986",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "c41e4363-d66d-4900-80d7-8696988145ba",
"commited": true,
"mt_rooms_units_states": {
"$id": "56",
"id": "33049de3-2c79-4282-bfca-fce5c046eabe",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"color": "sample string 5",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "c77f258b-e649-4158-8d4d-9b4fbad11c9f",
"commited": true,
"st_users": {
"$ref": "11"
},
"mt_rooms_units_states_types": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"tt_rooms_units_activity": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_rooms_units_types": {
"$ref": "54"
},
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "55"
}
],
"st_users": {
"$ref": "11"
}
},
"st_users": {
"$ref": "11"
},
"tt_rooms_units_activity": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_rooms_units_states": {
"$ref": "56"
},
"st_users": {
"$ref": "11"
},
"st_users1": {
"$ref": "11"
},
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_pos_sesion": {
"$ref": "2"
},
"tt_rooms_list": {
"$ref": "53"
}
},
{
"$ref": "49"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "49"
},
{
"$ref": "49"
}
]
},
"mt_money_types": {
"$ref": "17"
},
"mt_payment_types": {
"$ref": "20"
},
"tt_doc_sa": {
"$ref": "14"
},
"tt_vouchers": {
"$ref": "32"
}
},
{
"$ref": "21"
}
],
"tt_vouchers": [
{
"$ref": "32"
},
{
"$ref": "32"
}
]
},
"st_users": {
"$ref": "11"
},
"mt_money_types": {
"$ref": "17"
},
"tt_doc_sa": {
"$ref": "14"
}
},
{
"$ref": "19"
}
],
"tt_doc_sa_pay": [
{
"$ref": "21"
},
{
"$ref": "21"
}
]
},
"mt_payment_types": {
"$ref": "20"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "16"
}
],
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"mt_pos_doc_print": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"st_doc_num": [
{
"$id": "57",
"id_pos": "17f38b42-d118-4633-b5f1-ebe9310986dc",
"id_doc": "78b0b86c-d1af-4c09-987f-9818a6e198e7",
"value": 3,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_docs": {
"$ref": "15"
},
"mt_pos": {
"$ref": "3"
}
},
{
"$ref": "57"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_doc_st": [
{
"$id": "58",
"id": "350005fe-af99-4b08-b012-c2d7f9d86a0f",
"id_pos": "53c204db-ca74-4347-ba98-ec007faea3d7",
"id_doc": "faa23432-35d5-443a-85e6-aa3745122d1f",
"id_branch": "61c8c4b7-696e-443f-b0fd-ea7bf5929bc4",
"nro_doc": "sample string 5",
"date_doc": "2026-05-09T09:34:19.155304+02:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "c61712f9-98e1-46e8-9b23-66851eb2c475",
"id_loc_from": "58b9b076-3cc7-49f2-96e9-2ec08017c719",
"id_loc_end": "e37c095e-e949-4e21-96bd-ce87b7a0a644",
"id_user_add": "b6cb0753-659c-4a2d-ab5c-5a924699a1d5",
"id_user_upd": "dd0ad26f-c4ef-443e-9cf2-9a6ebc0be81f",
"id_pos_sesion": "5ecfb306-a51c-4c9b-9d20-f928d49224eb",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-05-09T09:34:19.155304+02:00",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_docs": {
"$ref": "15"
},
"mt_locations": {
"$id": "59",
"id": "ed2257db-1b71-4f44-9905-302dad1ad521",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "5a052a58-7f8d-4425-86a8-6a2977b1f56a",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"id_user_upd": "1c3f0808-5f49-48dd-afb6-5c2c41c91eff",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"st_users": {
"$ref": "11"
},
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_doc_sa1": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_doc_st": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_doc_st1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_stock": [
{
"$id": "60",
"id_location": "fa1d53cb-304a-4042-b5e5-15bd9833f14d",
"id_item": "cf802df6-598f-4f6b-a244-4206c681c4fc",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_items": {
"$ref": "9"
},
"mt_locations": {
"$ref": "59"
}
},
{
"$ref": "60"
}
]
},
"mt_locations1": {
"$ref": "59"
},
"mt_pos": {
"$ref": "3"
},
"st_users": {
"$ref": "11"
},
"st_users1": {
"$ref": "11"
},
"tt_doc_st_det": [
{
"$id": "61",
"id_doc_st": "5ef44ae3-a0b4-42cc-80fa-ad927e6fdb0f",
"id_line": 2,
"id_item": "ff1c4e7b-bf1e-40e3-a153-b1347fe2be27",
"comment": "sample string 4",
"qty": 5.1,
"status": 1,
"active": true,
"mt_items": {
"$ref": "9"
},
"tt_doc_st": {
"$ref": "58"
}
},
{
"$ref": "61"
}
],
"tt_doc_st1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_doc_st2": {
"$ref": "58"
}
},
{
"$ref": "58"
}
]
},
"mt_locations": {
"$ref": "59"
},
"mt_locations1": {
"$ref": "59"
},
"mt_pos": {
"$ref": "3"
},
"st_users": {
"$ref": "11"
},
"st_users1": {
"$ref": "11"
},
"tt_cloakrooms_units": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"tt_doc_sa_det": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"tt_doc_sa_pay": [
{
"$ref": "21"
},
{
"$ref": "21"
}
],
"tt_doc_sa1": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_doc_sa2": {
"$ref": "14"
},
"tt_pos_sesion": {
"$ref": "2"
},
"tt_rooms_units_activity": {
"$ref": "49"
},
"tt_spool_doc_print": [
{
"$id": "62",
"id": "c3960db0-e2e0-4dcb-b36e-e65500faf3d8",
"spool_server": "sample string 2",
"id_doc_sa": "d7677c73-0ac2-43bf-8faa-3144bdce7351",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"printed": true,
"print_on": "2026-05-09T09:34:19.155304+02:00",
"tt_doc_sa": {
"$ref": "14"
}
},
{
"$ref": "62"
}
]
},
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "13"
}
]
},
{
"$ref": "12"
}
],
"mt_docs_payment_money": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_employees": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_employees_profiles": [
{
"$ref": "24"
},
{
"$ref": "24"
}
],
"mt_items_featured": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_items_sub": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_items_types": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"mt_locations": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"mt_money_rates": [
{
"$ref": "18"
},
{
"$ref": "18"
}
],
"mt_money_types": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_payment_types": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"mt_pos": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_pos_doc_print": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"mt_pos_prices_list": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_pos_print": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"mt_pos_rooms": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"mt_pos_types": [
{
"$ref": "38"
},
{
"$ref": "38"
}
],
"mt_pos_view": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_prices_items": [
{
"$ref": "44"
},
{
"$ref": "44"
}
],
"mt_prices_list": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_prices_list_rules": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_prices_rules": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"mt_rooms": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"mt_rooms_units": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"mt_rooms_units_types": [
{
"$ref": "54"
},
{
"$ref": "54"
}
],
"mt_units": [
{
"$ref": "29"
},
{
"$ref": "29"
}
],
"mt_units_ref": [
{
"$ref": "28"
},
{
"$ref": "28"
}
],
"st_images": {
"$ref": "6"
},
"st_images1": {
"$ref": "6"
},
"st_permisions": [
{
"$id": "63",
"id": "df04b5fd-824c-48a2-8ca8-3568a032a017",
"id_function": "be969861-48af-4c23-bd10-c02e6c78c99f",
"id_user": "8fcf438d-981f-4580-94be-70b6210bef35",
"id_profile": "f28f4929-0bab-46c5-8653-cde92c278270",
"permission": 3,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_users_profiles": {
"$id": "64",
"id": "33345f0f-0b6d-47e2-ba2a-915798d453eb",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_permisions": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"st_users": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"tt_cmd_connection": [
{
"$id": "65",
"id": "563a4098-8358-4766-a2c0-7cc4444bf472",
"id_user": "4759464a-ed22-4c97-8248-ce1c7e833ea7",
"id_user_profile": "3b076261-bdcc-4aa0-9a28-02146b9bbfa6",
"locator": "sample string 4",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"id_pos_sesion": "50055018-aca7-4f97-9f51-980de7d076f5",
"date_login": "2026-05-09T09:34:19.155304+02:00",
"date_logout": "2026-05-09T09:34:19.155304+02:00",
"terminal_id": "sample string 6",
"terminal_type": "sample string 7",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_users": {
"$ref": "11"
},
"st_users_profiles": {
"$ref": "64"
},
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "65"
}
]
},
"st_users": {
"$ref": "11"
},
"st_functions": {
"$id": "66",
"id": "e9ab06de-27e0-4f34-b505-f76aac4bd3db",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "eab1bc5d-f86c-421a-9af9-5142b7328bb4",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "615e746a-a597-4715-afb3-240378661675",
"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-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_functions_groups": {
"$id": "67",
"id": "9d9b2eff-7706-4431-a92e-1513d9ef34d8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_functions": [
{
"$ref": "66"
},
{
"$ref": "66"
}
]
},
"st_images": {
"$ref": "6"
},
"st_permisions": [
{
"$ref": "63"
},
{
"$ref": "63"
}
]
}
},
{
"$ref": "63"
}
],
"st_pos_license": [
{
"$id": "68",
"id": "bba26897-8151-44fc-8e76-45945d486784",
"id_pos": "db07842c-f8a5-4558-8a0c-737c154e3ab0",
"mac_address": "sample string 3",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"key_access": "sample string 5",
"id_user_add": "8750b5a9-459b-4203-9053-88920477b51a",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "68"
}
],
"st_users_pos": [
{
"$id": "69",
"id_user": "a1b25950-f5f4-4cf9-bd5c-711f09295daf",
"id_pos": "1a158f6d-3e86-4fc2-8267-a078fec8f437",
"pass_required": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "69"
}
],
"st_users_token": [
{
"$id": "70",
"id": "b9cbb108-6a44-49c8-9ad2-eead7a08c4ff",
"token_id": "sample string 2",
"id_user": "475772e6-f556-4bef-9f87-4b130888db73",
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"st_users": {
"$ref": "11"
}
},
{
"$ref": "70"
}
],
"tt_doc_sa_cashflow": [
{
"$ref": "19"
},
{
"$ref": "19"
}
],
"tt_doc_sa_det": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"tt_doc_sa_det1": [
{
"$ref": "25"
},
{
"$ref": "25"
}
],
"tt_doc_st": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_doc_st1": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_items_customs": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_logs": [
{
"$id": "71",
"id": "b591caa0-3d96-420f-8afb-60be4a332078",
"id_user_add": "dfdec57e-1733-470e-8242-a6fa8ba64305",
"id_table": "7ed59188-caa7-4026-aca5-71206c91afdf",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "ff18d34a-fa43-4632-b4bb-22f050551f2b",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_sync_tables": {
"$id": "72",
"id": "4896c911-ad7a-429c-82ff-be4007ec21e4",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "73",
"id": "86692b4f-3b63-493e-9af3-8f192caea704",
"id_sync": "defa7848-4511-4d25-a5e6-2c38dad2a06c",
"json": "sample string 3",
"id_table": "13b50464-cb05-433d-b1f1-610a5d03d465",
"order": 5,
"st_sync_packages": {
"$id": "74",
"id": "68660238-66ae-499a-805c-733d2e1300dd",
"id_branch_from": "75b2a723-f832-448a-b6bc-47bce52e37e9",
"id_branch_to": "d4fb3629-0953-4631-b260-34c7a97be88b",
"type": 4,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-05-09T09:34:19.155304+02:00",
"send_on": "2026-05-09T09:34:19.155304+02:00",
"mt_branches": {
"$ref": "5"
},
"mt_branches1": {
"$ref": "5"
},
"st_sync_packages_det": [
{
"$ref": "73"
},
{
"$ref": "73"
}
]
},
"st_sync_tables": {
"$ref": "72"
}
},
{
"$ref": "73"
}
],
"tt_logs": [
{
"$ref": "71"
},
{
"$ref": "71"
}
]
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "71"
}
],
"tt_pos_sesion": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_pos_sesion1": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"tt_rooms_list": [
{
"$ref": "53"
},
{
"$ref": "53"
}
],
"tt_rooms_units_activity": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_rooms_units_activity1": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_rooms_units_log": [
{
"$id": "75",
"id": "00bf1cde-373e-4e17-8536-8ea34c803daa",
"id_room_activity": "b8954d46-6068-47bb-92a2-c888a81527e3",
"id_pos_sesion": "b228dc7e-4431-4ad0-9f72-64166e87c012",
"log_text": "sample string 4",
"id_user": "1528d438-62ab-4f26-8d9f-423e44a5dc84",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_users": {
"$ref": "11"
}
},
{
"$ref": "75"
}
],
"tt_tips_users": [
{
"$id": "76",
"id_tip": "c04b9ddd-3344-4c06-bfe3-ecb241fcceca",
"id_user": "82a4ba69-2673-41ee-aca1-c9309df15f59",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_users": {
"$ref": "11"
},
"tt_tips": {
"$ref": "1"
}
},
{
"$ref": "76"
}
],
"tt_vouchers_permisions": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"tt_vouchers": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_docs": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_pos_sesion_users": [
{
"$id": "77",
"id_pos_sesion": "590098d7-4f41-4dda-a863-eefbb60e97cf",
"id_user": "4c9fe6e6-4ea1-494c-8b9b-9d0768015951",
"date_add": "2026-05-09T09:34:19.155304+02:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_users": {
"$ref": "11"
},
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "77"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_doc_sa1": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"mt_items": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_rooms_units_states": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"st_users_profiles": {
"$ref": "64"
},
"tt_cmd_connection": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"tt_cmd_messages": [
{
"$id": "78",
"id": "a46f3bfb-388b-41e2-a368-710a3ecbb0c5",
"id_user": "ac38e788-d896-492c-9a42-45e87de1df19",
"date_add": "2026-05-09T09:34:19.155304+02:00",
"destiny_type": 4,
"id_key": "08dff14b-eb28-4223-a556-5ea8ddde0719",
"message": "sample string 6",
"message_view": true,
"date_view": "2026-05-09T09:34:19.155304+02:00",
"id_pos_sesion": "829d6b32-5844-423b-bd45-988b1cc79b78",
"terminal_add": "sample string 9",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_users": {
"$ref": "11"
},
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "78"
}
]
}
},
"mt_categories_items": [
{
"$ref": "8"
},
{
"$ref": "8"
}
],
"mt_items_featured": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_items_formula": [
{
"$ref": "27"
},
{
"$ref": "27"
}
],
"mt_units": {
"$ref": "29"
},
"mt_units1": {
"$ref": "29"
},
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"mt_items_sub": [
{
"$ref": "26"
},
{
"$ref": "26"
}
],
"mt_prices_rules": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_doc_sa_det_stock": [
{
"$ref": "48"
},
{
"$ref": "48"
}
],
"tt_doc_st_det": [
{
"$ref": "61"
},
{
"$ref": "61"
}
],
"tt_items_customs": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_stock": [
{
"$ref": "60"
},
{
"$ref": "60"
}
],
"tt_vouchers_det": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "8"
}
],
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"mt_prices_rules": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"tt_vouchers_det": [
{
"$ref": "31"
},
{
"$ref": "31"
}
]
},
{
"$ref": "7"
}
],
"mt_employees": [
{
"$ref": "22"
},
{
"$ref": "22"
}
],
"mt_items": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"mt_items_types": [
{
"$ref": "30"
},
{
"$ref": "30"
}
],
"mt_money_types": [
{
"$ref": "17"
},
{
"$ref": "17"
}
],
"mt_payment_types": [
{
"$ref": "20"
},
{
"$ref": "20"
}
],
"mt_prices_list": [
{
"$ref": "35"
},
{
"$ref": "35"
}
],
"mt_rooms": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"mt_rooms1": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"mt_rooms_units_states_types": [
{
"$ref": "55"
},
{
"$ref": "55"
}
],
"st_functions": [
{
"$ref": "66"
},
{
"$ref": "66"
}
],
"st_images_types": {
"$id": "79",
"id": "abc27ef3-1e2f-4641-87ac-5a7344f8921e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"st_images": [
{
"$ref": "6"
},
{
"$ref": "6"
}
]
},
"mt_docs": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"st_users": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"st_users1": [
{
"$ref": "11"
},
{
"$ref": "11"
}
],
"mt_cloakrooms": [
{
"$ref": "12"
},
{
"$ref": "12"
}
]
},
"st_users": {
"$ref": "11"
},
"mt_branches_zones": [
{
"$ref": "4"
},
{
"$ref": "4"
}
],
"mt_employees_branches": [
{
"$ref": "23"
},
{
"$ref": "23"
}
],
"mt_items_featured": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_locations": [
{
"$ref": "59"
},
{
"$ref": "59"
}
],
"mt_periods": [
{
"$id": "80",
"id_branch": "eb6d0678-9d12-4b49-ae1f-a2a64d36b8d8",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-05-09T09:34:19.155304+02:00",
"date_end": "2026-05-09T09:34:19.155304+02:00",
"state": "sample string 6",
"created_on": "2026-05-09T09:34:19.155304+02:00",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_branches": {
"$ref": "5"
}
},
{
"$ref": "80"
}
],
"mt_pos": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"mt_prices_list_rules": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_prices_rules": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"mt_rooms": [
{
"$ref": "51"
},
{
"$ref": "51"
}
],
"st_sync_packages": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"st_sync_packages1": [
{
"$ref": "74"
},
{
"$ref": "74"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_doc_st": [
{
"$ref": "58"
},
{
"$ref": "58"
}
],
"tt_vouchers": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"tt_vouchers_permisions": [
{
"$ref": "33"
},
{
"$ref": "33"
}
]
},
"mt_pos": [
{
"$ref": "3"
},
{
"$ref": "3"
}
],
"st_users": {
"$ref": "11"
}
},
"mt_cloakrooms": [
{
"$ref": "12"
},
{
"$ref": "12"
}
],
"mt_items_featured": [
{
"$ref": "39"
},
{
"$ref": "39"
}
],
"mt_pos_print": [
{
"$ref": "41"
},
{
"$ref": "41"
}
],
"mt_pos_rooms": [
{
"$ref": "52"
},
{
"$ref": "52"
}
],
"st_users": {
"$ref": "11"
},
"mt_pos_view": [
{
"$ref": "37"
},
{
"$ref": "37"
}
],
"mt_prices_list_rules": [
{
"$ref": "45"
},
{
"$ref": "45"
}
],
"mt_prices_rules": [
{
"$ref": "34"
},
{
"$ref": "34"
}
],
"st_doc_num": [
{
"$ref": "57"
},
{
"$ref": "57"
}
],
"st_pos_license": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"st_users_pos": [
{
"$ref": "69"
},
{
"$ref": "69"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_pos_connection": [
{
"$id": "81",
"id": "3f12fb97-c935-48f4-bf9c-762dcae4418b",
"id_pos": "8e8cdd37-e667-4af3-803d-302648d1df2a",
"date_add": "2026-05-09T09:34:19.155304+02:00",
"date_upd": "2026-05-09T09:34:19.155304+02:00",
"date_out": "2026-05-09T09:34:19.155304+02:00",
"connection_type": "sample string 3",
"connection_speed": 1,
"terminal_name": "sample string 4",
"version": "sample string 5",
"commited": true,
"mt_pos": {
"$ref": "3"
}
},
{
"$ref": "81"
}
],
"tt_pos_sesion": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_branches": {
"$ref": "5"
},
"tt_logs": [
{
"$ref": "71"
},
{
"$ref": "71"
}
],
"st_local_variables": [
{
"$id": "82",
"id": "11a61084-da56-4229-825d-f9cee23dcddf",
"id_pos": "b6898d6f-f46e-44ad-a2f3-e7f08415b221",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-05-09T09:34:19.155304+02:00",
"commited": true,
"mt_pos": {
"$ref": "3"
}
},
{
"$ref": "82"
}
],
"tt_doc_st": [
{
"$ref": "58"
},
{
"$ref": "58"
}
]
},
"tt_cloakrooms_units": [
{
"$ref": "13"
},
{
"$ref": "13"
}
],
"tt_items_customs": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_doc_sa_pt": [
{
"$id": "83",
"id": "44b53012-73a2-48dc-9401-d839c8eac97c",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "b97d101d-592f-4a38-bef6-70ddd58bc8bd",
"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-05-09T09:34:19.155304+02:00",
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "83"
}
],
"tt_rooms_units_activity": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"st_users": {
"$ref": "11"
},
"st_users1": {
"$ref": "11"
},
"tt_tips": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"tt_pos_sesion_users": [
{
"$ref": "77"
},
{
"$ref": "77"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_cmd_connection": [
{
"$ref": "65"
},
{
"$ref": "65"
}
],
"tt_cmd_messages": [
{
"$ref": "78"
},
{
"$ref": "78"
}
]
},
"tt_tips_users": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
}