Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.21 KB

SalesByEmployeeRequest.md

File metadata and controls

37 lines (31 loc) · 1.21 KB

SalesByEmployeeRequest

Properties

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]

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]