Exemption Certificate Management

CertCapture RESTful APIs

UomModel

The "Unit of Measurement" model captures information about a type of measurement. Types of measurement refer to different scales for the same dimension. For example, measurements of type "Distance" may include units of measurement such as meters, feet, inches, and miles.

Parameters
idOptional
integer

The unique ID number of this unit of measurement.

codeOptional
string

The code that refers to this unit of measurement.

shortDescOptional
string

A short description of this unit of measurement.

descriptionOptional
string

A longer description of this unit of measurement.

measurementTypeIdOptional
integer

The ID number of the measurement type, such as "Distance" or "Mass".

measurementTypeCodeOptional
string

The code describing the measurement type.

siUOMOptional
string

For a particular measurement type, this is the ID number of the unit of measurement object corresponding to the International System of Units (abbreviated SI) unit of measurement standard. This pointer allows you to select the SI unit of measurement for a particular measurement type.

measurementTypeDescriptionOptional
string

A description of the measurement type system.

isSiUomOptional
boolean

True if this measurement is an International System of Units (abbreviated SI) defined standard.