POST request using Restsharp 108.0.1
Budget: ₹600 – ₹1,500 INR
We were using restsharp version 106 after upgradation to 108.0.1 we are not able to process one API request.
It's a post request with content type as raw text.
We have the postman API call ready. need the same with rest sharp 108.0.1.
we need the only console project for this with .net framework 4.7 not with .Net Core.
curl --location --request POST 'https://shoonyatrade.finvasia.com/NorenWClientTP/QuickAuth' \
--data-raw 'jData={"apkversion":"1.0.0","uid":"123456","pwd":"6b8d0a5492072343aad6deb508b69a5ea9e819c1c2f18971fa166f31f4bdf650","factor2":"123484","imei":"","ip_address":null,"source":"API","vc":"12345","appkey":"1113859c51dc03a0c0e78e94d9d41975688ae7da87c10fb1aef952e592acf999"}'
It's a post request with content type as raw text.
We have the postman API call ready. need the same with rest sharp 108.0.1.
we need the only console project for this with .net framework 4.7 not with .Net Core.
curl --location --request POST 'https://shoonyatrade.finvasia.com/NorenWClientTP/QuickAuth' \
--data-raw 'jData={"apkversion":"1.0.0","uid":"123456","pwd":"6b8d0a5492072343aad6deb508b69a5ea9e819c1c2f18971fa166f31f4bdf650","factor2":"123484","imei":"","ip_address":null,"source":"API","vc":"12345","appkey":"1113859c51dc03a0c0e78e94d9d41975688ae7da87c10fb1aef952e592acf999"}'