Hi Skuid Community,
I’d like to use Nintex K2 OData V4 endpoint. For this most part this works great out of the box but that endpoint doesn’t determine which CRUD operation to perform solely from the HTTP verb. Rather, it requires a query string parameter too.
To call a K2 SmartObject Update method, I need to use HTTP PUT, and provide ?method=Save (K2 SmartObjects may have multiple methods, update or otherwise, with varying names).
Without having to create a wrapper web-service/middleware, is there something I can do in Skuid itself to workaround this?
Many thanks!