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