Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created May 27, 2025 14:49
Show Gist options
  • Save bjoerntx/4c9bf3a56f048932a9da013dd564bd6d to your computer and use it in GitHub Desktop.
Save bjoerntx/4c9bf3a56f048932a9da013dd564bd6d to your computer and use it in GitHub Desktop.
[
{
"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