Invoice
Data:
{
"date": "10.10.2010",
"id": "123142",
"name": "John Doe",
"address": {
"street": "Some Street",
"city": "Big city",
"st": "st.",
"zip": "123456",
"code": "654321",
"emails": [
{
"test1": "[email protected]",
"test2": "[email protected]"
}
]
},
"delivery": "Delivery instructions",
"invoceItems": [
{
"quantity": 10,
"description": "Intel Xeon Gold 6326",
"price": 2000,
"total": 20000
},
{
"quantity": 10,
"description": "16GB DDR4-3200 PC4-25600R ECC RDIMM",
"price": 100,
"total": 1000
},
{
"quantity": 5,
"description": "Some description about the invoice",
"price": 103,
"total": 515
}
],
"unitSubtotal": 2203,
"subtotal": 21515,
"unitTax": 0,
"totalTax": 250,
"unitShipping": 0,
"totalShipping": 250,
"unitTotal": 2203,
"total": 22015,
"companyName": "Pritset",
"phoneNumber": "+123456789",
"fax": "+123456789",
"website": "https://priset.com",
"email": "[email protected]",
"logo": {
"width": 2.54,
"height": 1.23,
"url": "https://upload.wikimedia.org/wikipedia/commons/8/85/Logo-Test.png",
"extension": ".png"
}
}