I am looking for a way to consume a REST API in an SSIS Script Task with C#. I cannot use RestSharp or the Microsoft.Aspnet.Webapi.Client because they are not in the GAC.
I need to call the Rest API (POST) for each row to get a result and then write it back to an output.
Is there a possibility to access a REST API without an assembly?