enhance get channel manager to work similar to get all reservations returning data for all reservations.
At the moment, the Get reservation channel manager details endpoint is designed with a couple of limitations:
• It supports a maximum of 100 reservations per request
• It requires a reservation ID array to be provided
it is practically impossible to use in for our dwh integration as we need to fetch this information for all reservations in MEWS.
So i suggest to make it same as get all reservationss endpoint returning all data for all reservations
1. The ability to make the reservation ID array optional, so the endpoint could behave similarly to Get reservations while returning only Channel Manager–specific attributes
-
Muge Ergecen
commented
At the moment, the Get reservation channel manager details endpoint has couple of limitations:
• It supports a maximum of 100 reservations per request
• It requires a reservation ID array to be provided
These limitations make it practically impossible to use is for our DWH integration as we have to request it for all reservations and for all properties.
So i suggest to enhance it to work like the get reservations endpoint to return the channel manager information for all reservations with reservation array being optional.