Hello,
I have to send an array as parameter (the API only supports the said parameter as array) but I don’t know how to do it. I managed make it work in Postman but it doesn’t in UiPath.
There are two arrays actually, one for sender and one for receiver. Each array has to contain the following: name: string, contact: string, phone1: string, locality_id: integer, street: string.
Postman:
API requires auth.
Any thoughts?