Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 959 Bytes

File metadata and controls

33 lines (27 loc) · 959 Bytes

PropertyInventory

Properties

Name Type Description Notes
Id Int32 [optional]
Description String [optional]
CategoryID Int32 [optional]
UnitCode Int32 [optional]
AnyBranch Boolean [optional]
DescriptionFrench String [optional]
DescriptionSpanish String [optional]

Examples

  • Prepare the resource
$PropertyInventory = Initialize-RealGreenSaPSPropertyInventory  -Id null `
 -Description null `
 -CategoryID null `
 -UnitCode null `
 -AnyBranch null `
 -DescriptionFrench null `
 -DescriptionSpanish null
  • Convert the resource to JSON
$PropertyInventory | ConvertTo-JSON

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