Name | Type | Description | Notes |
---|---|---|---|
DateRange | DateRanges | ||
CustomDateRange | DateTimeRange | [optional] | |
CompanyIDs | Int32[] | [optional] | |
EmployeeIds | String[] | [optional] | |
ProgramDefinitionIDs | Int32[] | [optional] | |
SourceCodes | Int32[] | [optional] | |
Prepaid | Boolean | [optional] | |
IncludeSkippedServices | Boolean | [optional] | |
FullOrPartial | ProgramJobLength | [optional] |
- Prepare the resource
$SalesByEmployeeRequest = Initialize-RealGreenSaPSSalesByEmployeeRequest -DateRange null `
-CustomDateRange null `
-CompanyIDs null `
-EmployeeIds null `
-ProgramDefinitionIDs null `
-SourceCodes null `
-Prepaid null `
-IncludeSkippedServices null `
-FullOrPartial null
- Convert the resource to JSON
$SalesByEmployeeRequest | ConvertTo-JSON