update time function, rebased
This commit is contained in:
@@ -1,26 +0,0 @@
|
||||
{
|
||||
"Account": {
|
||||
"account_number": "A1858063803",
|
||||
"phone_number": "767-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": "R0000000062"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -1,17 +0,0 @@
|
||||
{
|
||||
"HotelReservation": {
|
||||
"reservation_type": "HotelReservation",
|
||||
"reservation_number": "R0000000062",
|
||||
"reservation_status": "Canceled",
|
||||
"reservation_start_date": "null",
|
||||
"reservation_start_date": "null",
|
||||
"physical_address": "{ "Address":{"street": "30 cabin ave","city": "Carnelian","state": "CA","zip": "96140"}}",
|
||||
"mailing_address": "{ "Address":{"street": "40 cabin ave","city": "Carnelian Bay","state": "CA","zip": "96140"}}",
|
||||
"numberOfBeds": "4",
|
||||
"numberOfBedRooms": "3",
|
||||
"numberOfBathRooms": "1",
|
||||
"numberOfFloors": "2",
|
||||
"squareFeet": "806",
|
||||
"price": "120.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user