Skip to content

Instantly share code, notes, and snippets.

@leandrojo
Created March 4, 2016 18:04
Show Gist options
  • Select an option

  • Save leandrojo/b22dddf4afb903640e1b to your computer and use it in GitHub Desktop.

Select an option

Save leandrojo/b22dddf4afb903640e1b to your computer and use it in GitHub Desktop.
// Correction for the amount of rooms variation
HotelRoomAvailabilityRequest: {
hotelId : hotelId,
arrivalDate : arrivalDate,
departureDate : departureDate,
includeDetails : true,
RoomGroup: {
Room: { numberOfAdults: room.numberOfAdults }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment