48 results found
-
Connector API: Extend Reservations/add - to be able to push in custom price
This would allow integrators to add reservation with a custom price into Mews using the API.
3 votesThis functionality is already available in API.
-
Connector API: Bill type code
This was implemented with an addition of the CounterId when calling Get all bills by ids.
2 votes -
Connector API: Extensions: Customer, Bill Order Item into bills/GetAllClosed
Extend Get all closed bills to include CustomerId and OrderId to allow the option to filter by specific customer and order identifiers.
2 votesThe response to Get all bills endpoint includes the customerId. CustomerId can be used to retrieve all items of specified customer which includes OrderId. Alternatively, Get all accounting items also includes OrderId (when applicable) for each item.
-
Connector API: Extend the accountingItems/getAll with "Orders"
This would allow integrators to retrieve information about product and service orders when retrieving all accounting items.
2 votes -
Connector API: Extend "Update reservation" with possibility to change the owner of the res
Implemented as Update reservation customer.
2 votesThis change can be made using Update reservation customer endpoint.
-
Connector API: Get cashier balances
This would extend the Connector API to allow integrators to retrieve the balance of all cashiers all cashiers at the property at a specified point in time.
2 votesYou can get this already through GetAllCashierTransactions where you can find amount payment Id, etc.
-
2 votes
API: Get all companies was extended to include an optional “Ids” property.
-
Connector API: Rate updates via WebSockets
Unlike REST, using WebSockets does not require an HTTP overhead to be sent for each message and would make the rate updates more efficient.
2 votesThis request can by solved by PriceUpdateEvent
- Don't see your idea?