| Name | Type | Description | Notes |
|---|---|---|---|
| Records | Int32 | [optional] | |
| Offset | Int32 | [optional] | |
| CustomerNumbers | Int32[] | [optional] | |
| CompanyIDs | Int32[] | [optional] | |
| TransactionDateRange | DateTimeRange | [optional] | |
| PostedDateRange | DateTimeRange | [optional] | |
| GeneralLedgerDateRange | DateTimeRange | [optional] | |
| EnteredBy | String[] | [optional] | |
| AdjustmentCodes | String[] | [optional] | |
| TransactionCodes | TransactionCode[] | [optional] | |
| CreatedDateRange | DateTimeRange | [optional] | |
| UpdatedDateRange | DateTimeRange | [optional] |
- Prepare the resource
$HistorySearch = Initialize-RealGreenSaPSHistorySearch -Records null `
-Offset null `
-CustomerNumbers null `
-CompanyIDs null `
-TransactionDateRange null `
-PostedDateRange null `
-GeneralLedgerDateRange null `
-EnteredBy null `
-AdjustmentCodes null `
-TransactionCodes null `
-CreatedDateRange null `
-UpdatedDateRange null- Convert the resource to JSON
$HistorySearch | ConvertTo-JSON