Files
eventmaster/software/backend/data/orders.json

52 lines
1.0 KiB
JSON

{
"orders": [
{
"username": "hagemeister93",
"shipped": true,
"tickets": [
{
"date": "2024-10-18",
"concertGroupName": "Unlimited Love",
"orderPrice": 184,
"seatGroup": "A",
"seatRow": 0,
"seat": 1
}
]
},
{
"username": "duranduran",
"tickets": [
{
"date": "2024-10-18",
"concertGroupName": "Unlimited Love",
"orderPrice": 184,
"seatGroup": "A",
"seatRow": 0,
"seat": 2
},
{
"date": "2024-10-18",
"concertGroupName": "Unlimited Love",
"orderPrice": 184,
"seatGroup": "A",
"seatRow": 0,
"seat": 3
}
]
},
{
"username": "duranduran",
"tickets": [
{
"date": "2024-10-18",
"concertGroupName": "Unlimited Love",
"orderPrice": 184,
"seatGroup": "A",
"seatRow": 0,
"seat": 4
}
]
}
]
}