Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 693 Bytes

File metadata and controls

25 lines (19 loc) · 693 Bytes

UnitOfMeasure

Properties

Name Type Description Notes
Id Int32 [optional]
Description TranslateableString [optional]
IsoCode String [optional]

Examples

  • Prepare the resource
$UnitOfMeasure = Initialize-RealGreenSaPSUnitOfMeasure  -Id null `
 -Description null `
 -IsoCode null
  • Convert the resource to JSON
$UnitOfMeasure | ConvertTo-JSON

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