save_or_update_timesheet

Function save_or_update_timesheet 

Source
pub async fn save_or_update_timesheet(
    configuration: &Configuration,
    timesheet: Timesheet,
) -> Result<Timesheet, Error<SaveOrUpdateTimesheetError>>