You need to sign in to do that
Don't have an account?
Sri549
Need help In REST API
Hi Guys,
I am facing an issue when sending a request to using REST API & the response which i am seeing in the Response status is "Unprocessable Entity" & code is 422.
Could you please help me in solving this.
Thanks!
Srinivas
I am facing an issue when sending a request to using REST API & the response which i am seeing in the Response status is "Unprocessable Entity" & code is 422.
Could you please help me in solving this.
Thanks!
Srinivas
Have you checked suggestion in below link?
https://developer.salesforce.com/forums/?id=9062I000000DHw6QAG
Thanks!
Greetings!
The 422 Unprocessable Entity response status code occurs when the server knows the content type of the HTTP request, and the syntax of the HTTP request is correct, but it was not able to process the request.
For refer- https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422
If you find your Solution then mark this as the best answer.
Thank you!
Regards,
Suraj Tripathi