We are struggling with nested calls in a POST API with custom body. We don't change the URI on every input, but need to change the body on every request:
We use Cursor based pagination using rows@next for pagination. And as it seems you can only use one pagination per rsd, we can only get one iteration using nested calls.
Query slicers only seem to be able to slice URI's (https://cdn.cdata.com/help/DWG/jdbc/pg_queryslicer.htm).
In our example, we are extracting ReservationId's from a Reservation request and need them as a body input for ReservationItems in batches of 1000.
Any help would be appreciated, let me know if you need anymore information.