72 lines
1.5 KiB
JSON
72 lines
1.5 KiB
JSON
{
|
|
"sales": [
|
|
{
|
|
"id": 1,
|
|
"currency": "CZK",
|
|
"id_language": "cs",
|
|
"code": "2300001",
|
|
"date_created": "2023-09-14 10:59:40",
|
|
"id_user": 1,
|
|
"id_order": null,
|
|
"id_delivery_type": 1,
|
|
"total_price": 121.0000,
|
|
"total_price_without_vat": 100.0000,
|
|
"note": null,
|
|
"data": null,
|
|
"id_seller": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"currency": "EUR",
|
|
"id_language": "sk",
|
|
"code": "2300002",
|
|
"date_created": "2023-09-14 10:59:40",
|
|
"id_user": null,
|
|
"id_order": null,
|
|
"id_delivery_type": 1,
|
|
"total_price": 0.0000,
|
|
"total_price_without_vat": 0.0000,
|
|
"note": "Test",
|
|
"data": "{\"test\":true}",
|
|
"id_seller": null
|
|
}
|
|
],
|
|
"sales_items": [
|
|
{
|
|
"id": 1,
|
|
"id_sale": 1,
|
|
"id_product": 3,
|
|
"id_variation": null,
|
|
"pieces": 1,
|
|
"piece_price": 100.0000,
|
|
"total_price": 100.0000,
|
|
"tax": 21,
|
|
"name": "Wilson pure battle crew",
|
|
"data": null
|
|
},
|
|
{
|
|
"id": 2,
|
|
"id_sale": 1,
|
|
"id_product": 1,
|
|
"id_variation": 16,
|
|
"pieces": 2,
|
|
"piece_price": 0.0000,
|
|
"total_price": 0.0000,
|
|
"tax": 21,
|
|
"name": "NIKE Capri LACE Test Dlouheho Nazvu Produktu Test Dlouheho Produktu Tes",
|
|
"data": null
|
|
},
|
|
{
|
|
"id": 3,
|
|
"id_sale": 1,
|
|
"id_product": null,
|
|
"id_variation": null,
|
|
"pieces": 1,
|
|
"piece_price": 0.0000,
|
|
"total_price": 0.0000,
|
|
"tax": 21,
|
|
"name": "Neproduktova polozka",
|
|
"data": null
|
|
}
|
|
]
|
|
} |