Created
June 6, 2018 15:58
-
-
Save kennyhorna/f8bd7ae9c53e521bc7cd4ab4afdc4491 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"reservation_id": 635, | |
"user_full_name": "Reserva manual", | |
"user_image": "images/users/avatars/default.jpg", | |
"venue_id": 35, | |
"venue_name": "Arena Fútbol 82", | |
"venue_address": "5505 Isabella Mountain Suite 506", | |
"date": "06/06/2018", | |
"status": "pending", | |
"is_manual": true, | |
"paid_amount": 0, | |
"total": 110, | |
"details": [ | |
{ | |
"reservation_id": 635, | |
"field_id": 100, | |
"field_name": "Cancha 5", | |
"field_size": "Fútbol 8", | |
"field_type": "Grass natural", | |
"hour": "19:00:00", | |
"amount": 110 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment