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

Время (Москва)МагазинСобытиеРасширенная информация
2026-03-24 17:44:44 142Ответ (HELLO)
{
    "system": "bratislavskaia",
    "protocol": "0.1.0"
}
2026-03-24 17:44:44 142Запрос (HELLO)
{
    "get": {
        "q": "/api/v2/hello"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:24:32 82Ответ (RECEIPT)
{
    "success": true
}
2026-03-24 17:24:30 82Ответ (LIST)
[
    {
        "id": 96690,
        "date": "2026-03-24 17:23:23",
        "summ": 2590,
        "number": "96690C",
        "customername": "Антон"
    }
]
2026-03-24 17:24:30 82Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "29c4c732-b2b3-41a2-a33c-2b387323d4ad",
        "data": {
            "id": "e931c634-c51c-4115-81a1-a478b40234e5",
            "type": "SELL",
            "items": [
                {
                    "id": "47610",
                    "tax": 123.33,
                    "name": "Joyo JF-26 Tiny Huge Fuzz (used)",
                    "price": 2590,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 2590,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-24 17:23:23",
                "billId": "96690",
                "number": "96690C",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Антон ",
                    "okpo": "",
                    "fullname": "Антон ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "2414",
            "storeId": "20181227-B90C-40CA-807C-9C9E635C1B5D",
            "dateTime": "2026-03-24T14:24:28.000Z",
            "deviceId": "20190711-8CD9-40D4-80F9-31CD58B0F627",
            "totalTax": 123.33,
            "infoCheck": false,
            "employeeId": "20181227-7A5A-40D2-80EA-D58CD954EE19",
            "totalAmount": 2590,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000529924",
        "version": 2,
        "timestamp": 1774362270596
    },
    "post": {
        "id": "29c4c732-b2b3-41a2-a33c-2b387323d4ad",
        "data": {
            "id": "e931c634-c51c-4115-81a1-a478b40234e5",
            "type": "SELL",
            "items": [
                {
                    "id": "47610",
                    "tax": 123.33,
                    "name": "Joyo JF-26 Tiny Huge Fuzz (used)",
                    "price": 2590,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 2590,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-24 17:23:23",
                "billId": "96690",
                "number": "96690C",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Антон ",
                    "okpo": "",
                    "fullname": "Антон ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "2414",
            "storeId": "20181227-B90C-40CA-807C-9C9E635C1B5D",
            "dateTime": "2026-03-24T14:24:28.000Z",
            "deviceId": "20190711-8CD9-40D4-80F9-31CD58B0F627",
            "totalTax": 123.33,
            "infoCheck": false,
            "employeeId": "20181227-7A5A-40D2-80EA-D58CD954EE19",
            "totalAmount": 2590,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000000529924",
        "version": 2,
        "timestamp": 1774362270596
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:24:30 82Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:23:58 82Ответ (BILL)
{
    "id": 96690,
    "date": "2026-03-24 17:23:23",
    "summ": 2590,
    "number": "96690C",
    "customer": {
        "id": 34086,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Антон ",
        "okpo": "",
        "fullname": "Антон ",
        "legalentity": false
    },
    "products": [
        {
            "id": 47610,
            "type": "NORMAL",
            "price": 2590,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Joyo JF-26 Tiny Huge Fuzz (used)",
            "quantity": 1,
            "unitname": "Штука"
        }
    ],
    "prepayment": 0,
    "prepaymentEnable": true
}
2026-03-24 17:23:58 82Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/96690",
        "id": "96690"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:23:56 82Ответ (LIST)
[
    {
        "id": 96690,
        "date": "2026-03-24 17:23:23",
        "summ": 2590,
        "number": "96690C",
        "customername": "Антон"
    }
]
2026-03-24 17:23:56 82Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:18:03 19Ответ (RECEIPT)
{
    "success": true
}
2026-03-24 17:18:02 19Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "c1dfac44-6c03-4ed4-a703-e777abae6f00",
        "data": {
            "id": "6ecc9252-5ed1-4cd9-a468-37dcbab96bee",
            "type": "SELL",
            "items": [
                {
                    "id": "4701",
                    "tax": 1142.38,
                    "name": "Консоль АРТ ДЕКО 115*30 стекло smoke сталь тёмный хром",
                    "price": 23990,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 23990,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-24 17:17:06",
                "billId": "207091",
                "number": "207091C",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Александр ",
                    "okpo": "",
                    "fullname": "Александр ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1553",
            "storeId": "20210818-ABCD-40A9-80FC-46CC9CA4D9FC",
            "dateTime": "2026-03-24T14:17:55.000Z",
            "deviceId": "20210818-7C42-40F5-802C-177465C20ADA",
            "totalTax": 1142.38,
            "infoCheck": false,
            "employeeId": "20230505-6EC2-40F0-80F7-CD2AEB7D2DEB",
            "totalAmount": 23990,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000005163680",
        "version": 2,
        "timestamp": 1774361882164
    },
    "post": {
        "id": "c1dfac44-6c03-4ed4-a703-e777abae6f00",
        "data": {
            "id": "6ecc9252-5ed1-4cd9-a468-37dcbab96bee",
            "type": "SELL",
            "items": [
                {
                    "id": "4701",
                    "tax": 1142.38,
                    "name": "Консоль АРТ ДЕКО 115*30 стекло smoke сталь тёмный хром",
                    "price": 23990,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 23990,
                    "costPrice": 0,
                    "taxPercent": 5,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2026-03-24 17:17:06",
                "billId": "207091",
                "number": "207091C",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Александр ",
                    "okpo": "",
                    "fullname": "Александр ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "1553",
            "storeId": "20210818-ABCD-40A9-80FC-46CC9CA4D9FC",
            "dateTime": "2026-03-24T14:17:55.000Z",
            "deviceId": "20210818-7C42-40F5-802C-177465C20ADA",
            "totalTax": 1142.38,
            "infoCheck": false,
            "employeeId": "20230505-6EC2-40F0-80F7-CD2AEB7D2DEB",
            "totalAmount": 23990,
            "paymentSource": "PAY_CARD",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000005163680",
        "version": 2,
        "timestamp": 1774361882164
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:18:02 19Ответ (LIST)
[
    {
        "id": 207074,
        "date": "2026-03-24 15:33:05",
        "summ": 3174,
        "number": "207074C",
        "customername": "Борис"
    }
]
2026-03-24 17:18:01 19Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "date": "today"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:17:22 19Ответ (BILL)
{
    "id": 207091,
    "date": "2026-03-24 17:17:06",
    "summ": 23990,
    "number": "207091C",
    "customer": {
        "id": 339978,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Александр ",
        "okpo": "",
        "fullname": "Александр ",
        "legalentity": false
    },
    "products": [
        {
            "id": 4701,
            "type": "NORMAL",
            "price": 23990,
            "taxrate": "5%",
            "itemType": 1,
            "prodname": "Консоль АРТ ДЕКО 115*30 стекло smoke сталь тёмный хром",
            "quantity": 1,
            "unitname": "Штука"
        }
    ],
    "prepayment": 0,
    "prepaymentEnable": true
}
2026-03-24 17:17:22 19Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/207091",
        "id": "207091"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:17:20 19Ответ (LIST)
[
    {
        "id": 207091,
        "date": "2026-03-24 17:17:06",
        "summ": 23990,
        "number": "207091C",
        "customername": "Александр"
    },
    {
        "id": 207074,
        "date": "2026-03-24 15:33:05",
        "summ": 3174,
        "number": "207074C",
        "customername": "Борис"
    }
]
2026-03-24 17:17:20 19Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "date": "today"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2026-03-24 17:17:19 19Ответ (HELLO)
{
    "system": "www-stoolgroup-ru",
    "protocol": "0.1.0"
}
2026-03-24 17:17:19 19Запрос (HELLO)
{
    "get": {
        "q": "/api/v2/hello"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}