Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »

API method: GET/ searchAccommodation

With this method you can search hotels, villas, apartments and other types of accommodation.

The main parameters of the request:

  • hotelCode – Search offers for indicated hotel code;

  • hotelId – Internal id of hotel. Use GET /hotels to get id;

  • startDate(mandatory) - Check in date, yyyy-mm-dd;       

  • endDate (mandatory) - Check out date, yyyy-mm-dd;

  • rooms (mandatory) – Room in the format = adults:2,childrenAges:7,8 (childrenAges is optional);

  • offerLimit - Limit on the number of products.

  • No labels