Hello,
I am trying to send an API request to update a customer in the system. I keep getting an error stating “The remote server returned an error: (404) Not Found”. I made sure the URL I am using is correct. The json data we are sending in the update is exactly the same in the client post request we send which creates the client perfectly fine. Can you help me figure out why the PUT request is returning this error?
Thank you