WeeklyProductivitySearchCriteriaAPI Properties Name Type Description Notes CompanyIDs Int32[] [optional] ProgramDefinitionIDs Int32[] [optional] EmployeeIds String[] [optional] Seasons Int32[] [optional] CustomerType String [optional] DateBasedOn DateBasedOn [optional] DateRange DateTimeRange [optional] IncludeReversedServices Boolean [optional] Examples Prepare the resource $WeeklyProductivitySearchCriteriaAPI = Initialize-RealGreenSaPSWeeklyProductivitySearchCriteriaAPI -CompanyIDs null ` -ProgramDefinitionIDs null ` -EmployeeIds null ` -Seasons null ` -CustomerType null ` -DateBasedOn null ` -DateRange null ` -IncludeReversedServices null Convert the resource to JSON $WeeklyProductivitySearchCriteriaAPI | ConvertTo-JSON [Back to Model list] [Back to API list] [Back to README]