| Name | Type | Description | Notes |
|---|---|---|---|
| DateRange | DateRanges | ||
| CustomDateRange | DateTimeRange | [optional] | |
| CompanyIDs | Int32[] | [optional] |
- Prepare the resource
$CompanyIDsAndDateRange = Initialize-RealGreenSaPSCompanyIDsAndDateRange -DateRange null `
-CustomDateRange null `
-CompanyIDs null- Convert the resource to JSON
$CompanyIDsAndDateRange | ConvertTo-JSON