Created
May 27, 2025 14:49
-
-
Save bjoerntx/4c9bf3a56f048932a9da013dd564bd6d 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
[ | |
{ | |
"InvoiceNumber": "INV-2025-001", | |
"InvoiceDate": "2025-05-27T00:00:00", | |
"DueDate": "2025-06-10T00:00:00", | |
"AmountDue": 299.97, | |
"Customer": { | |
"CustomerName": "Acme Corporation", | |
"CustomerAddress": "123 Business Lane, Suite 456, Metropolis, USA" | |
}, | |
"LineItems": [ | |
{ | |
"Item": "TX1001", | |
"Description": "TX Text Control .NET Server License", | |
"Quantity": 1, | |
"Price": 199.99, | |
"Total": 199.99 | |
}, | |
{ | |
"Item": "SUP1001", | |
"Description": "Priority Support - 12 Months", | |
"Quantity": 1, | |
"Price": 99.98, | |
"Total": 99.98 | |
} | |
] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment