171 results found
-
bookable period day - room just bookable once - start/endtime based would be needed
A meeting room can only be booked once during a day period. This is a problem since meeting rooms e.g. can be booked from 09:00 till 12:00 and again from 13:00 till 17:00. This basic case is not possible.
Is there any change planned which would allow us to book rooms based on the actual reservation time and not only once per period?
2 votes -
Federation with Office365
Federation between Mews and Office365 or any SAML / OIDC compatible service would be very helpfull. In that way it is possible to control user authentication better.
1 vote -
Accounting (Order) Items should also have the "name" just like extended items have in the reservations query
If you receive accounting items via reservations/getall with extent of items, you will receive a "name" field. This "name" field is what the customer sees:
Things like: Tourism Fee (Adults), Night 22-12-2022.
But if you query accountingitems/getAll for a specific reservation, you do not get this "name" field. You only receive a revenue type with a possible discriminator.Please add the "name" field too...
3 votes -
Changeable language parameter for guests
A customer currently has the parameter which is not editable via api request, since it's supposed to be the website language of the guest within the Mews UI.
We would need an additional, editable parameter for language.3 votes -
Problem generating Open API client from Connector API Specification in VS
Hi, we are having some problems generating a Dotnet (6) client from the Connector API specification in Visual Studio 17.4.0 on Windows 10.
The root cause seem to be that languages like C# (.NET), Java, and go, do not support "discriminated unions".
Steps to reproduce:
- Create a new Dotnet (6) project in Visual Studio
- Open “Connected Services”
- Add the Connector Open API specification
- Build the project
1 vote -
Provide the updated/created source identifier for get customers/companies
Hi,
It would be great if Mews provide createdby/updatedby or some boolean identifiers to identify the source of action.
Usecase : Customer creation/update : External API consumers sends customer (loyalty members) profile updates to mews via API calls, Mews in turn sends Webhook events whenever customer updates happens via API calls or Manual updates. As we seek to maintain the synchronisation of customer profiles in both Mews and CRM system, the update events goes to infinite loop if we don't stop using an identifier. for example, Customer profile is updated in CRM then CRM triggers an updated event, this results…
1 vote -
Return 204 when no data
Hi,
When there's no data to return, do not return JSON with [] or null.
Please return 204 value.https://restfulapi.net/http-status-204-no-content/
Regards,
Denis6 votesHello all,
This status update is part of our ongoing work to simplify and streamline how our UserVoice feedback forum operates. We are reducing the number of statuses to two (Idea to Upvote + Released) to help manage expectations about where each idea stands and to minimize the number of status updates required from our product teams. Our product team reviews everything you share, and we might reach out for more info if we need it.
Thanks for your patience as we work to bring your ideas to life! You can learn more about the changes coming to UserVoice from this post in the Mews Community.
-
Original Currency in Accounting Items
When downloading Accounting Items through the API, it would be very useful to see the original currency and original amounts as well. We have some internal processes, where we need to see the original transaction details.
One additional "section" in orderItems: OriginalAmount
One additional "section" in paymentItems: OriginalAmountThis would also save some round trips with cashier transactions as we would have the needed currency in one run.
6 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. It would also be great if you could shed some more light on the internal processes where the original currency information is needed!
-
Get + Set Calendar Events via API
Allow for integration to Event data in the region (e.g. fair dates, regional holidays)
7 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.
-
Add field specifying the original rate on which an availability block rate is based
When an availability block is created in Mews, a new rate is created, dedicated to this block. The new rate is based on an original rate, taken from the list of rates already existing in Mews. Let's say a hotel has a company profile "Company X" which books a conference. The user selects rate = "Company X corporate rate" and Mews creates a copy of this rate and attaches it to the block. When fetching the block via the API, the block references this copy as its rate ID.
We want to know what the original/underlying rate is for such…
1 vote -
edit guest and internal messages
The new messages functionality is a huge improvement for guest communication. It would be very useful to have additional options like archive/delete, mark as unread and star messages from customers (or internally).
5 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.
-
Add Employee
It would be great to the ability to add employees via the Connector API. This would allow for client to push their employee list from their own internal systems into Mews.
2 votes -
Mother company
When getting data from /api/connector/v1/companies/getAll, we don't get the Mother Company of the companies in the response. Would it be possible to add it in the (near) future?
10 votes -
Get Customers response requested by guest room key NFC UID
Get Customers response requested by guest room key NFC UID
As POS Operator I want to use a guest room key UID (16 digit Hex code e.g., 803687a2415404) to search for the guest on the POS so that do not have to ask for the guests room number and can use the same method to pay and justify a room posting.
Given I greet a guest at the Hotel Restaurant when tap the guest room key on my POS mobile device (NFC reader) then the Interface response with customers details base on the guest room key UID.
Given close a…
1 voteReview of Mews Search starting and in exploration phase
-
Confirmed Date of Reservation
It would be great if we could get the Confirmed Date from a Reservation out of the API. Mews shows this in their own report(s), but it's not available in the Connector API.
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.
Kind regards,
The Mews Team
-
filter on classification customer
It would be beneficial to have customer classification as a filter for customer connector API.
1 voteHello 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.
-
Add age classification property to Connector API
The Classification "Adult"/"Child" is not available in the API when requesting all age categories.
2 votes -
update UpdatedUTC for reservations when a refund is done via a group bill
When a refund is done via a group bill and the refunds are added to the individual reservations (so that the refund accounting items are added to these reservations), the reservations themselves are not marked as being updated (UpdatedUTC). Therefore, if you perform a query to check for updated reservations, these reservations are not sent and thus we miss getting the updates for these reservations.
So our request: update the UpdatedUTC for reservations when a refund is done via a group bill, since accounting items were added to these reservations.
2 votesHello all,
This status update is part of our ongoing work to simplify and streamline how our UserVoice feedback forum operates. We are reducing the number of statuses to two (Idea to Upvote + Released) to help manage expectations about where each idea stands and to minimize the number of status updates required from our product teams. Our product team reviews everything you share, and we might reach out for more info if we need it.
Thanks for your patience as we work to bring your ideas to life! You can learn more about the changes coming to UserVoice from this post in the Mews Community.
-
SendEmail in reservations/cancel endpoint
Hi!
We need a flag to tell mews not sending the cancellation email when we're cancelling a reservation through the "reservations/cancel" endpoint.
Many thanks in advance!
Regards.
2 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.
-
Include CompanyId in Availability Blocks API
When adding and fetching availability blocks data from Mews via the Connector API, it seems that the CompanyId parameter is missing from the Availability Blocks object, which can be a problem when trying to sync all data and/or when trying to filter or sort availability blocks by Company. Often times, the availability blocks are related to corporate contracts and therefore it is important that a third party system is able to link availability blocks in Mews to a company. Having this possibility also allows the property to fully utilise Mews as the centre of truth when it comes to customer/company…
3 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.
- Don't see your idea?