Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 734 Bytes

File metadata and controls

25 lines (19 loc) · 734 Bytes

HistoryItemSearch

Properties

Name Type Description Notes
CustomerNumber Int32
DateTimeRange DateTimeRange [optional]
TransactionCodes String[] [optional]

Examples

  • Prepare the resource
$HistoryItemSearch = Initialize-RealGreenSaPSHistoryItemSearch  -CustomerNumber null `
 -DateTimeRange null `
 -TransactionCodes null
  • Convert the resource to JSON
$HistoryItemSearch | ConvertTo-JSON

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