238 results found
-
bills/getall customer data
Hello API Team,
I use API "bills/getAll" to take all the invoices closed in the last day (filter d-1 at "CloseUtc" request parameter) at MEWS for creating them into my SAP Accounting system.
For each bill i have the orderitems for services includes in the bill and payment data, and the customer/company "basic data" at the "Ownerdata" structure (discr.=BillCustomerData for Customers | discr.=BillCompanyData for Companies)
These basic data doesn't create/modifiy a customer at my SAP accounting system because email is a SAP basic data for customer/company, and this is missing.Should it be possible to add this basic data into…
1 vote -
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 -
VRBO: direct integration
Connect directly to VRBO without the need of subscribing to another software
2 votesHello from the Mews product team.
Thank you for sharing your integration app request. We would love for you to introduce us to the integration partner by directing them to https://www.mews.com/en/mews-marketplace-form where they can submit their interest to connect to Mews. We will then explain how they can user our open API and become a certified Mews integration partner.
-
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 -
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...
2 votes -
Would you please add a new endpoint tasks/update to your Connector API ? Many thanks in advance
Would you please add a new endpoint tasks/update to your Connector API ? While a task is being completed on our ERP we would like to update mews with the latest action performed on such a task. Many thanks in advance
3 votesThank you for your submission, we are planning to tackle this in Q1.
-
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!
-
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?
1 vote -
Invoice Status on Mews
Currently the Bill state only pulls in if it is open or closed.
It would be good for this to be updated to pull through if the invoice has been sent.1 vote -
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.
-
Land on Space Category Page from Google Search
Currently, when clicking on the price on Google Hotel Search, the bookers are directly led to the cheapest room. However, it would be great to have the click land on the Space Category page.
This is the same way GHS works when connected with Cloudbed or via the integration WIHP.
2 votes -
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 -
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,
Denis5 votesHi Denis, thanks for your submission.
Our API isn't adhering strictly to restful principles. At the moment we are not likely to make this change on the short term.
-
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.1 vote -
Make "Guarantee information" available at reservations from channel manager
We need to see "Guarantee information" sent by the OTAs (especially booking.com) via the channel manager. This data is included in the xml file sent by the channel manager to Mews.
Without seeing this information receptionist must open the reservation not only in Mews but also in booking.com to make sure whether the guest must pay at the reception or he/she already paid at the OTA and there is a virtual credit card available for the reservation.
Someone might think that "Payment card" information is enough to know if the guest has to pay at the reception, since you can…
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.
-
availability management
Being able to manage and limit the amount of rooms selling on OTA's channels
2 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 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.
-
automatically logout
automatically logout after 10 or 15 min if no activity deteced on the account on.
will be more secure for everyone to know you can leave for an important meeting and not bother about who will use your account during this time by mistake8 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.
-
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).
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.
-
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
- Don't see your idea?