New API methods are added:
Locations:
GET /restrictedLocations – get restricted locations configured per account
...
GET /reviews – to get all reviews for selected product type and period
POST /reviews – to create reviews
PUT /reviews/{id} – to edit reviews
New parameters are added to the existing API methods:
Orders:
GET /orders:
parameters “clientName”, “manualBookingDateFrom” and “manualBookingDateTo” are added to the request
parameters "servicesCount”, “manualBookingDate” and new array "destinationLocationIds" are added to the response
...