Now that I have the GET part down (https://forum.espocrm.com/forum/deve...i-search-field) I have been testing with the PUT Function using this site: https://apitester.com/#
POST http://localhost/api/v1/MDB/5c5751775e8d7d231
Post Data:
"name": "Testing12"
I keep getting the following error and the API user key is correct since it works with the GET but unable to POST.
Response Headers
HTTP/1.1 404 Not Found
Date: Wed, 06 Feb 2019 20:26:14 GMT
Server: Apache/2.4.7 (Ubuntu)
Content-Length: 311
Content-Type: text/html; charset=iso-8859-1
Any help?
POST http://localhost/api/v1/MDB/5c5751775e8d7d231
Post Data:
"name": "Testing12"
I keep getting the following error and the API user key is correct since it works with the GET but unable to POST.
Response Headers
HTTP/1.1 404 Not Found
Date: Wed, 06 Feb 2019 20:26:14 GMT
Server: Apache/2.4.7 (Ubuntu)
Content-Length: 311
Content-Type: text/html; charset=iso-8859-1
Any help?
Comment