-
Connector API: Consumption date for Stay Products
Add the possibility to define the consumption date for stay products
7 votesSetting a consumption date for stay products is possible via the Add reservation product endpoint.
-
Connector API: pull stay product packages (product rules)
Be able to pull information about product rules that are set up in the system.
This will give an overview of the products that are getting attached to the certain rate, segment, rate group, space category or space type in Mews
9 votesPackages in Mews are created by applying product rules to rates. These rules define which and how many products are added/removed from a given reservation. You can now retrieve all product rules configured at a property using the Get all rules endpoint.
-
Batch update reservation interval
Would be a nice-to-have if the
[PlatformAddress]/api/connector/v1/reservations/updateInterval
accepted an array ofReservationIds
so that we could make one request to perform a batch update instead of making several requests.Thanks!
2 votesThe Update reservation endpoint allows for updating the Start & EndUtc of a batch of reservations with a single request.
-
lookup/fetch reservation by customer name, email or 3rd party/external booking number
To retrieve a guest reservation during a remote check-in, the customer often use his name and/or email, and/or its 3rd party booking number (e.g. booking.com or other booker external number).
Currently reservation lookup by customer name or email can be accomplished with:
1. A first http call to lookup for the customer ID using his name or email
2. A second one to get the reservation using this customer ID.And reservation lookup by name, email and/or 3rd party booking number can also be achieved by:
…1. An http call to retrieve all the reservations within a date range (and
4 votesYou can fix this by calling GetAllCustomers (where you can filter by email, first name, last name) and then fetch all companionships by Customer Id. Lastly you can load Reservations that already contain 3rd party booking number
-
A create reservation note endpoint
At the moment it is possible to add a note to a reservation when creating it. It is not possible to update the note, but that's already covered here(https://feedback.mews.com/forums/919087-marketplace-app-store-integrations/suggestions/36660829-connector-api-update-reservation-with-notes).
Since a reservation can have multiple nodes it would be really nice if we had a create note endpoint which can add extra nodes to a reservation.
1 voteThe value of the Notes of a reservation can be retrieved via Get all reservations. Using Update reservation, that value can be extended to include any additional notes to be added to the reservation.
-
Connector API: fetching of all reservations in a reservation group
Currently there's no way to retrieve all reservations in a reservation group.
Our use case: we fetch recently changed reservations from Mews but need to push all reservations in the reservation group as a whole. But we don't know what additional reservations are in that group.
6 votesRetrieving all reservations belonging to a specific group or groups can be done by specifying the desired GroupIds in the Get all reservations request.
-
unit counts and amounts for accounting items
I'd like to have access to the accounting items unit counts and amounts.
My use case is providing statistics on the number of breakfasts for a day. I can filter the accounting items that are 'breakfasts' but some line items are grouped. e.g. 3 x €15 is one total line of €45. But I need to provide the statistic that 3 breakfasts are served. Not just one.
3 votesWe’ve started enrolling the fix of the breakfast issue and it will be enabled to all properties soon.
-
Reservation Updates
Websocket reservation should get triggered when owing, master Booker updates. Also good to have it triggered if space status of the reservation is updated.
Issue: Currently it is only triggered when dates, status is changed.
2 votesThe response to Get all reservations includes the unique ID of the resource(space) the reservation is set in. There is a Space event websocket which allows partners to monitor all resource status changes (Clean, Dirty, Inspected). The body of the event contains the unique ID of the resource, allowing partners to match it up with resource IDs of any reservation.
-
Connector API: Extend Add External Payment endpoint with all external payment types.
In the API make all external payment types available for adding a payment, not only cash or credit card. Also add a possibility to add an external id through the API that will end up in the payment report.
10 votesThanks for your votes!
We’ve enabled these external payment types
1. cash
2. credit card
3. invoice
4. wire transfer
5. bacsWe are not considering any other extensions for now.
-
2 votes
This request can be addressed by ChargeCreditCard.
-
Connector API: Add cancelled reservation items to reservations/getall response
With the reservation response from the Connector API, the total price of a cancelled reservation is not returned. With this extension, it would be possible.
4 votesYou can filter it by States and get all accounting items.
-
Connector API: Extend company API with timefilter and EmployeeCreatorId
Adding these extensions would allow for retrieval of data on which employee from which property added the company profile and when it was last added or updated via the API.
4 votesTime-filters are already available. Creator ID will be added probably later this year
-
Connector API:Update Reservation to include Segment
In Mews, you're able to attach a segment to a reservation, via the Connector API it is currently not possible for an integrator to update a reservation to have a segment. With this development it could be possible.
2 votesAlready available in Connector API
-
Connector API: Extend getRatePricing with CategoryId
Adding this extension would allow an RMS integration to make calls that pull a longer period of time but for only 1 space category.
2 votesRate pricing already contains Category Prices that have information about the category
-
Connector API: Close bills
Within Mews, staff are able to close bills. This is currently not possible via the Connector API for integrators.
With this extensions to our Connector API, it will be possible for integrators to support this functionality.
8 votes -
Connector API: Update Reservation endpoint
Integrators are able to create reservations and modify some aspects of the reservation with various endpoints. With this development, the following features would be possible via the Connector API
- [ ] Update reservation with a new custom price.
7 votesThanks for your votes!
This endpoint was already released!
Robert (Product Manager)
-
Connector API: add & update company
Via the Connector API, you're not currently able to add a company or update a company. With this addition, an integrator could manage these aspects.
5 votesThis is already enabled in API.
-
Connector API: Tax levels in configuration/get
This would allow integrators to retrieve all tax levels configured by the property using the Get configuration endpoint.
2 votesYou can get this functionality through GetAllTaxEnvironments
-
Connector API: Get reservations by companions
Integrators would like to receive reservations which are connected to a companion. Adding an endpoint to retrieve reservations by companions would solve this!
3 votesYou can solve it by GetAllCompanionships that will give you all information you need
-
Connector API: Get all tasks
In Mews, you're able to see all tasks which have been created. Via the Connector API, you're not able to retrieve these. With this extension an integrator could retrieve these!
3 votesWe’ve already developed this functionality. You’ll see it documented by end of April 2020.
- Don't see your idea?