Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.15 KB

File metadata and controls

39 lines (33 loc) · 1.15 KB

SourceCode

Properties

Name Type Description Notes
Id Int32 [optional]
SourceDescription String
Available Boolean [optional]
SourceAbbreviation String
ActiveOrPassive Double [optional]
AnyBranch Boolean [optional]
Handheld Boolean [optional]
SourceDescFrench String [optional]
SourceDescSpanish String [optional]
Companies SourceCodeCompany[] [optional]

Examples

  • Prepare the resource
$SourceCode = Initialize-RealGreenSaPSSourceCode  -Id null `
 -SourceDescription null `
 -Available null `
 -SourceAbbreviation null `
 -ActiveOrPassive null `
 -AnyBranch null `
 -Handheld null `
 -SourceDescFrench null `
 -SourceDescSpanish null `
 -Companies null
  • Convert the resource to JSON
$SourceCode | ConvertTo-JSON

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