Call OIC REST APIs from VBCS Excel Plugin
Summary:
How call a REST API (GET and POST actions) created in OIC from VBCS Excel Plugin?
Content (required):
Hi,
I have one integration on OIC, which have requests to return data from multiple source systems and do some updates on that. The integration is already completed and working fine.
Now, the user wants to use this data from Excel, using the VBCS Excel Plugin. In other words, the user wants to do the GET action, set the changes on Excel, and do the POST action to update the objects with the values populated.
How is possible to do that? I tried calling the integration and is not working, showing the following error message: "ArgumentOutOfRangeException: The index was out of range. It must be non-negative and less than the size of the collection. Parameter name: index Source: mscorlib"