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" of the total price to retrieve the amount that have been applied.