Skip to content

Instantly share code, notes, and snippets.

@lukeclifton
Last active April 10, 2019 13:57
Show Gist options
  • Save lukeclifton/e5d91e4f5756911adc0dbc377e96106c to your computer and use it in GitHub Desktop.
Save lukeclifton/e5d91e4f5756911adc0dbc377e96106c to your computer and use it in GitHub Desktop.
{ 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: 'test@test.com' }
],
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