Not able to place orders with API v3 getting error

Migrating to API v3 is turning out to be big headache. For all order placements i simply get this error. {‘code’: -50, ‘message’: ‘Invalid input’, ‘s’: ‘error’}. Wont it be useful to indicate what actually wrong with the input…

Hi @pushkar_talwalkar
Show me your input once.

Hello @pushkar_talwalkar ,

I was also facing same error. Check my post i posted sample code after resolving issue.

https://community.fyers.inhttps://fyers.in/community/t/getting-error-for-placing-order-with-api-v3-error-invalid-input/12957

Thanks Chaitanya** , i used that and additionally i found that i needed to set offlineOrder parameter as False (boolean) instead of “False” as string, that fixed my problem**