...
First of all we have to know which routes we need to use. For this it is recommended to take a look at the query builder or swagger ui (http://localhost:8002/ui/). Under the Edit tab there are all routes which can be used to insert or update data of the property service.
For this tutorial we are using just two of them. One to add new datasets and one to add new regions to the property service.
...