169 results found
-
Add Reason for State to the Resources API endpoint
In the MEWS interface you can see the Reason for State of a resource. However this isn't available in the API. Could this be added?
1 vote -
Unit count for orders via API
We use Event Temple for everything Event related however charge clients through Mews. We have an issue where when posting charges from Event Temple to Mews, Mews will only read whole numbers. E.g we may charge an hourly fee for technical assistance of $40/hr. If the client needs 90 minutes of assistance we need to charge for 1.5 hours however Mews will only see either 1 or 2 hours and ignore anything past the decimal point.
1 vote -
Update CompanyId on Customer
I'd like the ability the pass an new CompanyId to the customer/update endpoint.
1 vote -
Remove GDPR data from error messages.
Here is an example error message I received, containing GDPR data. This makes it so we can't just log the data.
{
"Message": "Assigned space is not available for check-in. Please assign an inspected space and try again. (XXXX, YYYYYY; BBBBBBBB (1111111111111, John Doe, 6/12/2023 - 6/19/2023, 417))",
"Details": null
}I suggest moving the GDPR data to the (apparently) unused "Details" field, or create a new field to store that data. Or maybe make a "GdprSafeMessage" field.
1 vote -
Sort images from ResourceCategoryImageAssignments with the correct order as set in Mews Operation
When requesting Resources with "ResourceCategoryImageAssignments" extent enabled, images are returned with order based on the created/updated time (oldest first, newest last).
That means it ignores the image order set in Mews Operations "Space Categories" UI.
JSON should return the Image Assignments based on this order OR should return a property named "order" with order integer as value.
1 vote -
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 -
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 -
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 -
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
-
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.
-
Return the Accounting Category configured for each product in Mews
Right now, one can fetch all products that have been created/set up under a Bookable or an Additional Service in Mews.
All information are returned, except for the Accounting Category that has been assigned to the product.
This creates additional manual work where the property will have to set up the accounting category mapping twice (once in Mews and again in the 3rd party platform - e.g. an Upselling solution), and keep that manually updated in both, or the user has to omit the accounting category setting in the Product in Mews and use the 3rd party platform as the…
1 vote -
Connector API: Company - enable to read and write "Options" filed
As per OPTIONS available to Mews UI company can be made INVOICEABLE. This information is not available in Connector API for "get", "add", "update".
When company masterdata is stored outside of Mews (and in masterdata layer credit check is performed on company to decide if it is invoiceable or not) it is not possible to fully keep them in synch.
1 vote -
webhook for property configuration
every time when the configuration is changed a trigger will be sent
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.
Kind regards,
The Mews Team
-
Order API not working
Hi, I am trying to work Add Order at Demo Environment.
https://mews-systems.gitbook.io/connector-api/operations/services#add-orderI am always getting the same response regardless of serviceId and productId at my request.
Example:API URL:https://api.mews-demo.com/api/connector/v1/orders/add
Method:POSTRequest Body:
{
"ClientToken": "E0D439EE522F44368DC78E1BFB03710C-D24FB11DBE31D4621C4817E028D9E1D",
"AccessToken": "7059D2C25BF64EA681ACAB3A00B859CC-D91BFF2B1E3047A3E0DEC1D57BE1382",
"Client": "Sample Client 1.0.0",
"CustomerId": "70ae15d2-d60a-492b-bb78-ae23009f387d",
"ServiceId": "5d064e46-cbb5-49ac-8259-ae2400b4528b",
"ConsumptionUtc": "2022-01-21T00:00:00Z",
"ProductOrders": [
{
"ProductId": "3d5a27fa-3171-4400-b6df-ae2400b50252",
"Count": 1
}
],}
Response:
{
"Message": "Invalid ServiceId.",
"Details": null
}Any idea?
1 voteHello 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.
-
Bills/GetAll Revenue Notes
Add the notes field to the API call Bills/GetAll when added to a bill item.
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.
-
product create endpoint
Add endpoint to create products
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.
-
Mews Connector for MAC
Having the Mews Connector working even with Apple devices. To have the fiscal printer connected to Mews, we had to install windows for Mac, and it really slows down the system. I guess many other hoteliers use Apple devices.
1 voteHello 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.
-
reservations/getAll Resources extent should also return inactive resources
When retrieving reservations with the 'Resources' extent the inactive spaces are not included in the response. This means an additional call to resources/getAll to retrieve also the inactive resources.
Adding the inactive resources to reservations/getAll would circumvent this.
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 new property ExternalCode to Outlets
Hi,
currently outlets have only 3 properties - Id, IsActive and Name. We would utilize one more property named 'ExternalCode' that would make mapping of POS system revenue centers to Mews outlets easier. Currently we need to rely on using the same name of both sides, which is prone to typo error. It could be more reliable if there can be some configurable external numeric code available on Mews side for mapping.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.
- Don't see your idea?