How to pass Integer type value as a parameter for HttpClient in UiPath

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!

1 Like

Hey @punya

Please show the postman snap on how did you pass that int !

Thanks
#nK

Hey @Nithinkrishna
PFA

1 Like

Hey @punya

And the request type for this please…

Thanks
#nK