API Error Code 500

0
Hi guys, Does anyone know how to solve this API error issue? I have changed the endpoint location to the correct one, but it still has error.  
asked
3 answers
3

Hey Muhammad,
    Error 500 represents server error.
    I would check the server side REST service and the data I am sending.
   

answered
1

Hey Azmir,

If its error 500, its a server side error, pls check the server side. The whole problem is from that side.

Hope it helps!

answered
0

The 500 error is coming from the remote server.  It’s probably an error in the data you are trying to send to the server. Maybe a field is in the wrong format or an expected field is missing. If you have admin access to the remote server there is almost certainly something in their logs explaining the error.

Good luck!

answered