Created
February 21, 2023 07:27
-
-
Save mimron/e2f5694d1522e96c18eddbd5bb359bd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "transactionId": "8763456785436834568", | |
| "type": "SALE", | |
| "posTerminalId": "45985436785ADD", | |
| "storeCd": "10997", | |
| "userId": "D786FADS", | |
| "userName": "USER001", | |
| "transactionDate": "2023-02-21T07:07:53.455Z", | |
| "status": "COMPLETED", | |
| "totalQuantity": 2, | |
| "totalJenisBarang": 2, | |
| "totalAmount": 115000, | |
| "totalTrk": 0, | |
| "totalDiscount": 0, | |
| "totalAmountPaid": 115000, | |
| "totalChange": 0, | |
| "totalTaxableAmount": 0, | |
| "orderItems": [ | |
| { | |
| "productId": "109914894353432343", | |
| "categoryId": "OMNITEL", | |
| "ean13Code": "00000084578435", | |
| "priceUnit": "100000", | |
| "priceSubtotal": 100000, | |
| "sku": "74238737432432", | |
| "quantity": 1, | |
| "name": "OMNI TELKOMSEL 100", | |
| "shortDesc": "OMNI TELKOMSEL 100", | |
| "description": "OMNI TELKOMSEL 100.000" | |
| } | |
| ], | |
| "payments": [ | |
| { | |
| "paymentMediaType": "CASH", | |
| "amountPaid": 115000 | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment