Timesheets
Timesheets endpoints of the Perfex CRM REST API v3.0.3: 5 operations (GET, POST, DELETE, PUT) with parameters and JSON examples.
Endpoints
- GET Request all Timesheets
/api/timesheets/ - POST Add New Timesheet
/api/timesheets/ - DELETE Delete a Timesheet
/api/timesheets/{id} - GET Request Timesheet Information
/api/timesheets/{id} - PUT Update a Timesheet
/api/timesheets/{id}
See these endpoints in full on the complete API reference.