176 results found
-
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 -
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…
3 votes -
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 -
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 -
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 -
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 -
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 -
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 -
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 -
Websocket customer update notification
I'm missing an web-socket event when a customer is updated.
This is very much needed for updating the corresponding data in our system.2 votes -
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 -
Websocket or Webhook notification about Accounting Items updates
We need to get notification via Websocket or Webhook about Accounting Item updates, especially about payments.
3 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 -
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 -
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 -
Create a webhook event once payment is received from a guest
This negates the need to poll for updates to determine if a guest has paid.
5 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.
-
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 -
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
- Don't see your idea?