UOM Type Object
  • 1 Minute to read
  • PDF

UOM Type Object

  • PDF

Article Summary

UOM Type Object

 

 

UomDesc

 

Description: A string value that uniquely identifies the unit of measurement.

Data Type: String

Data Length: 50

Required: Yes

 

 

 

SignificantDigits

 

Description: An integer value representing the number of decimal places to track for this unit of measure.

Data Type: Number

Required: Yes

 

 

 

BaseConversionFactor

 

Description: A decimal value representing the conversion from this unit of measure to the base unit of measure.

Data Type: Number

Required: Yes

Note: Use 1 if this is the base unit of measure.

 

 

 

Example

 

[

 {

  "UomDesc": "EA",

   "SignificantDigits": 0,

   "BaseConversionFactor": 1

 }

]



What's Next