{
"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/c171c596-972a-46b8-89d8-99c4ab79169a",
"items": [
{
"rowId": "{% faker datatype.uuid %}",
"rowType": "ITEM",
"barcode": "8058251375998",
"barcodeType": "EAN13",
"qty": 1,
"qtyType": "N",
"itemState": "SERVER_OK",
"taxRate": 22,
"vatCode": 4,
"description": "Descrizione del prodotto",
"discountAmount": 0,
"discountPerc": 0,
"rowNumber": 1,
"priceList": "11",
"rowTotal": 21,
"rowVat": 3.79,
"unitPrice": 21,
"originalPrice": 215,
"priceForcingReason": "FORZA_PREZZO",
"itemType": "PRODUCT",
"itemSubtype": "ITEM",
"qtaConfirmed": "Y",
"movementType": "V",
"printerDepartmentCode": 1,
"havingTailoring": "N",
"itemCode": "033---00000",
"currencySymbol": "€",
"currency": "EUR",
"rounding": 2,
"oldUnitPrice": 215,
"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
}
}