Skip to content

Connectivity

Categories

JUMP TO ANOTHER FORUM

184 results found

  1. The new Payment Requests feature is great, would be useful to have the functionality added to the API so you can generate payment requests from integrations.

    29 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello 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.

  3. When a POS is sending a product to post in Mews, the product must have an accounting category in the POS and Mews. If there is no accounting category set in POS, then the item as well as any other items in the Cart are not posted in Mews.

    In other POS systems, if an accounting category is accidentally not created in the POS, the PMS will accept the product as well as the full cart of items but place the item in a "None" category or "Uncategorized", allowing the charge. Similar to what Channel Managers do with Mews. If…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello from the Mews product team. Thank you for your suggestion. Unfortunately, this request will not be added to the Mews development roadmap and is unlikely to be delivered. Thank you for sharing your suggestions.

  4. Most other PMS's (all using HTNG standard and most custom APIs) can provide a simple Date : Room Type : Out of Order count.

    So like:

    2021-06-30: King: 1 OOO
    2021-06-30: Queen: 0 OOO

    Mews requires storage of resourceBlocks, mapping of room numbers to resource categories, and storage of unique IDs for every OOO room. This is much more complex than other partners, and would require a whole new inventory architecture to support.

    Now that you've added an Adjustments extent: would be great to be able to pull total Out of Order counts by date and by roomtype via getAvailability…

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Our API is built on the philosophy of providing raw data only. The API doesn't perform mutations or calculations on that data. The calculations as requested can be done on the side of the API user themselves based on the data we provide.

  5. The field Car registration number in the profile are not accessible in the API.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Integration partners can retrieve the estimated transaction fee via accountingItems/getAll, with CreditCardTransaction extent.

    The "Fee" parameter gives the estimated transaction fee value. (https://mews-systems.gitbook.io/connector-api/operations/finance#credit-card-transaction)

    However, with the recent feature release of transaction fee adjustments for select properties, the updated fees are not returned, and can cause discrepancy between data in Mews PMS and in other systems (e.g. accounting, business intelligence, etc).

    In the exported Payment Report, "Fee total net"/"Fee total" refers to the estimated transaction fee and will be displayed "Fee" parameter in the CreditCardTransaction object. On the other hand, "Adjusted total fee" in the same report refers to…

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    released  ·  0 comments  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. Currently, an integration partner that uses inventory data (such as Revenue Management systems, Event Management, etc) needs to poll resourceBlocks/getAll and are not able to sync space avilability in real time.

    There is already a WebSocket notification when a room/space/resource is make as Out of Service (OOS). Would be great to expand that to cover Out of Order (OOO) and House Use blocks to reduce the need for calling the API regularly to check for created/updated resource blocks.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    unlikely  ·  0 comments  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. When getting historic reservation data, such as reservations/getAll it would be great if we could get all states of reservation.

    For instance, reservation was created on 10th of July for 10th of August for 30 rooms. It was changed from 30 to 50 rooms on 15 of July. Currently we can only access last state, however getting older state (state of 30 rooms in this example), would be great. This would allow us to recreate historic booking correctly. We can use this booking for creating different machine learning algorithms.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello from the Mews product team. Unfortunately, this request has not received the necessary upvotes to be added to the Mews development roadmap and is unlikely to be delivered. Thank you for sharing your suggestions.

  9. The reservation event messages in the websocket channel are actually not representing events, but state changes. To be able to separate a checkin (state change from Confirmed to Started) from undoing a checkout (state change Processed to Started) I would like to have included the previous state in the event messages, since both of the examples will send only an event with status Started.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    unlikely  ·  0 comments  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. Users in Mews can choose from a pre-defined list of reasons when manually cancelling reservations in the reservations module in Mews PMS.

    However, when a reservation is cancelled via API, the cancellation reason defaults to "Other".

    It would be great to be able to also specify cancellation reason via the API (drawing from the pre-defined list available in Mews) so that integration partners can help keep the reservations reporting as accurate as possible.

    4 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello 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,
    Mews Team

  11. 'Create rate plan via Connector API - Rateplan/Add. This to enable contract management from one platform (e.g. a CRM)

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    unlikely  ·  1 comment  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. In Belgium we have OGM numbering, partners could handle this via the api if there would be an UpdateBill request available in which only the notes can be updated of an open bill.

    (see also https://mews.myjetbrains.com/youtrack/issue/RND-33807?p=COM-225)

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello from the Mews product team. Unfortunately, this request has not received the necessary upvotes to be added to the Mews development roadmap and is unlikely to be delivered. Thank you for sharing your suggestions.

  13. In the request of bills/getAll have the possibility to enter companyID's, that way we can present the user with all bills of a specific company

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello from the Mews product team. Unfortunately, this request has not received the necessary upvotes to be added to the Mews development roadmap and is unlikely to be delivered. Thank you for sharing your suggestions.

  14. There is a possibility to click "Create keys" in the Mews Admin to create keys by the Salto key cutter system. However we want to automize this through the API, so that keys can be automatically generated for guests, e.g. an hour before check-in.

    3 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    unlikely  ·  0 comments  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Add property "Type" to the request body of the Get all Bills endpoint, allowing to filter on only 'Invoice' for example.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello 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.

  16. Paypal is an external payment type in Mews Commander, however we cannot send an external payment via the API with this payment type and has to be listed in the notes.

    28 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. There's currently no way to change a reservation's status to "Optional" using the API. There are individual endpoints for confirming and canceling a reservation, but no endpoint for making one optional. A specific endpoint, or an extension to the [PlatformAddress]/api/connector/v1/reservations/update that allows for modifying the reservation state would be great!

    Why? We allow our users to create "Enquired" reservations but they now have no way to make those reservations "Optional" (from our system)

    Thanks!

    7 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. For the connector API it is necessary to retrieve all rooms each time an API Call is made to pull the space feature, this is quite a heavy call for TSH as some hotels have 700 rooms.

    Could Mews consider to introduce a filter by room name ideally?

    This way Ireckonu or another integrating partner does not need to pull all rooms each time.

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    unlikely  ·  1 comment  ·  Connector API  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Connector API: to be able to access the reason for OOO rooms through Mews API

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Hello from the Mews product team. Thank you for your suggestion. Unfortunately, this request will not be added to the Mews development roadmap and is unlikely to be delivered. Thank you for sharing your suggestions.

  20. Hold reservation source data when creating reservations via connector. At the moment source is simply listed as connector. But we need to show whether that researvaton source was email, phone, onsite etc. Currently we are using Salesforce API via connector to create reservations but losing this data.

    6 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?