172 results found
-
Supporting Multi-Property Reservations in a Single Request
We propose enhancing the /api/connector/v1/reservations/add endpoint to allow reservations for multiple properties to be processed in a single request. This functionality would enable guests to seamlessly make reservations across multiple properties, enhancing user experience and operational efficiency.
Currently, this is not possible because the endpoint requires ClientToken, AccessToken, and ServiceId at the root level, which ties the request to a single property. A possible solution could involve modifying the request body structure to include ClientToken, AccessToken, and ServiceId within each reservation. This would allow multiple property reservations to be handled in a single API call.
An alternative could be adding…
1 vote -
Sort taxes per category
Today,
Any client can have taxes in Mews.
- Some have taxes under the taxe section / (difference between net and gross value)
- Some set taxes under packages (like City Tax)
- Some set fees under packages (like Breakfast)The Connector API can provide a list a tax name and tax code. but these 2 parameters are manual, there is no way to dynamically know that a tax is a City Tax, a VAT, a service charge or something else. (Except by having a regular contact with the client to be notified about the category of each new tax,…
2 votes -
Export FTP target - SSH Security
-SSH private key authentication
-Pgp file encyption1 vote -
Connector API: Settlement Rules
There is no means for integrators to inform guests how or when their payment will be settled in MEWS.
It would be helpful if MEWS could expose this in the rateGroups/getAll endpoint.
5 votes -
Include isDefault in rates/getAll API response
We're currently building an integration using the Connector API and found out that the response of the rates/getAll endpoint does not contain the isDefault value, while this is visible in the Mews Commander interface for each rate. We would love to see the IsDefault present in the API response for this endpoint.
1 vote -
Gift voucher Lifepeaks
Lifepeaks has built API forward Mews, but unfortunately, it is not currently possible to set Gift Cards as an external payment method for third-party services, such as Lifepeaks, through their API.
MEWS does not offer this functionality at the moment. Could this be done?Additionaly, If Mews would have integration with Lifepeaks, would gift voucher redeem be possible from booking engine. This would be an ideel world.
1 vote -
add accounts/getAll endpoint with possibility to filter by AccountId
The new reservations/getAll endpoint & the new bills/getAll endpoint both use a new AccountId(s) field. This field can contain a customer or a company.
In the case of the reservation AccountIds field, we would possibly need to do two requests per AccountId to fetch the required information.
It would be a lot easier if there was an accounts/getAll endpoint where we could fetch the information with just a single request.
7 votes -
3 votes
-
Proforma invoice endpoint from the OPEN API
Some properties needs a proforma invoice to share with the customer before the real one after checkin or check out. Mews has this funtionality only via back offie, but not from the API.
We need ta way/method to generate using Api the following documents:- proforma invoice/bill preview
Thank you in advance.
1 vote -
Make Creator and Closer data from Bills & Invoices report available via the API
Can we have the Creator and the Closer in the from the Bills & Invoices report be available on the back-end data so we can use it for user reporting and monitoring?
16 votes -
bills/getAll: add filter by IssuedUtc or TaxedUtc
From an accounting perspective, we need the invoice date, this is either IssuedUtc or TaxedUtc to post the invoice and do all tax stuff. Filtering bills/getAll by this dates is a must to post invoices correctly.
The other part is match the accounting data with Mews data, we will need a Issued/Taxed filter on the Invoices and Bills report in the Finance module. I've voted for another idea that asks for this: https://feedback.mews.com/forums/918232-mews-operations-pms/suggestions/37312936-additional-filter-options-on-bills-invoices
1 vote -
Webhook for merged accounts
There is currently no way to know when two accounts have been merged which leads to deprecated data in the partner system
3 votes -
Filter im Marketplace
Es wäre super einen zusätzlichen Filter im Marketplace zu haben, um in den jeweiligen Kategorien noch feiner zu sortieren. Z.b. in 'Gebäudemanagement' nur die Schlüsselsysteme zu finden.
In der Kategorie 'Gebäudemanagement' sind eine Vielzahl mehr Themen und es ist wirklich schwer entsprechende Anwendungen rauszufinden.1 vote -
Planned and Triggered Settlement Rules
In addition to the "Connector API: Settlement Rules" request (see link), it would be really helpful to see the details of all planned and triggered settlement rules per reservation.
So we could more accurately inform the guests how and when their payment will be settled and charge them immediately if an already triggered settlement request has failed.
1 vote -
"Space category key" searchable by "ExternalIdentifier" on Resource(Categories)/getAll?
In the Rates API, I can search by "ExternalIdentifier", which is "Rate key" in the UI.
Under Space Category in the UI, I also have a "Space category key", which, however, is NOT searchable by "ExternalIdentifier" in Resource(Categories)/GetAll.
This seems odd to me, because I can only imagine that that is there for the same intended purpose as with "Rate key". However, it is not implemented. Could this be implemented, please?
1 vote -
Merge services/getAvailability or rates/getAll with GetAllRestrictions
With the current endpoints we can pull all available rates. However, some of the rates are restricted, which we only know about when creating reservation.
Ideally, Mews would provide an endpoint with takes restrictions into account, so only actual available rates are provided.1 vote -
Delete rates
Our demo environment that we use for testing purposes is full of rates created from availability blocks. We should have the possibility, at least in staging environments, to delete the rates (via the API or a mass delete feature in the UI).
2 votes -
accept list of serviceId in services/getAvailability and rates/getPricing
Both services/getAvailability and rates/getPricing support one single ServiceId parameter.
Extending them to support multiple ServiceIds would lower number of API calls and help to minimize 429 error. Too many requests, when the limits are "used"5 votes -
rate adjustments
Explore the possibility to send adjustments to the rate price via the API. For both the extra occupancy and the age categories
2 votes -
Filter vouchers by company ids
When using the connector API I would like to get add company id's to get vouchers linked to those companies.
1 vote
- Don't see your idea?