Skip to content

Latest commit

 

History

History
39 lines (33 loc) · 1.26 KB

File metadata and controls

39 lines (33 loc) · 1.26 KB

PropertyItemType

Properties

Name Type Description Notes
Id Int32 [optional]
Description TranslateableString [optional]
CategoryId Int32 [optional]
UnitOfMeasureId Int32 [optional]
IsAnyBranch Boolean [optional]
BranchIds Int32[] [optional]
PropertyItemCategory PropertyItemCategory [optional]
UnitOfMeasure UnitOfMeasure [optional]
ServiceType String[] [optional]
IsAreaUnitOfMeasure Boolean [optional]

Examples

  • Prepare the resource
$PropertyItemType = Initialize-RealGreenSaPSPropertyItemType  -Id null `
 -Description null `
 -CategoryId null `
 -UnitOfMeasureId null `
 -IsAnyBranch null `
 -BranchIds null `
 -PropertyItemCategory null `
 -UnitOfMeasure null `
 -ServiceType null `
 -IsAreaUnitOfMeasure null
  • Convert the resource to JSON
$PropertyItemType | ConvertTo-JSON

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