| Name | Type | Description | Notes |
|---|---|---|---|
| CustomerNumber | Int32 | ||
| DateTimeRange | DateTimeRange | [optional] | |
| TransactionCodes | String[] | [optional] |
- Prepare the resource
$HistoryItemSearch = Initialize-RealGreenSaPSHistoryItemSearch -CustomerNumber null `
-DateTimeRange null `
-TransactionCodes null- Convert the resource to JSON
$HistoryItemSearch | ConvertTo-JSON