| Name | Type | Description | Notes |
|---|---|---|---|
| CompanyIDs | Int32[] | [optional] | |
| ProgramDefinitionIDs | Int32[] | [optional] | |
| EmployeeIDs | String[] | [optional] | |
| DoneDateRange | DateRanges | [optional] | |
| CustomDoneDateRange | DateTimeRange | [optional] | |
| SoldDateRange | DateRanges | [optional] | |
| CustomSoldDateRange | DateTimeRange | [optional] | |
| PaidDateRange | DateRanges | [optional] | |
| CustomPaidDateRange | DateTimeRange | [optional] |
- Prepare the resource
$ProgramProductionBySalesPersonRequest = Initialize-RealGreenSaPSProgramProductionBySalesPersonRequest -CompanyIDs null `
-ProgramDefinitionIDs null `
-EmployeeIDs null `
-DoneDateRange null `
-CustomDoneDateRange null `
-SoldDateRange null `
-CustomSoldDateRange null `
-PaidDateRange null `
-CustomPaidDateRange null- Convert the resource to JSON
$ProgramProductionBySalesPersonRequest | ConvertTo-JSON