Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 723 Bytes

File metadata and controls

25 lines (19 loc) · 723 Bytes

SkipServicesRequest

Properties

Name Type Description Notes
DateRange DateTimeRange
ServiceCodes String[] [optional]
EmployeeIDs String[] [optional]

Examples

  • Prepare the resource
$SkipServicesRequest = Initialize-RealGreenSaPSSkipServicesRequest  -DateRange null `
 -ServiceCodes null `
 -EmployeeIDs null
  • Convert the resource to JSON
$SkipServicesRequest | ConvertTo-JSON

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