Legacy services

Originally the API consisted of different services, with different endpoints, for each type of CRUD action on the same resource. It has been replaced by a RESTful API with a single endpoint per resource, possibly contextualized for specific actions.
It is preferable to use these new services even if there are still legacy services on some environments.