Last active
April 10, 2019 13:57
-
-
Save lukeclifton/e5d91e4f5756911adc0dbc377e96106c to your computer and use it in GitHub Desktop.
POST https://pms-dev.stayntouch.com/connect/reservations - RESERVATION ID #2869497
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
{ hotel_id: 80, | |
arrival_date: 2019-04-10T00:00:00.000Z, | |
departure_date: 2019-04-11T00:00:00.000Z, | |
stay_dates: [ | |
{ | |
date: 2019-04-10T00:00:00.000Z, | |
rate_id: 7283, | |
room_type_id: 630, | |
adults: '1', | |
children: 0, | |
infants: 0 | |
}, | |
{ | |
date: 2019-04-11T00:00:00.000Z, | |
rate_id: 7283, | |
room_type_id: 630, | |
adults: '1', | |
children: 0, | |
infants: 0 | |
} | |
], | |
guests: [ | |
{ | |
is_primary: true, | |
first_name: 'test', | |
last_name: 'test', | |
email: '[email protected]' } | |
], | |
addons: [ | |
{ | |
id: 192, quantity: 1 | |
} | |
], | |
booking_origin_code: 'IBE' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment