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_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_room_unit": "bfedf77b-d9d9-45a8-b348-1b793dccf717",
"print_doc": true,
"all_items": true,
"id_user_add": "1b3c3300-195d-4f49-8b3f-d1314f864a99",
"external_user": "sample string 7",
"doc_sa_det_new": [
{
"$id": "2",
"id_item_sub": "944c868f-d31f-45c2-a326-d14c57a80b5a",
"qty_det": 2.1,
"price_custom": 3.1,
"id_price_list": "bf43d424-0e34-44d9-8173-ad2d023be0fb",
"tax": 5.1
},
{
"$ref": "2"
}
],
"doc_sa_pay_new": [
{
"$id": "3",
"id_pay": "626d7d57-a314-4f5b-9f20-7c633007fe95",
"amt_tot": 2.1,
"pt_response": {
"$id": "4",
"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": "5",
"action": "sample string 1",
"locator": "sample string 2",
"orderId": "sample string 3",
"terminal": "sample string 4",
"data": {
"$id": "6",
"orderId": "sample string 1",
"amount": 2.1,
"printReceipt": 3,
"transactionId": "sample string 4"
},
"metadata": {
"$id": "7",
"back_color": "sample string 1",
"order": 2
},
"result": {
"$id": "8",
"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": "9",
"orderId": "sample string 1",
"transactionData": {
"$id": "10",
"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": "11"
},
{
"$ref": "11"
}
]
}
}
}
},
"metadata": {
"$ref": "7"
}
}
},
{
"$ref": "3"
}
]
}
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": "5422ceed-53e0-47cf-9044-12a53497f7ac",
"id_pos_sesion": "72a16ab8-7c4c-449f-a6a2-8da086d2ba02",
"amt_card": 1.1,
"amt_cash": 1.1,
"id_user": "da592e62-a938-4dbe-8a94-7121e097a9a2",
"id_room_unit_activity": "4cf52c94-7c32-48bb-954a-55322b80507c",
"id_doc_sa": "47e49b2a-ae08-4e6a-acfc-3b80d79c505e",
"id_pos_type": "d78e483a-3cda-40cd-95e4-db7dbb67c061",
"block": true,
"comment": "sample string 5",
"json_response": "sample string 6",
"id_doc_ref": "972c1e62-8e8d-4dd2-bcc5-7863fd542588",
"coupon_id": "sample string 7",
"terminal_id": "sample string 8",
"card_name": "sample string 9",
"card_bank": "sample string 10",
"card_number": "sample string 11",
"client_name": "sample string 12",
"money_type": "sample string 13",
"merchant_id": "sample string 14",
"aid": "sample string 15",
"auth_num": "sample string 16",
"authorization": true,
"signature": true,
"contactless": true,
"date_hour_pay": "sample string 17",
"terminal_name": "sample string 18",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"tt_pos_sesion": {
"$id": "2",
"id": "11b580f3-010c-4ef8-815d-8d6bd45698b3",
"nro_sesion": 2,
"id_pos": "9994c7c4-6b01-457b-8a06-c5662585ddf4",
"date_tax": "2026-03-10T09:37:57.1968565+01:00",
"date_open": "2026-03-10T09:37:57.1968565+01:00",
"date_close": "2026-03-10T09:37:57.1968565+01:00",
"id_user_open": "3bf8a74f-4993-4a12-90af-65544aa72695",
"id_user_close": "00ad6918-1da8-4038-a62a-73a7f829931b",
"nro_z": 1,
"amt_tot": 1.1,
"locator_event": "sample string 6",
"status_pos": 7,
"training_sesion": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_pos": {
"$id": "3",
"id": "03aa83cd-f96b-4dd0-b780-9fc7356877b7",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "404969a7-35f4-4c67-8e32-5d2dc8247b24",
"id_zone": "c75c8400-76aa-4a9a-9171-d7afab40a051",
"user_required": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "4d52b964-147b-4f63-a4eb-32eb8a338776",
"commited": true,
"mt_branches_zones": {
"$id": "4",
"id": "615118d2-3902-49a4-8c0d-45ca4b22bc2e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "522a3fee-0df1-47fb-a3fa-b087be799481",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "6a34b4ed-49a4-4fd1-bb7a-084761c3fb70",
"commited": true,
"mt_branches": {
"$id": "5",
"id": "92308f91-d830-45fd-873d-1a0ee7d9bdff",
"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": "1cdd68fc-706e-42ed-aed4-a48da4c301a8",
"order": 12,
"external_id": "sample string 13",
"sync": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "09e88828-a62b-48f8-98f8-054a18a650d9",
"commited": true,
"st_images": {
"$id": "6",
"id": "cc5866c6-d9b8-4d7a-bb4d-7778426a2c02",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_img_type": "3df3b59b-3598-4474-9623-15aa8b429668",
"image_file": "sample string 5",
"extension": "sample string 6",
"high": 1,
"width": 1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_branches": [
{
"$ref": "5"
},
{
"$ref": "5"
}
],
"mt_categories": [
{
"$id": "7",
"id": "4112d4ae-c670-4191-a5ba-8c69d0faaf30",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_item_type": "cb99bda2-ca24-483c-9a49-c66c37b45ffe",
"order_type": 5,
"name_pos": "sample string 6",
"id_image": "4791340f-9587-40ef-a5da-fb8b15367273",
"view_pos": true,
"order": 8,
"order_sec": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"font_bold": true,
"font_underline": true,
"font_size": 15,
"big_buttons": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "85e799ae-d519-49c5-8dc6-68d08ae19e09",
"commited": true,
"mt_categories_items": [
{
"$id": "8",
"id_category": "17072457-5e8b-4ee6-b415-d7e69a952f9c",
"id_item": "86359b3a-5dfd-4214-8f7e-31871cea0097",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "e3dc3b40-4a4a-4f68-ba2a-306bf936e9c2",
"commited": true,
"mt_categories": {
"$ref": "7"
},
"mt_items": {
"$id": "9",
"id": "efee8ed7-97ad-437b-8123-36c22d89133a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_unit": "731cf030-f1e7-46d3-a755-abd82b8801a8",
"id_unit_sec": "0b147fd2-16b0-4e45-b903-df812d298dca",
"id_brand": "26bb2244-0e2b-4b35-9f7f-cc90abfbf280",
"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": "e185c390-7fb4-4033-aa93-899288fe3e5a",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"font_bold": true,
"font_underline": true,
"font_size": 29,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "fd00f940-2b3d-46dc-a6bf-2d7cc9da6287",
"commited": true,
"mt_brands": {
"$id": "10",
"id": "8805d5dc-9a38-465d-bbd2-95654a70b7d6",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "4700beea-f7b7-4fd0-b4d2-0b65d26c6b60",
"commited": true,
"mt_items": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"st_users": {
"$id": "11",
"id": "34a16df0-999a-4482-bd2f-c317a4ef7cd1",
"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": "86f5c3cf-9276-4de9-ba2e-66510d9258a8",
"view_messages": true,
"id_image_photo": "d8c8fce3-d72e-41fd-b365-2504530ad8be",
"reserved": true,
"pos_access": true,
"back_access": true,
"name_pos": "sample string 13",
"id_image": "048ea892-a553-4a8d-b540-db29cb6baca5",
"view_pos": true,
"order": 15,
"color_border": "sample string 16",
"color_button": "sample string 17",
"color_font": "sample string 18",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "2b57422f-ceb8-45d8-9b72-8d1e1cf61fee",
"id_mask": "sample string 2",
"name": "sample string 3",
"id_pos": "54cf157d-1a3e-4840-bddd-59e07027becb",
"unit_ini": 5,
"unit_end": 6,
"name_pos": "sample string 7",
"id_image": "90f2cd0c-a493-46b6-bac4-08cf156b5dbe",
"view_pos": true,
"order": 9,
"color_border": "sample string 10",
"color_button": "sample string 11",
"color_font": "sample string 12",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "ff73cfcb-12c8-4491-9edb-0a266176563e",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_images": {
"$ref": "6"
},
"st_users": {
"$ref": "11"
},
"tt_cloakrooms_units": [
{
"$id": "13",
"id": "d7c40061-6ceb-4b06-bfd4-d4240ad565bd",
"id_cloakroom": "65d890f1-e814-4530-83b7-7f444cb401dd",
"id_pos_sesion": "d31a0bf7-8c22-4b7c-a250-edaf49df8520",
"unit_id": 4,
"date_open": "2026-03-10T09:37:57.1968565+01:00",
"date_close": "2026-03-10T09:37:57.1968565+01:00",
"id_doc_sa": "c0a3fa4d-cfdd-421f-a64f-75bf1941bdd7",
"commited": true,
"mt_cloakrooms": {
"$ref": "12"
},
"tt_doc_sa": {
"$id": "14",
"id": "bf76ec2b-12c6-486a-8ba1-04224cc83ab4",
"id_pos": "16976781-0c98-4a71-b171-01d434f6eede",
"id_doc": "36dbb3e9-c076-4d1d-97b7-a3058bae8b1c",
"id_branch": "0f9e4763-b532-435a-8902-51e0c1a779b8",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:37:57.1968565+01:00",
"date_tax": "2026-03-10T09:37:57.1968565+01:00",
"hour_doc": "00:00:00.1234567",
"block": true,
"id_ref": "e39b2593-c7d6-46fd-a5b4-0ba9ded10f54",
"id_relationship": "b3c1aa54-3ab2-4e5e-b0a5-8303b7c0221e",
"id_loc_from": "b48f5b76-7bf1-4be5-821f-4461dc587c88",
"id_loc_end": "16822f19-8b88-4f66-980c-99b59e50caf3",
"id_user_add": "412e5e9b-5258-49c1-96ad-d81fe490c058",
"id_user_upd": "b15edf49-8190-4a09-989a-e564e6004545",
"comment": "sample string 12",
"id_pos_sesion": "17cabe28-a9be-48a6-8e63-1ea7c6d0ab2a",
"id_room_unit": "5b0f08b8-a7f2-419f-bb5f-6dfcaa9339a5",
"ref_locator": "sample string 13",
"ref_zone_aut": "sample string 14",
"id_pos_type": "77692930-5a7a-4643-a58f-df4c5df6a50d",
"p_dis": 15.1,
"p_chr": 16.1,
"amt_net": 17.1,
"amt_tax": 18.1,
"amt_dis": 19.1,
"amt_chr": 20.1,
"amt_tot": 21.1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"created_by": 1,
"doc_print": true,
"mt_branches": {
"$ref": "5"
},
"mt_docs": {
"$id": "15",
"id": "5a6fb877-e897-4f2b-b8c5-d007ac10a28c",
"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": "c90dfe59-9409-452c-b993-47f2201c54fc",
"view_pos": true,
"order": 23,
"color_border": "sample string 24",
"color_button": "sample string 25",
"color_font": "sample string 26",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "845d1aae-1bdc-470c-91b2-d3f3cb69c0a2",
"commited": true,
"mt_docs_payment_money": [
{
"$id": "16",
"id_doc": "a881657a-d6f1-4352-ad1e-09512e5a8075",
"id_pay": "66f054db-4fcd-45b3-bdc3-00876b5164c0",
"id_money": "6012ff17-da4e-4b3c-af65-a168504a3d13",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "5d815a79-bc77-4e76-9739-95249cc13daa",
"commited": true,
"mt_docs": {
"$ref": "15"
},
"mt_money_types": {
"$id": "17",
"id": "32a04f98-7c24-4f8d-bdf3-3b8f52d5c0e5",
"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": "779547e9-eb50-49af-a193-986bd1d6faa0",
"view_pos": true,
"order": 8,
"color_border": "sample string 9",
"color_button": "sample string 10",
"color_font": "sample string 11",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "f1349f06-b212-4f1e-b137-f92d626cf65c",
"commited": true,
"mt_docs_payment_money": [
{
"$ref": "16"
},
{
"$ref": "16"
}
],
"mt_money_rates": [
{
"$id": "18",
"id_money_1": "2039d4ea-35d2-4ad2-82ef-e4d522a52893",
"id_money_2": "f92d410b-7024-4c0a-8db2-de12c1d77aa7",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"coefficient": 4.1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "3f74c384-c71b-4f98-9f6a-21952f244433",
"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": "c267297f-dda4-4af0-ae9f-dfe9d3856e35",
"id_pay": "a8795cef-97d1-4501-b25f-8920d7c75aae",
"id_money": "18a24040-8b3e-48f4-8838-aae7e1bde418",
"date_cashflow": "2026-03-10T09:37:57.1968565+01:00",
"coefficient": 5.1,
"id_user_add": "35f71ebc-cc3a-4f9c-92b2-8fc687dc38ef",
"amt_tot_md": 7.1,
"amt_tot_mo": 8.1,
"mt_payment_types": {
"$id": "20",
"id": "6aff067d-8196-42a5-8828-de7c19c62062",
"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": "6d2ac8af-540f-4e31-9cb5-9da11436021d",
"view_pos": true,
"order": 13,
"color_border": "sample string 14",
"color_button": "sample string 15",
"color_font": "sample string 16",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "0e0d0995-87b8-4f08-8238-889f1c4335ef",
"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": "8f89d65c-7c3b-4fea-a88e-8c32c6572ef9",
"id_line": 2,
"id_pay": "198ccbc7-dc70-427f-822d-7eb582115049",
"id_money": "8c601c1f-8a16-4d34-86bd-59609bd54b87",
"coefficient": 5.1,
"id_voucher": "9d8e810e-9d43-4fac-a4c3-c060786897fb",
"id_employee": "e6679ea1-82b7-4f66-b849-9c17ccb18219",
"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": "1a3f3a92-c16e-4e19-9e73-be6ee99d93ca",
"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": "5424fd81-8c78-417a-8fdd-dc264d73e87a",
"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": "6db3ce27-574e-4dc5-bcce-9930dc010c8a",
"name_pos": "sample string 12",
"id_image": "f16ebbf9-f390-43f0-bf88-85e13e1091d4",
"view_pos": true,
"order": 14,
"color_border": "sample string 15",
"color_button": "sample string 16",
"color_font": "sample string 17",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "b40b4f39-007e-45c9-8695-102d98ac5560",
"commited": true,
"mt_employees_branches": [
{
"$id": "23",
"id_employee": "dd813f28-189a-4d89-99ce-64e166a5270a",
"id_branch": "db726b10-63ce-4636-a356-107ec1041ae9",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "6e3b22b2-eee5-4c6d-96c9-a06b0d040312",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_employees": {
"$ref": "22"
}
},
{
"$ref": "23"
}
],
"mt_employees_profiles": {
"$id": "24",
"id": "1a1ffa5d-99fd-4fd8-8905-0be608ff4b3e",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"authorized": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "0576adab-10a6-481f-9227-385a6773feff",
"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": "0f7c4482-1967-49fe-895e-567ed4d9c755",
"id_line": 2,
"id_item_sub": "e6f2e0cd-215f-431f-b64f-3d930d54d1c2",
"qty": 4.1,
"id_list": "d671994b-a951-449a-bec7-469ef7f3491e",
"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": "fc3c62fd-4997-46c9-b829-2a9f34fb26bf",
"is_used": true,
"qty_vou": 1.1,
"amt_vou": 1.1,
"comment": "sample string 15",
"ref_det": "sample string 16",
"id_employee": "2499d516-b92c-4e02-b9a2-4d2b31ce46a7",
"name_generic": "sample string 17",
"type_ope": 1,
"id_user_add": "3d0e22b8-4d3a-4b83-91ce-da815d5275bc",
"id_user_upd": "f5a88b1b-d626-4377-a04f-3deb328bcbd7",
"active": true,
"mt_employees": {
"$ref": "22"
},
"mt_items_sub": {
"$id": "26",
"id": "d2b8a78b-262a-41ea-93f2-67488f9d4a6c",
"id_item": "a41ac179-242a-4242-ad73-a45f54591599",
"id_item_type": "f63e4ac8-bb15-4bf5-8d45-759f974005fa",
"is_default": true,
"barcode": "sample string 5",
"voucher_apply": true,
"id_voucher_json": "b3204135-1a7d-4a3f-be8f-fe9a27462a8d",
"count_voucher": 1,
"id_voucher_type": 1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "9ee7511f-b237-4b96-ac1b-8d0b592c9b05",
"commited": true,
"mt_items": {
"$ref": "9"
},
"mt_items_formula": [
{
"$id": "27",
"id_item_sub": "770c3b64-0ba3-4ddb-a8fc-051952fa8b8c",
"id_item": "a2b49850-8778-4994-a7d8-733d43c6d4e5",
"group_id": 3,
"id_unit_ref": "c92cc91b-7ba2-4281-9b1a-7182edb8a36a",
"qty_dis": 5,
"mt_items": {
"$ref": "9"
},
"mt_items_sub": {
"$ref": "26"
},
"mt_units_ref": {
"$id": "28",
"id": "ebda9586-19c8-4648-a052-4ace2ccdaf3c",
"id_mask": "sample string 2",
"name": "sample string 3",
"coefficient": 4.1,
"id_unit": "cc0b282d-4749-408a-bc39-544aa4ddb083",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "35f98050-1cce-40ba-82f6-1231953cc10f",
"commited": true,
"mt_units": {
"$id": "29",
"id": "328d8433-973c-41fe-9ffc-425f8e59ab62",
"id_mask": "sample string 2",
"name": "sample string 3",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "51787a25-7931-465e-9e8c-3f4646fe9f79",
"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": "7f4dff52-9d8e-4737-9e7e-fcc81984969f",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_short": "sample string 4",
"name_pos": "sample string 5",
"id_image": "88c68c71-fce6-4508-bd6f-79391ca460a6",
"view_pos": true,
"order": 7,
"color_border": "sample string 8",
"color_button": "sample string 9",
"color_font": "sample string 10",
"font_bold": true,
"font_underline": true,
"font_size": 13,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "cd3f55f7-3f5b-491e-8b0d-809222826ba3",
"commited": true,
"tt_vouchers_det": [
{
"$id": "31",
"id_voucher": "9ec5df6b-35ea-4951-b05c-5abf6ba40adb",
"id_line": "89517696-eea2-4811-b130-0dbf5a5aa348",
"id_category": "7a5d1728-2c06-4b50-b688-8f5eb3bae66f",
"id_item": "3d69646c-8c56-40ed-8213-78797ad2d89e",
"id_item_type": "5116286d-4d1c-4dd2-a963-a595790e8edc",
"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": "5a229fdd-2fbd-4357-9d5c-bbf47a69c778",
"id_voucher": 2,
"locator_voucher": "sample string 3",
"qr_code": "sample string 4",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"date_used": "2026-03-10T09:37:57.1968565+01:00",
"date_sesion": "2026-03-10T09:37:57.1968565+01:00",
"id_employee": "f69600f7-1e0b-46a3-b727-324c89cf6b74",
"id_branch": "71386b88-6f4c-4508-90d7-3d395f90f37a",
"id_voucher_permision": "59bc6bbb-2542-4ee4-8808-172243b80958",
"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": "92b25a13-0cc5-4fb7-b44f-fb8d897679b4",
"id_user_add": "f32b3dd5-21ce-4df3-957f-8d586f10819e",
"id_doc_sa": "e257f222-3ea5-4f7b-bbd2-a2d91fade9a0",
"id_item_sub": "4aee107e-f55a-48a3-976d-0f65a2e4b9b1",
"id_pos_sesion": "22ccc490-b981-495d-9ceb-8073334fab36",
"is_authorized": true,
"is_automatic": true,
"print_in_branch": true,
"printed": true,
"is_entry": true,
"is_consume": true,
"is_used_entry": true,
"is_used_consume": true,
"is_close": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "85766ff5-e441-4e00-853f-c6613ca17a30",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"date_used": "2026-03-10T09:37:57.1968565+01:00",
"id_employee": "cce97574-7e72-461c-b672-fb40b54c2fa7",
"id_branch": "97a55968-a1bd-40b3-9800-a4ae1e828887",
"count": 6,
"count_used": 1,
"unlimited": true,
"id_user_add": "ce62c6f0-2f6b-418d-b663-1cc80d7cbb27",
"is_entry": true,
"is_consume": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "12620ba4-03c9-48cf-ade4-ee20176bdf20",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"by_amt": true,
"by_pcg": true,
"ap_amount": 1.1,
"ap_percent": 1.1,
"ap_price": 1.1,
"ap_price_min": 1.1,
"ap_price_max": 1.1,
"id_branch": "aed48573-56b4-4702-9bc9-aae8b8ffe105",
"id_pos": "78b7d2b4-57c3-45bc-84e7-4586639b4aeb",
"id_list": "527a31e2-caaa-4d9f-9772-bc3d94d9401c",
"id_item": "aa2d681b-241a-4816-86b7-2ca81448fec6",
"id_item_type": "08c5e75e-0c24-44e5-92e9-740ee81b85f1",
"id_category": "450b737c-a999-4394-b8d6-62b23c0b7722",
"by_day_week": true,
"use_mon": true,
"use_tue": true,
"use_wed": true,
"use_thu": true,
"use_fri": true,
"use_sat": true,
"use_sun": true,
"use_hour_ini": "00:00:00.1234567",
"use_hour_end": "00:00:00.1234567",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "4d212054-0659-4d76-8218-ed0a7f8eca98",
"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": "8a610dac-f1fd-4956-9322-8a73158b44e1",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_ref": "2dab7c94-c840-4bbe-91b1-c74a8ea153da",
"tax_included": true,
"switch_select": true,
"item_type_default": 7,
"name_pos": "sample string 8",
"id_image": "0e03d17a-6e03-45ea-af3b-ad7344a65c1a",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "dfbd1798-235b-4067-9d9b-1b2cb0dd75ab",
"commited": true,
"mt_pos_prices_list": [
{
"$id": "36",
"id_pos": "83b41aaa-f77c-42b5-8aee-2490e38b6c76",
"id_pos_type": "93a7f625-20f9-4040-849c-84a23238f00a",
"id_price_list": "05ed7b25-7366-42bc-96f1-ef74d11bde34",
"is_default": true,
"view_mon": true,
"view_tue": true,
"view_wed": true,
"view_thu": true,
"view_fri": true,
"view_sat": true,
"view_sun": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "453eb599-f3b5-49fe-9550-d883a70bb0d3",
"commited": true,
"mt_pos_view": {
"$id": "37",
"id_pos": "43fcf888-94a3-4744-baee-4dea29bb0eb4",
"id_pos_type": "13b7740e-b6be-4fa4-9b8a-1fdc422def7d",
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "c9a61553-8d2b-424e-b295-d2bcedfdcea0",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"mt_pos_prices_list": [
{
"$ref": "36"
},
{
"$ref": "36"
}
],
"mt_pos_types": {
"$id": "38",
"id": "b3563818-fb7c-4f53-8a38-82eba73ecdf2",
"id_mask": "sample string 2",
"name": "sample string 3",
"is_module": true,
"order": 5,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "a407a9db-e6b1-45e2-8f11-5cdc221a2439",
"commited": true,
"mt_items_featured": [
{
"$id": "39",
"id": "31f43f30-620b-4b50-b897-d0843d77b637",
"id_branch": "a0e080c6-6319-4d48-9294-a47de589ae40",
"id_pos_type": "b759b26a-b045-44b3-a2fa-3c96aecec745",
"id_pos": "381b50f3-9826-442e-bc55-6bfe820e6f1b",
"id_item": "b1bef27e-912b-4978-983c-f6cc8db4b857",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"image_id": 4,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "00f297c3-b0f1-4538-b1a9-3500b80ac0f4",
"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": "63b60a34-e94d-4e98-8d34-1251f78c3753",
"id_doc": "b4c7c3e5-ecc1-45df-9ad8-e4ff5b77e1bb",
"id_pos_type": "5c833913-a312-448e-8ca3-b6a200e13c09",
"id_doc_print": "ffde9687-652b-491f-b761-a68a74c30759",
"copies": 5,
"print_mode": 6,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "3caa1f60-b4a5-483e-88e1-f29ea1951c2f",
"commited": true,
"mt_docs": {
"$ref": "15"
},
"mt_pos_print": {
"$id": "41",
"id": "51abdbd3-c88f-4b57-8eff-92d2718d14fa",
"id_pos": "d4de6dc0-24eb-4b36-999a-dd95650d5aa3",
"id_mask": "sample string 3",
"name": "sample string 4",
"mode_print": 5,
"port": "sample string 6",
"baud_rate": 1,
"data_bits": 1,
"stop_bit": 1,
"flow_control": 1,
"parity": 1,
"pin_cashdrawer": 1,
"ip_printer": "sample string 7",
"port_ip": 1,
"printer_name": "sample string 8",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "a48624e6-c3e6-4568-b119-b2417a3b191f",
"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": "f332fbf9-0769-4b95-8e8b-a27a2a98ea5a",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high_row": 5,
"high_doc": 6,
"with_doc": 7,
"to_file": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_pos_doc_print": [
{
"$ref": "40"
},
{
"$ref": "40"
}
],
"st_doc_print_det": [
{
"$id": "43",
"id_doc_print": "31a37ea8-71e4-4df8-adcb-bccc9a23ca81",
"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": "27918396-6361-4221-bab9-3a56266362c7",
"id_item_sub": "7e2eed73-49b0-47a6-a334-0b370876b0e8",
"validity_date": "2026-03-10T09:37:57.1968565+01:00",
"price": 4.1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "f6ecd52b-5281-4daf-a1bc-bf68a51ecd45",
"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": "b4365b49-049e-4713-8607-b96d6bc518b8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"id_branch": "2efbb2c0-e621-4f4d-ad08-385289a1a8fe",
"id_pos": "453612ed-b7c6-41b4-97d4-9dd66784bee8",
"id_list": "31af2e58-edb6-4664-8d5f-1df03dc9ad23",
"view_list": true,
"is_default": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "2cdb3971-f84f-4b1e-9bb1-70707dc61ddb",
"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": "c97b1345-ff4e-423b-a09d-2804d2d1bccc",
"order_id": 2,
"id_item": "659b33de-c685-4839-92f7-51980658a98b",
"id_item_type": "9d0cb595-7d26-4b0d-8140-2cb6e3672613",
"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": "0dd2b293-f97b-4f4e-ac01-605062e4139b",
"type_item": 11,
"id_voucher_json": "b8df2a27-2ecb-490f-9a66-8d9ff7fd4a5f",
"count_voucher": 1,
"id_category": "8749b4dc-f02b-4c62-831f-61cef5464fe3",
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "242ae365-9de0-49c8-a66f-45a4cf67501c",
"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": "657f5445-f165-483b-a188-1241ca67515b",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"json": "sample string 5",
"id_pay_type": "45f3d668-6f42-49e3-93b9-4bd7c83266b0",
"id_doc_print": "df29d6e2-9b38-4aec-a043-59f8bc92f40a",
"hour_end": "00:00:00.1234567",
"price_item_sub": true,
"define_validity": true,
"price_ref": true,
"price_min": 11.1,
"supply_apply": 12,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "9e00380e-c8c8-47f5-a7a2-a97d52a1e1b2",
"id_line": 2,
"id_item": "729664b1-92bd-44c6-857d-e61ae416093c",
"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": "174ed9d7-e5e5-49e5-840a-f3df86fc3415",
"id_room_unit": "d1bb1a5b-299c-478c-a3a8-3cf57be1e2f4",
"id_room_list": "4e40f9a2-e820-43a1-b3f6-d29b994a5369",
"nro_res_ext": "sample string 3",
"date_reserved": "2026-03-10T09:37:57.1968565+01:00",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"date_open": "2026-03-10T09:37:57.1968565+01:00",
"date_close": "2026-03-10T09:37:57.1968565+01:00",
"id_employee": "e5dab2f9-7b2a-42b5-bad6-787e1b507402",
"id_employee_sec": "101f9499-740f-453f-bffe-fc765b7898ee",
"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": "1022ac04-af41-4e5b-8ce7-8327dabe92c7",
"comment": "sample string 7",
"id_user_open": "b95e9143-88cc-4298-a3ab-185db671ed6a",
"id_user_close": "4a0a878d-9da8-4d83-9f6d-7e212265f743",
"id_unit_state": "e6de986d-6335-46be-940a-7deb996a7e72",
"id_pos_sesion": "4882b81f-499b-40ad-99a2-c6131faecc28",
"vip": true,
"paid": true,
"send": true,
"send_date": "2026-03-10T09:37:57.1968565+01:00",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_employees": {
"$ref": "22"
},
"mt_employees1": {
"$ref": "22"
},
"mt_rooms_units": {
"$id": "50",
"id": "05edec65-c1e7-4058-afe2-506a3002f67e",
"id_mask": "sample string 2",
"name": "sample string 3",
"name_label": "sample string 4",
"name_zone": "sample string 5",
"order": 6,
"id_room": "52a38904-c206-4f26-8253-c51454bc2259",
"pax": 8,
"pos_x": 9,
"pos_y": 10,
"size_w": 1,
"size_h": 1,
"in_map": true,
"reserved_on": true,
"id_room_type": "36fb51e8-8799-4082-9266-0e68f368508c",
"locked": true,
"date_locked": "2026-03-10T09:37:57.1968565+01:00",
"comment_locked": "sample string 15",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "8344a0bd-741b-4503-aebc-03b0a5d7efbd",
"commited": true,
"mt_rooms": {
"$id": "51",
"id": "cc4d1db2-da3e-4dca-b282-a368a5ae64eb",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"id_branch": "4f72a73c-7de2-42b2-9e68-26575e8602a3",
"name_pos": "sample string 6",
"id_image": "f6e68750-e3a5-4a0e-8731-7ff625df792f",
"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": "b5b0f0a5-ccb4-4d52-9a0c-654b4b843930",
"refresh_status": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "4d0d89f9-ba46-4469-8612-c4ce0f9b703f",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_pos_rooms": [
{
"$id": "52",
"id_pos": "e5194ea9-51e2-4d60-811f-7d3bddf5c4b3",
"id_room": "fc0aec35-8fc3-48d8-8f58-e224f2e788e7",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "e7cddfef-eb09-430b-8793-f8ad6e12b4ed",
"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": "2902e967-b2c2-4472-b915-efbd0426b78c",
"id_room": "18327419-2481-4f55-9665-71ae539fa707",
"date_in": "2026-03-10T09:37:57.1968565+01:00",
"date_out": "2026-03-10T09:37:57.1968565+01:00",
"id_user_add": "332c2d12-f984-4fb1-ab41-89feffabb4df",
"from_reservation": "sample string 5",
"pax": 6,
"status": 7,
"comment": "sample string 8",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "d30a2c34-d48a-4a4d-945d-7f077e01441c",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"high": 5,
"width": 6,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "60f2dc55-c2e9-426d-a1a5-6abdbf125ea6",
"commited": true,
"mt_rooms_units": [
{
"$ref": "50"
},
{
"$ref": "50"
}
],
"mt_rooms_units_states_types": [
{
"$id": "55",
"id_room_type": "8591b71e-a743-4b14-abcd-b1fb211ebe3d",
"id_room_state": "8782a656-8cab-4055-af07-3c13a4a0800f",
"id_image": "3f2f1cf3-2749-435c-abc5-b84742fa545b",
"color_font": "sample string 4",
"font_bold": true,
"font_underline": true,
"font_size": 7,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "183a6ada-9f31-44e9-a5f4-93fd2092bba7",
"commited": true,
"mt_rooms_units_states": {
"$id": "56",
"id": "54d2d23c-a91a-44d5-a42b-d474e01d34f5",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "09a3b81c-06ab-460a-829f-cf172335b709",
"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": "680683aa-4a49-4a26-82e2-0f7c8f2fe1be",
"id_doc": "68026900-9097-4d77-95b5-4b5ad2e8ba13",
"value": 3,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "5ce3b7fe-5714-4cdc-8847-014dd10bab0a",
"id_pos": "e7e69b63-f477-4bac-abd7-7658f65742d5",
"id_doc": "b2f44d7c-4000-4a93-94d0-afebf57b32ab",
"id_branch": "19c0eaf0-7882-4db7-aa4d-5f78d89c5254",
"nro_doc": "sample string 5",
"date_doc": "2026-03-10T09:37:57.1968565+01:00",
"block": true,
"nro_original": "sample string 8",
"id_ref": "7567ff2d-55ca-46df-8304-36b11d8a316f",
"id_loc_from": "d211dbc7-ba1c-4551-a106-c9266205414e",
"id_loc_end": "a428df7b-602e-4fb1-b337-818402cce43a",
"id_user_add": "153dc24c-af34-4180-98f5-5c1ef0784d6f",
"id_user_upd": "5406b80b-86f0-4f47-9333-a4e6ded1c45f",
"id_pos_sesion": "e2ac5883-2751-4d8c-90e6-5bdeab809573",
"comment": "sample string 12",
"status": 1,
"is_send": true,
"date_send": "2026-03-10T09:37:57.1968565+01:00",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_branches": {
"$ref": "5"
},
"mt_docs": {
"$ref": "15"
},
"mt_locations": {
"$id": "59",
"id": "2557c2d1-2d7c-497c-858d-57ebec9f2ecf",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"reserved": true,
"id_branch": "dbb951ed-b6bb-4931-a87b-8a2b12fda195",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"id_user_upd": "64c318eb-f0ff-44e3-9d53-18b50f139859",
"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": "9bc7e4ac-d611-4a92-b157-c83e908a095f",
"id_item": "ee0f1e9e-c3a9-43ff-9641-3a50e7ffca94",
"stock_ideal": 3.1,
"stock_min": 4.1,
"stock_max": 5.1,
"stock": 6.1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "5d60669d-9aaf-45db-ba52-fa323e0e4f53",
"id_line": 2,
"id_item": "f0b3e7f2-c5a0-4e3f-ae60-76a86aa29ce9",
"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": "b75e1fbe-696f-4aab-9dd7-de7af6eeb821",
"spool_server": "sample string 2",
"id_doc_sa": "66f2249c-335b-482a-a7a9-bb6d090897a5",
"spool_printer": "sample string 4",
"count": 5,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"printed": true,
"print_on": "2026-03-10T09:37:57.1968565+01: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": [
{
"$ref": "9"
},
{
"$ref": "9"
}
],
"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": [
{
"$ref": "56"
},
{
"$ref": "56"
}
],
"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": "34aff6ae-293b-4df6-b42d-a0b14386132b",
"id_function": "9dc8adb2-3a44-4306-8202-a2a2e18a8622",
"id_user": "e47106d6-8fde-41b5-a6a3-f588f22d0a4f",
"id_profile": "89b73e84-246e-473e-9b3d-5efb3e8079b5",
"permission": 3,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_users_profiles": {
"$id": "64",
"id": "d6680d86-f39e-41a0-a5a7-81a68b129dea",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"is_pass_required": true,
"is_admin": true,
"level_id": 7,
"order_1": 8,
"order_2": 9,
"order_3": 10,
"order_4": 11,
"is_tips": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_permisions": [
{
"$ref": "63"
},
{
"$ref": "63"
}
],
"st_users": [
{
"$ref": "11"
},
{
"$ref": "11"
}
]
},
"st_users": {
"$ref": "11"
},
"st_functions": {
"$id": "65",
"id": "083e611f-7b46-4c6d-91f1-72de097ffc24",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"level_id": 5,
"id_group": "8ad72639-c1b3-44dd-83cc-a6decda54d77",
"name_event": "sample string 7",
"name_pos": "sample string 8",
"id_image": "e8e3e005-535f-426a-9425-f48f0b85166b",
"view_pos": true,
"order": 10,
"color_border": "sample string 11",
"color_button": "sample string 12",
"color_font": "sample string 13",
"font_bold": true,
"font_underline": true,
"font_size": 16,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_functions_groups": {
"$id": "66",
"id": "2692b4e5-0bd9-4003-b41c-0c65311882d8",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_functions": [
{
"$ref": "65"
},
{
"$ref": "65"
}
]
},
"st_images": {
"$ref": "6"
},
"st_permisions": [
{
"$ref": "63"
},
{
"$ref": "63"
}
]
}
},
{
"$ref": "63"
}
],
"st_pos_license": [
{
"$id": "67",
"id": "5a4abc19-e3f4-4f42-8e59-ebc0f30cf61e",
"id_pos": "17628dab-a0d4-4dd5-8b94-e4d3202f815d",
"mac_address": "sample string 3",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"key_access": "sample string 5",
"id_user_add": "216d964b-069a-46d1-91ca-2ef0470a5119",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "67"
}
],
"st_users_pos": [
{
"$id": "68",
"id_user": "b0c1c1e1-8305-4df4-86a3-42889426184e",
"id_pos": "88a7b5f8-2425-4a15-9cd8-5e5301c2ad3c",
"pass_required": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "68"
}
],
"st_users_profiles": {
"$ref": "64"
},
"st_users_token": [
{
"$id": "69",
"id": "3efd0d56-1b26-464f-8a08-c1d9eae57e45",
"token_id": "sample string 2",
"id_user": "0428693e-75fe-4a4f-9d88-d1c9f8e25aec",
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"st_users": {
"$ref": "11"
}
},
{
"$ref": "69"
}
],
"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_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_items_customs": [
{
"$ref": "46"
},
{
"$ref": "46"
}
],
"tt_logs": [
{
"$id": "70",
"id": "c856e092-bbb2-4095-9571-d1501e32d8c5",
"id_user_add": "148b5138-bf7e-4892-8ced-662f4c13b9e1",
"id_table": "9dca6c68-9a71-427a-91da-1f844524d3c7",
"message_log": "sample string 3",
"json_object": "sample string 4",
"log_type": "sample string 5",
"id_pos": "c597b4d4-f44f-46b4-8166-4f1bd9b17409",
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_pos": {
"$ref": "3"
},
"st_sync_tables": {
"$id": "71",
"id": "d62c875b-0f6e-4b16-8872-822c3e41ce72",
"level": 2,
"order": 3,
"name": "sample string 4",
"log_ins": true,
"log_upd": true,
"packet_forward": true,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_sync_packages_det": [
{
"$id": "72",
"id": "68505f07-c09e-4b7e-a33b-fe328fd3e7cb",
"id_sync": "79088b34-d9b3-433a-8e44-8bb8b51f897d",
"json": "sample string 3",
"id_table": "166101f3-e5fb-4d9b-8973-a765c97e1950",
"order": 5,
"st_sync_packages": {
"$id": "73",
"id": "dfe4f97b-0332-43e1-8c00-1c58bcbfa142",
"id_branch_from": "e8810c8e-45ec-4dda-8ad4-599ff76b6670",
"id_branch_to": "64b603d0-75b2-416c-a084-b21048404bc0",
"type": 4,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"order": 6,
"status": 7,
"log_info": "sample string 8",
"sync_on": "2026-03-10T09:37:57.1968565+01:00",
"send_on": "2026-03-10T09:37:57.1968565+01:00",
"mt_branches": {
"$ref": "5"
},
"mt_branches1": {
"$ref": "5"
},
"st_sync_packages_det": [
{
"$ref": "72"
},
{
"$ref": "72"
}
]
},
"st_sync_tables": {
"$ref": "71"
}
},
{
"$ref": "72"
}
],
"tt_logs": [
{
"$ref": "70"
},
{
"$ref": "70"
}
]
},
"st_users": {
"$ref": "11"
}
},
{
"$ref": "70"
}
],
"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": "74",
"id": "880f92f2-448c-4d32-9822-d8ede7bc8875",
"id_room_activity": "b8d7313b-8180-436e-a25e-60fd0ab37e3d",
"id_pos_sesion": "d450e6d6-3cea-43e4-9522-a073dfc4325c",
"log_text": "sample string 4",
"id_user": "bf4cd335-2909-4b66-b1cc-0f19f197c18f",
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_users": {
"$ref": "11"
}
},
{
"$ref": "74"
}
],
"tt_tips_users": [
{
"$id": "75",
"id_tip": "4e5a6a3a-cdbd-4f21-a452-6d5031d946b4",
"id_user": "21616f71-4872-406f-8637-91bb68c3aaa0",
"amt_card": 1.1,
"amt_cash": 1.1,
"type_share": 3,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_users": {
"$ref": "11"
},
"tt_tips": {
"$ref": "1"
}
},
{
"$ref": "75"
}
],
"tt_vouchers_permisions": [
{
"$ref": "33"
},
{
"$ref": "33"
}
],
"tt_vouchers": [
{
"$ref": "32"
},
{
"$ref": "32"
}
],
"mt_docs": [
{
"$ref": "15"
},
{
"$ref": "15"
}
],
"tt_pos_sesion_users": [
{
"$id": "76",
"id_pos_sesion": "d1e477cb-50dc-4ba8-94df-0155220a6c1f",
"id_user": "215a65f9-4fd4-4801-a77d-abf88c9349c6",
"date_add": "2026-03-10T09:37:57.1968565+01:00",
"distribution_index": 1.1,
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"st_users": {
"$ref": "11"
},
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "76"
}
]
}
},
"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": "65"
},
{
"$ref": "65"
}
],
"st_images_types": {
"$id": "77",
"id": "dfa28db5-24af-4828-8564-892bf3ce3fbb",
"id_mask": "sample string 2",
"name": "sample string 3",
"description": "sample string 4",
"active": true,
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01: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": "78",
"id_branch": "876652f1-4f88-4c17-9eb4-959fe50118ce",
"exercise_id": 2,
"period_id": 3,
"date_from": "2026-03-10T09:37:57.1968565+01:00",
"date_end": "2026-03-10T09:37:57.1968565+01:00",
"state": "sample string 6",
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_branches": {
"$ref": "5"
}
},
{
"$ref": "78"
}
],
"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": "73"
},
{
"$ref": "73"
}
],
"st_sync_packages1": [
{
"$ref": "73"
},
{
"$ref": "73"
}
],
"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": "67"
},
{
"$ref": "67"
}
],
"st_users_pos": [
{
"$ref": "68"
},
{
"$ref": "68"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_pos_connection": [
{
"$id": "79",
"id": "c7840ac9-b1a6-4aef-abae-b38a783b9f67",
"id_pos": "aa70f2a3-ee17-497a-bfb9-99f85d814839",
"date_add": "2026-03-10T09:37:57.1968565+01:00",
"date_upd": "2026-03-10T09:37:57.1968565+01:00",
"date_out": "2026-03-10T09:37:57.1968565+01: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": "79"
}
],
"tt_pos_sesion": [
{
"$ref": "2"
},
{
"$ref": "2"
}
],
"mt_branches": {
"$ref": "5"
},
"tt_logs": [
{
"$ref": "70"
},
{
"$ref": "70"
}
],
"st_local_variables": [
{
"$id": "80",
"id": "68f0e155-fd2c-4d37-9f6f-7fb83cef1f8d",
"id_pos": "6687e793-7c5e-46e4-8bc0-3146cb058a64",
"name": "sample string 3",
"description": "sample string 4",
"value": "sample string 5",
"type": "sample string 6",
"last_update": "2026-03-10T09:37:57.1968565+01:00",
"commited": true,
"mt_pos": {
"$ref": "3"
}
},
{
"$ref": "80"
}
],
"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": "81",
"id": "6f71dcf7-1be6-4151-9e44-6cc47b403c5f",
"json_object": "sample string 2",
"json_pays": "sample string 3",
"id_pos_sesion": "fbe4ef03-0e1e-4004-b3ec-cbf33d9b4eeb",
"type_pay": 5,
"module": "sample string 6",
"process": true,
"json_cloackrooms": "sample string 8",
"multi_select": 9,
"terminal_name": "sample string 10",
"created_on": "2026-03-10T09:37:57.1968565+01:00",
"tt_pos_sesion": {
"$ref": "2"
}
},
{
"$ref": "81"
}
],
"tt_rooms_units_activity": [
{
"$ref": "49"
},
{
"$ref": "49"
}
],
"tt_doc_sa": [
{
"$ref": "14"
},
{
"$ref": "14"
}
],
"tt_tips": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"st_users": {
"$ref": "11"
},
"st_users1": {
"$ref": "11"
},
"tt_pos_sesion_users": [
{
"$ref": "76"
},
{
"$ref": "76"
}
]
},
"tt_tips_users": [
{
"$ref": "75"
},
{
"$ref": "75"
}
]
}