Create TimesheetAsk AIpost https://example.com/api/v1/timesheetsBody ParamsTimesheet creation model containing all timesheet detailsassignmentNumberstringrequiredAssignment number/name to associate with this timesheettimesheetLinesarray of objects | nullList of timesheet lines containing work detailstimesheetLinesADD objectworkerCommentstring | nullComments from the workerResponses 200Returns the newly created timesheet details 400If the request data is invalid or assignment not found 401If the user is not authenticated 403If the user does not have permission to create timesheets 500If an internal server error occursUpdated 4 months ago