| Name | Type | Description | Notes |
|---|---|---|---|
| CompanyIDs | Int32[] | [optional] | |
| ProgramDefinitionIDs | Int32[] | [optional] | |
| SourceCodes | Int32[] | [optional] | |
| CancelReasonIDs | Int32[] | [optional] | |
| SoldDateRange | DateRanges | ||
| CustomSoldDateRange | DateTimeRange | [optional] | |
| CancelDateRange | DateRanges | ||
| CustomCancelDateRange | DateTimeRange | [optional] |
- Prepare the resource
$NewSaleCancelsRequest = Initialize-RealGreenSaPSNewSaleCancelsRequest -CompanyIDs null `
-ProgramDefinitionIDs null `
-SourceCodes null `
-CancelReasonIDs null `
-SoldDateRange null `
-CustomSoldDateRange null `
-CancelDateRange null `
-CustomCancelDateRange null- Convert the resource to JSON
$NewSaleCancelsRequest | ConvertTo-JSON