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

Время (Москва)МагазинСобытиеРасширенная информация
2025-12-01 20:32:07 125Запрос (RECEIPT)
{
    "get": {
        "q": "/api/v2/receipts"
    },
    "body": {
        "id": "f75b1c20-7b7c-4be4-bb61-87f019a4c5ca",
        "data": {
            "id": "d26bb941-a24d-47ed-a28b-d4fe83a02fac",
            "type": "SELL",
            "items": [
                {
                    "id": "2529",
                    "tax": 0,
                    "name": "Букет",
                    "price": 8100,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 8100,
                    "costPrice": 0,
                    "taxPercent": 0,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2025-12-01 20:31:32",
                "billId": "4782",
                "number": "4782",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Магомедгаджи ",
                    "okpo": "",
                    "fullname": "Магомедгаджи ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "314",
            "storeId": "20240928-8516-4031-8096-728591F6A6FC",
            "dateTime": "2025-12-01T17:32:06.000Z",
            "deviceId": "20241007-9906-40E1-808C-FC33D2C80BED",
            "totalTax": 0,
            "infoCheck": false,
            "employeeId": "20250426-BB4E-40A5-8088-997C89F09FA1",
            "totalAmount": 8100,
            "paymentSource": "PAY_CASH",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000010708982",
        "version": 2,
        "timestamp": 1764610327832
    },
    "post": {
        "id": "f75b1c20-7b7c-4be4-bb61-87f019a4c5ca",
        "data": {
            "id": "d26bb941-a24d-47ed-a28b-d4fe83a02fac",
            "type": "SELL",
            "items": [
                {
                    "id": "2529",
                    "tax": 0,
                    "name": "Букет",
                    "price": 8100,
                    "discount": 0,
                    "itemType": "NORMAL",
                    "quantity": 1,
                    "sumPrice": 8100,
                    "costPrice": 0,
                    "taxPercent": 0,
                    "measureName": "Штука"
                }
            ],
            "extras": {
                "date": "2025-12-01 20:31:32",
                "billId": "4782",
                "number": "4782",
                "customer": {
                    "inn": "",
                    "kpp": "",
                    "reg": "",
                    "name": "Магомедгаджи ",
                    "okpo": "",
                    "fullname": "Магомедгаджи ",
                    "legalentity": false
                },
                "prepayment": 0,
                "contentModified": false,
                "settlementMethod": "FullSettlement"
            },
            "shiftId": "314",
            "storeId": "20240928-8516-4031-8096-728591F6A6FC",
            "dateTime": "2025-12-01T17:32:06.000Z",
            "deviceId": "20241007-9906-40E1-808C-FC33D2C80BED",
            "totalTax": 0,
            "infoCheck": false,
            "employeeId": "20250426-BB4E-40A5-8088-997C89F09FA1",
            "totalAmount": 8100,
            "paymentSource": "PAY_CASH",
            "totalDiscount": 0
        },
        "type": "ReceiptCreated",
        "userId": "01-000000010708982",
        "version": 2,
        "timestamp": 1764610327832
    },
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2025-12-01 20:31:57 125Ответ (BILL)
{
    "id": 4782,
    "date": "2025-12-01 20:31:32",
    "summ": 8100,
    "number": "4782",
    "customer": {
        "id": 4876,
        "inn": "",
        "kpp": "",
        "reg": "",
        "name": "Магомедгаджи ",
        "okpo": "",
        "fullname": "Магомедгаджи ",
        "legalentity": false
    },
    "products": [
        {
            "id": 2529,
            "type": "NORMAL",
            "price": 8100,
            "taxrate": "Без НДС",
            "itemType": 1,
            "prodname": "Букет",
            "quantity": 1,
            "unitname": "Штука"
        }
    ],
    "prepayment": 0,
    "prepaymentEnable": true
}
2025-12-01 20:31:57 125Запрос (BILL)
{
    "get": {
        "q": "/api/v2/bill/byid/4782",
        "id": "4782"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}
2025-12-01 20:31:55 125Ответ (LIST)
[
    {
        "id": 4782,
        "date": "2025-12-01 20:31:32",
        "summ": 8100,
        "number": "4782",
        "customername": "Магомедгаджи"
    },
    {
        "id": 4773,
        "date": "2025-12-01 16:40:46",
        "summ": 8000,
        "number": "4773",
        "customername": "мадина1333"
    }
]
2025-12-01 20:31:55 125Запрос (LIST)
{
    "get": {
        "q": "/api/v2/list",
        "date": "today"
    },
    "body": null,
    "post": [],
    "headers": {
        "vary": [
            "Accept"
        ]
    }
}