| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Int32 | [optional] | |
| InventoryTypeID | Int32 | [optional] | |
| CustomerID | Int32 | [optional] | |
| Quantity | Double | [optional] | |
| LocationID | Int32 | [optional] | |
| Note | String | [optional] | |
| UnitOfMeasureID | Int32 | [optional] | |
| LocationType | LocationType | [optional] | |
| PropertyItemType | PropertyItemType | [optional] |
- Prepare the resource
$CustomerProperty = Initialize-RealGreenSaPSCustomerProperty -Id null `
-InventoryTypeID null `
-CustomerID null `
-Quantity null `
-LocationID null `
-Note null `
-UnitOfMeasureID null `
-LocationType null `
-PropertyItemType null- Convert the resource to JSON
$CustomerProperty | ConvertTo-JSON