{
"transactionId": "{% faker datatype.uuid %}",
"movementType": "V",
"barcodeInfo": "{{ean13}}",
"currency": "EUR",
"currencySymbol": "€",
"branchCode": "9999",
"entityCode": "501",
"docNumberDigital": "{% faker random.numeric %}",
"docNumber": "TICKET_{% faker random.numeric %}",
"endDate": "2024-07-22 10:07:49",
"startDate": "2024-07-22 10:07:49",
"deliveryDate": "2024-07-22 10:07:49",
"clientDenomination": "Mario Rossi",
"discountsManualCumulative": "N",
"registerCode": "1",
"clientId": "11111",
"ticket": 240905,
"rounding": 2,
"onlineValidation": "Y",
"seller": "Marco Bianchi",
"sellerId": 1001,
"filling": "FIRST",
"callback": "https://webhook.site/782f0878-03b5-47ff-86b3-0f555bdca511",
"items":
[
{
"rowId": "{% faker datatype.uuid %}",
"rowType": "ITEM",
"barcode": "8058251375998",
"barcodeType": "EAN13",
"unitPrice": 215,
"qty": 1,
"qtyType": "N",
"itemState": "SERVER_OK",
"taxRate": 22,
"vatCode": 4,
"rowVat": 34.89,
"rowTotal": 193.5,
"description": "Descrizione del prodotto",
"discount": 30,
"discountType": "P",
"discountReason": "SC_RIGA_PERC",
"discountReasonDescription": "Sconto riga percentuale",
"itemType": "PRODUCT",
"itemSubtype": "ITEM",
"qtaConfirmed": "Y",
"movementType": "V",
"printerDepartmentCode": 1,
"havingTailoring": "N",
"itemCode": "033---00000",
"currencySymbol": "€",
"currency": "EUR",
"rounding": 2,
"oldUnitPrice": 215,
"priceList": "80",
"rowOrder": 1,
"channel": "IN_STORE"
}
],
"totals":
{
"total": 193.5,
"vat":34.89,
"grandTotal": 193.5,
"allowance": 0,
"alreadyPayed": 0,
"taxableIncome": 193.5,
"digitalGrandTotal": 0,
"totalDeposits": 0,
"totalDepositsVat": 0
}
}