Таблица логов

Время (Москва)МагазинСобытиеРасширенная информация
2026-03-11 09:57:57 72Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "8541553c-c683-4195-a1a5-41e11b33fbef",
        "data": {
            "id": "c73b3d23-08b8-4e1f-8488-1a057f47e323",
            "type": "SELL",
            "items": [
                {
                    "id": "8094",
                    "tax": 655,
                    "name": "Гастрономический ужин",
                    "price": 13755,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 13755,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "5030",
                    "tax": 13.81,
                    "name": "Подарочная упаковка синяя",
                    "price": 290,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 290,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-08 19:00:16",
                "billId": "155311",
                "number": "288267",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Новикова Людмила ",
                    "okpo": "",
                    "fullname": "Новикова Людмила ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1891",
            "storeId": "20180330-73BE-4009-8052-6D5AC12239BC",
            "dateTime": "2026-03-11T06:57:54.000Z",
            "deviceId": "20180330-8DF5-4087-803C-E65B01E71331",
            "totalTax": 668.81,
            "infoCheck": false,
            "employeeId": "20180808-39B7-401B-808C-9B36FB971DE3",
            "totalAmount": 14045,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000255662",
        "version": 2,
        "timestamp": 1773212277097
    },
    "post": {
        "id": "8541553c-c683-4195-a1a5-41e11b33fbef",
        "data": {
            "id": "c73b3d23-08b8-4e1f-8488-1a057f47e323",
            "type": "SELL",
            "items": [
                {
                    "id": "8094",
                    "tax": 655,
                    "name": "Гастрономический ужин",
                    "price": 13755,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 13755,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "5030",
                    "tax": 13.81,
                    "name": "Подарочная упаковка синяя",
                    "price": 290,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 290,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-08 19:00:16",
                "billId": "155311",
                "number": "288267",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Новикова Людмила ",
                    "okpo": "",
                    "fullname": "Новикова Людмила ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1891",
            "storeId": "20180330-73BE-4009-8052-6D5AC12239BC",
            "dateTime": "2026-03-11T06:57:54.000Z",
            "deviceId": "20180330-8DF5-4087-803C-E65B01E71331",
            "totalTax": 668.81,
            "infoCheck": false,
            "employeeId": "20180808-39B7-401B-808C-9B36FB971DE3",
            "totalAmount": 14045,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000255662",
        "version": 2,
        "timestamp": 1773212277097
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:57:57 72Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "288267"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:57:28 72Ответ (BILL)
{
    "id": 155311,
    "date": "2026-03-08 19:00:16",
    "summ": 14045,
    "number": "288267",
    "customer": {
        "id": 110578,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Новикова Людмила ",
        "okpo": "",
        "fullname": "Новикова Людмила ",
        "legalentity": false
    },
    "products": [
        {
            "id": 8094,
            "type": "NORMAL",
            "price": 13755,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Гастрономический ужин",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": 5030,
            "type": "NORMAL",
            "price": 290,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Подарочная упаковка синяя",
            "quantity": 1,
            "unitname": "Штука"
        }
    ],
    "prepayment": 0,
    "prepaymentEnable": true
}
2026-03-11 09:57:28 72Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/155311",
        "id": "155311"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:57:26 72Ответ (LIST)
[
    {
        "id": 155311,
        "date": "2026-03-08 19:00:16",
        "summ": 14045,
        "number": "288267",
        "customername": "Новикова Людмила"
    }
]
2026-03-11 09:57:26 72Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "288267"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:57:16 72Ответ (HELLO)
{
    "system": "presentstar",
    "protocol": "0.1.0"
}
2026-03-11 09:57:16 72Запрос (HELLO)
{
    "get": {
        "q": "/api/v2/hello"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:23:15 148Ответ (RECEIPT)
{
    "success": true
}
2026-03-11 09:23:14 148Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "10fae201-34de-47fe-8c07-5412ddbc08b7",
        "data": {
            "id": "3261f956-c274-4409-af6a-8fd064107b5c",
            "type": "SELL",
            "items": [
                {
                    "id": "407",
                    "tax": 233.64,
                    "name": "Биологически активная добавка к пище «Альфа эксперт для волос и кожи» («Alpha Expert for hair and skin»)",
                    "price": 3571.35,
                    "discount": 0,
                    "itemType": "DIETARY_SUPPLEMENTS_MARKED",
                    "quantity": 1,
                    "sumPrice": 3571.35,
                    "costPrice": 0,
                    "taxPercent": 7,
                    "measureName": "шт."
                },
                {
                    "id": "407",
                    "tax": 233.64,
                    "name": "Биологически активная добавка к пище «Альфа эксперт для волос и кожи» («Alpha Expert for hair and skin»)",
                    "price": 3571.35,
                    "discount": 0,
                    "itemType": "DIETARY_SUPPLEMENTS_MARKED",
                    "quantity": 1,
                    "sumPrice": 3571.35,
                    "costPrice": 0,
                    "taxPercent": 7,
                    "measureName": "шт."
                },
                {
                    "id": "521",
                    "tax": 502.82,
                    "name": "Интенсивное средство для восстановления густоты и толщины волос ТРИ-ЭНЕРДЖИ фактор 7,5% лосьон. Содержит NeuroStab™",
                    "price": 7686,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 7686,
                    "costPrice": 0,
                    "taxPercent": 7,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-09 15:42:27",
                "billId": "235500",
                "number": "344300",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Евгения Глущук ",
                    "okpo": "",
                    "fullname": "Евгения Глущук ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "27",
            "storeId": "20240116-907B-400D-80BA-5B1712F12B91",
            "dateTime": "2026-03-11T06:22:59.000Z",
            "deviceId": "20251029-B8CC-4005-807D-D207A567CB5E",
            "totalTax": 970.1,
            "infoCheck": false,
            "employeeId": "20260119-1FBF-40F7-80AF-E06BCA13055A",
            "totalAmount": 14828.7,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000009264720",
        "version": 2,
        "timestamp": 1773210181565
    },
    "post": {
        "id": "10fae201-34de-47fe-8c07-5412ddbc08b7",
        "data": {
            "id": "3261f956-c274-4409-af6a-8fd064107b5c",
            "type": "SELL",
            "items": [
                {
                    "id": "407",
                    "tax": 233.64,
                    "name": "Биологически активная добавка к пище «Альфа эксперт для волос и кожи» («Alpha Expert for hair and skin»)",
                    "price": 3571.35,
                    "discount": 0,
                    "itemType": "DIETARY_SUPPLEMENTS_MARKED",
                    "quantity": 1,
                    "sumPrice": 3571.35,
                    "costPrice": 0,
                    "taxPercent": 7,
                    "measureName": "шт."
                },
                {
                    "id": "407",
                    "tax": 233.64,
                    "name": "Биологически активная добавка к пище «Альфа эксперт для волос и кожи» («Alpha Expert for hair and skin»)",
                    "price": 3571.35,
                    "discount": 0,
                    "itemType": "DIETARY_SUPPLEMENTS_MARKED",
                    "quantity": 1,
                    "sumPrice": 3571.35,
                    "costPrice": 0,
                    "taxPercent": 7,
                    "measureName": "шт."
                },
                {
                    "id": "521",
                    "tax": 502.82,
                    "name": "Интенсивное средство для восстановления густоты и толщины волос ТРИ-ЭНЕРДЖИ фактор 7,5% лосьон. Содержит NeuroStab™",
                    "price": 7686,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 7686,
                    "costPrice": 0,
                    "taxPercent": 7,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-09 15:42:27",
                "billId": "235500",
                "number": "344300",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Евгения Глущук ",
                    "okpo": "",
                    "fullname": "Евгения Глущук ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "27",
            "storeId": "20240116-907B-400D-80BA-5B1712F12B91",
            "dateTime": "2026-03-11T06:22:59.000Z",
            "deviceId": "20251029-B8CC-4005-807D-D207A567CB5E",
            "totalTax": 970.1,
            "infoCheck": false,
            "employeeId": "20260119-1FBF-40F7-80AF-E06BCA13055A",
            "totalAmount": 14828.7,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000009264720",
        "version": 2,
        "timestamp": 1773210181565
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:23:01 148Ответ (LIST)
[
    {
        "id": 235500,
        "date": "2026-03-09 15:42:27",
        "summ": 14828.7,
        "number": "344300",
        "customername": "Евгения Глущук"
    }
]
2026-03-11 09:23:00 148Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "344300"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:18:08 131Ответ (LIST)
[]
2026-03-11 09:18:08 131Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "2572"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:18:05 131Ответ (BILL)
{
    "id": 142126,
    "date": "2026-03-11 08:55:27",
    "summ": 0,
    "number": "2572",
    "customer": {
        "id": 100044,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Софья Ившина Игоревна ",
        "okpo": "",
        "fullname": "Софья Ившина Игоревна ",
        "legalentity": false
    },
    "products": [
        {
            "id": 25313,
            "type": "NORMAL",
            "price": 0,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Гель Средней вязкости 02 (LIQUID 02)",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": 26723,
            "type": "NORMAL",
            "price": 0,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Экспресс-гель 2 (EXPRESS 2)",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": 26718,
            "type": "NORMAL",
            "price": 0,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Экспресс-гель 5 (EXPRESS 5)",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": 32882,
            "type": "NORMAL",
            "price": 0,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Экспресс-гель \"Звезда\" 04м от Олеси Генераловой (EXPRESS STAR 04m by Olesya Generalova)",
            "quantity": 1,
            "unitname": "Штука"
        },
        {
            "id": "fc21c38b-c143-355c-ad8a-40296882792c",
            "price": 335,
            "taxrate": "5%",
            "itemType": 3,
            "prodname": "Доставка",
            "quantity": 1,
            "unitname": "шт"
        }
    ],
    "prepayment": 335,
    "prepaymentEnable": true
}
2026-03-11 09:18:05 131Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/142126",
        "id": "142126"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:17:21 131Ответ (RECEIPT)
{
    "success": true
}
2026-03-11 09:17:19 131Ответ (LIST)
[
    {
        "id": 142126,
        "date": "2026-03-11 08:55:27",
        "summ": 335,
        "number": "2572",
        "customername": "Софья Ившина Игоревна"
    }
]
2026-03-11 09:17:19 131Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "number": "2572"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-11 09:17:18 131Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "aee0014d-08cc-4f50-997e-f21f963fc46d",
        "data": {
            "id": "55f8ded4-bea7-4599-be9f-e1aef0ee8ea2",
            "type": "SELL",
            "items": [
                {
                    "id": "25313",
                    "tax": 0,
                    "name": "Гель Средней вязкости 02 (LIQUID 02)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "26723",
                    "tax": 0,
                    "name": "Экспресс-гель 2 (EXPRESS 2)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "26718",
                    "tax": 0,
                    "name": "Экспресс-гель 5 (EXPRESS 5)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "32882",
                    "tax": 0,
                    "name": "Экспресс-гель \"Звезда\" 04м от Олеси Генераловой (EXPRESS STAR 04m by Olesya Generalova)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "fc21c38b-c143-355c-ad8a-40296882792c",
                    "tax": 15.95,
                    "name": "Доставка",
                    "price": 335,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 335,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "шт"
                }
            ],
            "extras": {
                "date": "2026-03-11 08:55:27",
                "billId": "142126",
                "number": "2572",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Софья Ившина Игоревна ",
                    "okpo": "",
                    "fullname": "Софья Ившина Игоревна ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "354",
            "storeId": "20210203-DCED-4095-80B7-47AC9223B06D",
            "dateTime": "2026-03-11T06:17:15.000Z",
            "deviceId": "20241111-B811-4053-80E8-8F2C722D0531",
            "totalTax": 15.95,
            "infoCheck": false,
            "employeeId": "20190621-7B8E-40E5-8031-6A1847D400D7",
            "totalAmount": 335,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000002262672",
        "version": 2,
        "timestamp": 1773209838443
    },
    "post": {
        "id": "aee0014d-08cc-4f50-997e-f21f963fc46d",
        "data": {
            "id": "55f8ded4-bea7-4599-be9f-e1aef0ee8ea2",
            "type": "SELL",
            "items": [
                {
                    "id": "25313",
                    "tax": 0,
                    "name": "Гель Средней вязкости 02 (LIQUID 02)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "26723",
                    "tax": 0,
                    "name": "Экспресс-гель 2 (EXPRESS 2)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "26718",
                    "tax": 0,
                    "name": "Экспресс-гель 5 (EXPRESS 5)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "32882",
                    "tax": 0,
                    "name": "Экспресс-гель \"Звезда\" 04м от Олеси Генераловой (EXPRESS STAR 04m by Olesya Generalova)",
                    "price": 0,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 0,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                },
                {
                    "id": "fc21c38b-c143-355c-ad8a-40296882792c",
                    "tax": 15.95,
                    "name": "Доставка",
                    "price": 335,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 335,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "шт"
                }
            ],
            "extras": {
                "date": "2026-03-11 08:55:27",
                "billId": "142126",
                "number": "2572",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Софья Ившина Игоревна ",
                    "okpo": "",
                    "fullname": "Софья Ившина Игоревна ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "354",
            "storeId": "20210203-DCED-4095-80B7-47AC9223B06D",
            "dateTime": "2026-03-11T06:17:15.000Z",
            "deviceId": "20241111-B811-4053-80E8-8F2C722D0531",
            "totalTax": 15.95,
            "infoCheck": false,
            "employeeId": "20190621-7B8E-40E5-8031-6A1847D400D7",
            "totalAmount": 335,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000002262672",
        "version": 2,
        "timestamp": 1773209838443
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}