pub async fn save_or_update_timesheet_period(
configuration: &Configuration,
id: &str,
timesheet_period: TimesheetPeriod,
) -> Result<TimesheetPeriod, Error<SaveOrUpdateTimesheetPeriodError>>pub async fn save_or_update_timesheet_period(
configuration: &Configuration,
id: &str,
timesheet_period: TimesheetPeriod,
) -> Result<TimesheetPeriod, Error<SaveOrUpdateTimesheetPeriodError>>