Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 762 Bytes

File metadata and controls

29 lines (23 loc) · 762 Bytes

Subdivision

Properties

Name Type Description Notes
Id Int32 [optional]
CompanyID Int32 [optional]
Available Boolean [optional]
Name String [optional]
Direction String [optional]

Examples

  • Prepare the resource
$Subdivision = Initialize-RealGreenSaPSSubdivision  -Id null `
 -CompanyID null `
 -Available null `
 -Name null `
 -Direction null
  • Convert the resource to JSON
$Subdivision | ConvertTo-JSON

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