Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API method: GET /searchActivities

With this method you can search activities and events.

...

  • cityId (mandatory) – Use GET/ locations to get id;

  • supplierId – Use GET/ companies to get id;

  • activityId – Internal id of activity. Use GET /activitiesto get id;

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

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

  • adults (mandatory) – Number of adults for booking of activity = adults:2,childrenAges:7,8 (childrenAges is optional);

  • offerLimit - Limit on the number of products.

...