Files
reservationsystem/src/resources/acc-A1450981765.json

36 lines
912 B
JSON
Raw Normal View History

2025-09-04 22:34:26 -04:00
{
"Account": {
"account_number": "A1450981765",
"phone_number": "701-456-7890",
"mailing_address": {
"Address": {
"street": "10 wilco ave",
"city": "wilco",
"state": "WY",
"zip": "82801"
}
},
"email_address": {
"EmailAddress": {
"email": "wilco@wyommin.net"
}
},
"reservation_list": [
{
"HotelReservation": {
"reservation_number": "R0123077641"
}
},
{
"CabinReservation": {
"reservation_number": "R2042828431"
}
},
{
"HouseReservation": {
"reservation_number": "R0499811708"
}
}
]
}
}