4 years ago
404 (Not Found) when trying to PUT an update to an existing Customer
I have just created a new Customer in a demo company using a POST and that worked well! I am using the "Location" that is in the response header to record the UID of the new Customer.
But when I try and do a PUT to change some values I get a 404 error. I am basing the end point in this structure with the UID of the new Customer on the end...
https://ar1.api.myob.com/accountright/{CDF_UID}/Contact/Customer/{UID}
Could there be an issue with case sensitivity or something else strange?