add accounts/getAll endpoint with possibility to filter by AccountId
The new reservations/getAll endpoint & the new bills/getAll endpoint both use a new AccountId(s) field. This field can contain a customer or a company.
In the case of the reservation AccountIds field, we would possibly need to do two requests per AccountId to fetch the required information.
It would be a lot easier if there was an accounts/getAll endpoint where we could fetch the information with just a single request.
7
votes
Leon Bogaert
shared this idea