Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 931 Bytes

ProgramService.md

File metadata and controls

33 lines (27 loc) · 931 Bytes

ProgramService

Properties

Name Type Description Notes
Id Int32 [optional]
ProgramDefinitionID Int32 [optional]
ServiceCode String [optional]
Round Int32 [optional]
IsDependent Boolean [optional]
VarDo Boolean [optional]
SkipAfter System.DateTime [optional]

Examples

  • Prepare the resource
$ProgramService = Initialize-RealGreenSaPSProgramService  -Id null `
 -ProgramDefinitionID null `
 -ServiceCode null `
 -Round null `
 -IsDependent null `
 -VarDo null `
 -SkipAfter null
  • Convert the resource to JSON
$ProgramService | ConvertTo-JSON

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