Created
June 6, 2018 15:56
-
-
Save kennyhorna/5cad355f15c96362a6b2fe9d3b605f74 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": 634, | |
"user_id": 1, | |
"user_full_name": "Kenny Chingon Horna", | |
"user_image": "images/users/avatars/1.jpeg", | |
"venue_id": 63, | |
"venue_name": "Canchita 01", | |
"venue_address": "82634 Mazie Green", | |
"date": "08/06/2018", | |
"status": "cancelled", | |
"is_manual": false, | |
"paid_amount": 0, | |
"total": 150, | |
"details": [ | |
{ | |
"reservation_id": 634, | |
"field_id": 184, | |
"field_name": "Cancha 2", | |
"field_size": "Fútbol 5", | |
"field_type": "Grass natural", | |
"hour": "12:00:00", | |
"amount": 150 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment