API to merge bills
In the Mews UI, when a guest has two open Bills that offset each other (e.g. one at -$63 and one at +$63), we use "Move" to combine them onto one Bill so it nets to $0.00, then close it. We can't find a Connector API endpoint that does this — only bills/close, bills/add, bills/update, and payment endpoints, none of which merge two Bills together.
1
vote