Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.09 KB

File metadata and controls

37 lines (31 loc) · 1.09 KB

SourceCodeInsert

Properties

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

Examples

  • Prepare the resource
$SourceCodeInsert = Initialize-RealGreenSaPSSourceCodeInsert  -SourceDescription null `
 -Available null `
 -SourceAbbreviation null `
 -ActiveOrPassive null `
 -AnyBranch null `
 -Handheld null `
 -SourceDescFrench null `
 -SourceDescSpanish null `
 -CompanyIds null
  • Convert the resource to JSON
$SourceCodeInsert | ConvertTo-JSON

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