DecaK

Untitled

Dec 29th, 2021 (edited)
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.47 KB | None | 0 0
  1. {
  2.   "dateAndTimeOfIssue": "2020-12-08T08:55:23.286Z",
  3.   "invoiceType": "Normal",
  4.   "transactionType": "Sale",
  5.   "payment": [
  6.     {
  7.       "amount": 70.00,
  8.       "paymentType": "Cash"
  9.     }
  10.   ],
  11.   "options": {
  12.     "omitQRCodeGen" : "1" ,
  13.     "omitTextualRepresentation" : "0"
  14.   },
  15.   "items": [
  16.     {      
  17.       "name": "Artikal",
  18.       "quantity": 2,
  19.       "unitPrice": 34.23,
  20.       "labels": [
  21.         "A"
  22.       ],
  23.       "totalAmount": 68.46
  24.     }
  25.   ]
  26. }
Add Comment
Please, Sign In to add comment