I’m trying to call an API in UiPath HttpClient, which I could successfully obtain through postman. There are about 3 string parameters and one integer parameter to pass. When I tried the same postman request through UiPath, it gives me 400 error code. I’m assuming that’s because of there is no possibility to send integer type parameters in UiPath according to following method.
Here the ‘Pno’ should be the integer.
Appreciate your help on this!