Accounting Item - Reservation relationship
You have an API endpoint https://mews-systems.gitbook.io/connector-api/operations/finance#get-all-accounting-items
Returned Accounting Item data has OrderId field:
Unique identifier of the order (or Reservation which is a special type of order) the item belongs to.
Can you add ReservationId field into Accounting Item?
The problem is that we can't know if an accounting item belongs to any specific reservation or not.
I tried to collect unique OrderId values from the list of accounting items and next fetch reservations with ReservationIds filter (to see if we have a reservation with Id same as OrderId), but if I pass non-reservation ID - I see the error "Invalid ReservationIds". So, this will not work.
It's the problem for our app because we need to understand if an accounting item belongs to a specific reservation or not.
Adding ReservationId field into Accounting item will solve this issue: if ReservationId is empty - the item belongs to order.
Otherwise, ReservationId has Id of reservation ( ReservationId equals to Orderid).
Hello 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.