Add ToursTable, update API documentation

This commit is contained in:
2024-09-26 14:40:41 +02:00
parent da98fc73c0
commit 169fcdf03c
46 changed files with 776 additions and 829 deletions

View File

@@ -0,0 +1,9 @@
{
"data": [
{
"id": 0,
"name": "Hannover",
"country": "Germany"
}
]
}

View File

@@ -3,7 +3,8 @@
{
"id": 0,
"name": "Swiss Life Hall",
"address": "Ferdinand-Wilhlem-Fricke-Weg 8, 30169 Hannover",
"address": "Ferdinand-Wilhlem-Fricke-Weg 8",
"cityId": 0,
"image": "swiss-life-hall.jpg"
}
]

View File

@@ -3,7 +3,7 @@
{
"id": 0,
"orderId": 0,
"productId": 0,
"showId": 0,
"quantity": 2,
"orderPrice": 184
}

View File

@@ -1,14 +0,0 @@
{
"data": [
{
"id": 0,
"name": "Unlimited Love Tour",
"bandId": 0,
"date": "2024-12-03",
"price": 92,
"inStock": 230,
"offered": true,
"locationId": 0
}
]
}

View File

@@ -0,0 +1,20 @@
{
"data": [
{
"id": 0,
"name": "Unlimited Love Tour",
"bandId": 0,
"offered": true,
"shows": [
{
"id": 0,
"date": "2024-12-03",
"price": 92,
"inStock": 230,
"locationId": 0,
"tourId": 0
}
]
}
]
}