Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 709 Bytes

File metadata and controls

25 lines (19 loc) · 709 Bytes

BatchLookup

Properties

Name Type Description Notes
BatchDate DateTimeRange [optional]
BatchType BatchType [optional]
PrintedBy String[] [optional]

Examples

  • Prepare the resource
$BatchLookup = Initialize-RealGreenSaPSBatchLookup  -BatchDate null `
 -BatchType null `
 -PrintedBy null
  • Convert the resource to JSON
$BatchLookup | ConvertTo-JSON

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