save_or_update_timesheet_period

Function save_or_update_timesheet_period 

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