Skip to main content

Get UOMs

GET 

/uoms

Returns all units of measure available for the resolved company in a single response (not paginated).

Responses

OK

Schema

    items

    object[]

    required

  • Array [

  • id uuidrequired

    UOM identifier; matches uom_id in good

    name stringrequired

    Possible values: >= 2 characters and <= 32 characters

    Full name

    symbol stringrequired

    Possible values: non-empty and <= 16 characters

    Short display label

    exponent integerrequired

    Possible values: <= 3

    Decimal exponent (e.g. 3 means quantities are in thousandths)

  • ]

Loading...