Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.49 KB

HistorySearch.md

File metadata and controls

43 lines (37 loc) · 1.49 KB

HistorySearch

Properties

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]

Examples

  • 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

[Back to Model list] [Back to API list] [Back to README]