Description | HTTP Request |
---|---|
Bulk Insert Timesheets |
POST /api/v2/business/{businessId}/timesheet/bulk |
Create timesheet line |
POST /api/v2/business/{businessId}/timesheet |
Delete timesheet line |
DELETE /api/v2/business/{businessId}/timesheet/{timesheetLineId} |
Get Business Timesheets |
GET /api/v2/business/{businessId}/timesheet |
Update timesheet line |
PUT /api/v2/business/{businessId}/timesheet/{timesheetLineId} |
Update/Replace timesheets |
PUT /api/v2/business/{businessId}/timesheet/bulk |
Powered by DapperDox