function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Anand TripathiSBIAnand TripathiSBI 

Using Post man Rest I am trying to create Lead record but I m getting this error. How to fix this error? Plz Help me.

User-added imageUser-added imageUser-added image
Suraj Tripathi 47Suraj Tripathi 47
Hi Anand,

I think in content type application/x-www-form-unlencoded is also added
please remove that,as I have tried the same scenario, and it's working fine

I hope you find the above solution helpful. If it does, please mark it as Best Answer to help others too

Thanks and Regards,
Suraj Tripathi


User-added image
Anand TripathiSBIAnand TripathiSBI
Thanks @ Suraj, Yeah I removed that content type but still getting the same error . I dont know why this is not working in my postman.