| 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] |
- 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