Types of measurements where you input a standardised value to apply to your space. You can have multiple options of the same type for different situations.

What can you do?

Available Resources

  • Retrieve a list of created unit of measures;
  • Retrieve information of a specific unit of measure;
  • Retrieve a list of unit of measure types;
  • Update unit of measure information;
  • Create a unit of measure;
  • Delete a unite of measure.

Domain Object

UnitOfMeasure


Parameter

Type

Description













Request












Response
GETPUTPOSTDELETEGETPUTPOSTDELETE
name
StringThe name of a unit of measure
YesYes
YesYesYes
key
StringThe reference to the unit of measure in your system
YesYes
YesYesYes
description
StringThe description of a unit of measure
OptionalOptional
YesYesYes
isoCode
StringAn alphabetical or numerical code to identify a unit of measure
OptionalOptional
YesYesYes
symbol
StringThe symbol of a unit of measure
OptionalOptional
YesYesYes
multiplier

Double

Is used to multiply the value from the standardised one that is being used
YesYes
YesYesYes
unitOfMeasureType

Enum

  • Other
  • Currency
  • Mass
  • Time
  • Temperature
  • ElectricCurrent
  • AmountOfSubstance
  • LuminousIntensity
  • Distance
The type of a unit of measure
YesYes
YesYesYes
metadata
Array [Object]A list of Metadata
YesYes
YesYesYes
accountId
StringUnique identifier of your account



YesYes
Yes
created
DateTimeISO8601 timestamp for when a Unit Of Measure was created. All records are stored in UTC time zone.



YesYesYes
id
StringUnique system identifier of a Unit Of Measure



YesYesYes