163 results found
-
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 -
Salutation consistency
As an example the Title selected in Guest profile is 'Mr.' but the API provided as 'Mister'
Please do not have a difference between profile and API of the Title field.The shorter form of 'Mr' is better for display on phone & TV systems so please provide the title in API as it is in guest profile.
2 votes -
Filter Items for Type or/and subType
we are retrieving reservation data and are looking for the attached products.
Currently, we use /reservations/getAll and extend the items:true. Thin gets us Items with SubType (ProductOrder/SpaceOrder) or Type (ProductRevenue/ServiceRevenue). We are only interested in the Product-reated items.
to save resources we would appreciate either an extra endpoint /items/getAll (equivalent to /accountingItems/getAll ) with the possibility of filtering those Items after SubType (ProductOrder/SpaceOrder) or Type (ProductRevenue/ServiceRevenue) and reservationIDs or even better a filtering for Type/Subtype in the reservations/getAll endpoint.21 votes -
Move Positions with 0 value
Atm it's not possible to move any position with a value of 0 to an open bill. Since we customize our bills in another way as Mews usually does, we need to move all reservation items to an open bill. This way we can pay all reservation items, close the bill, checkout the reservation and receive a pdf in the end.
Some of our hotels place 0 value positions on their reservations as reminders. Atm it's not possible to checkout those reservations, since not all reservation items get on the same bill and therefore we cannot "pay" all reservation items.
…
10 votes -
API call to close tasks
It would be great to have a API call that allows, changing of status of a tasks or at least to close a task.
when using tasks for automations having a status that could be change in the API would make the process much more reliable.3 votes -
Machine readable error message in a 403 Forbidden response
Problem description:
When we are getting a 403 Forbidden response, we only have the error message to go on about what the actual issue is. This can be an invalid rate plan or Mews being busy for a minute.
As documented (https://mews-systems.gitbook.io/connector-api/guidelines/responses#response-codes), these error messages are translated in the client language, so these can be displayed to the end user.
For example the 403 Forbidden response on /rates/updatePrice can be this:
{
"Message": "Une autre opération est en cours. Veuillez réessayer dans quelques secondes.",
"DebugDetails": null,
"Details": null
}This message contains no machine readable information about the…
2 votes -
Expand the webhooks to support availability block updates
Currently, an integration partner that uses group block data (such as Revenue Management Systems, Event Management Systems, Central Reservation Systems, etc.) needs to poll "availabilityBlocks/getAll" at a scheduled interval and are not able to sync availability blocks in real time.
In order such integration partners to follow the best practices (https://mews-systems.gitbook.io/connector-api/guidelines/best-practices), they need the general webhooks expanded with new availability block-based events notifying the partners when:
- an availability block has been created
- an availability block has been updated
- an availability block has been deleted
- an availability block's service availability has changed10 votes -
Open API for Starter and Pro Package
Open API for Starter and Pro Package
12 votes -
Block Segment
For the analysis and planning, it is important to know which travel purpose the block can be arranged. Is it a leisure group or a business group? For this it would be important to arrange the block to a segment. This segment must be able to be transferred to e.g. Fairmas.
9 votesHello from the Mews product team,
Thank you for your suggestion, we have updated your request and set it as one to be upvoted by the Mews Community.
Remember you can share a link to your request so that your colleagues can also upvote your suggestion.
-
Provide full details when reservation price is previewed
When we use the endpoint /api/connector/v1/reservations/price (https://mews-systems.gitbook.io/connector-api/operations/reservations#price-reservations) the output does not contains the full details but only the taxes.
It would be nice to be able to retrieve the details of which rules/products have been applied and the amount associated, directly in the output.
For example, if a hotel apply resort fees using the rule system, retrieving only taxes and total amont is not enough to display the full details of the calculation. Currently to display it we need to fetch all rules and manually check if rule should be applied or not. And do a "revert engineering"…
2 votes -
reservation number for block reservation
Currently, block reservations are not transferred to other systems. Systems such as Fairmas or RMS cannot see the blocks until a list of names is entered and the actual reservation number for each single reservation is generated by MEWS. This distorts P/U and open pricing. The problem could be solved by also giving a block a reservation number.
7 votes
- Don't see your idea?