1. I have create access (oAuth sets authority to ZohoProjects.timesheets.ALL)
2. I am using php and cURL
4. The http header includes my access token -- this is all in order, as I can use it to make other requests
5. The cURL POSTfields are set to:
date=06-03-2019&hours=01:00&bill_status=Billable¬es=My+note
6. My php code is similar to the
given example (and other requests work fine)
However, I get the response "The requested URL returned error: 404 "
Can anyone suggest what I'm doing wrong?