Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 707 Bytes

File metadata and controls

25 lines (19 loc) · 707 Bytes

NPSRequest

Properties

Name Type Description Notes
DateRange DateRanges
CustomDateRange DateTimeRange [optional]
CompanyID Int32[] [optional]

Examples

  • Prepare the resource
$NPSRequest = Initialize-RealGreenSaPSNPSRequest  -DateRange null `
 -CustomDateRange null `
 -CompanyID null
  • Convert the resource to JSON
$NPSRequest | ConvertTo-JSON

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