Trying to send Timesheets for PEO contract using same endpoint we are using for ordinary contracts: Create a timesheet entry
Getting following 400 response:
{“request”: {“method”: “POST”, “url”: “/hourly_reports”, “status”: 400, “api_req_id”: “5e1feae90fd3dd065ec536f8ebb6fa9b”, “docs”: “no match”, “source”: “http”}, “errors”: {“errors”: [{“code”: 400, “type”: “bad_request”, “message”: “Timesheets are not supported for this contract type”}]}}
Request time: 2025-04-26 23:15:52.104Z
Customer reported that he already contacted Deel support and it was confirmed that Timesheets should be possible to create via API for PEO contracts.
Could you please help with that?