- 1 Minute to read
- PDF
UOM Type Object
- 1 Minute to read
- PDF
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: Int
Required: Yes
BaseConversionFactor
Description: A value representing the conversion from this unit of measure to the base unit of measure.
Data Type: Int
Required: Yes
Note: Use 1 if this is the base unit of measure.
Example
[
{
"UomDesc": "EACH",
"SignificantDigits": 0,
"BaseConversionFactor": 1
}
]