Add Currencies array to Enterprises endpoint.
Currently, the Enterprises endpoint provides nearly all of the required data for retrieving information about properties within a portfolio using portfolio tokens. However, one important piece of information is missing: the Currencies array, which is currently available via the Configuration endpoint.
At present, retrieving property currency information from the Configuration endpoint requires specifying the EnterpriseId in the request. This means that for a portfolio containing, for example, 100 properties, a client would need to make 100 separate requests to the Configuration endpoint instead of a single request to the Enterprises endpoint. This significantly increases implementation complexity and the number of API calls required.
Adding the Currencies array to the Enterprises endpoint would bring the following benefits:
Simplify client-side implementation by eliminating the need for multiple per-property Configuration requests.
Reduce the overall number of API calls, thereby lowering load on the Mews API infrastructure.
Improve efficiency and performance for integrators working with larger portfolios.