Breadcrumbs

EP API - Item Units of Measure

Overview

The list page that contains the DESCRIBE WHAT THIS API IS


Endpoint name

itemUnitOfMeasures

Source table in Wisefish

Item Unit of Measure

Fixed view

Can return all entries in the Item Unit of Measure table.

Editable

No data modification possible.

Procedures

There are no procedures on this endpoint.

Primary key of table

The primary key consists of 2 fields: “Item No.”,”Code”

Data

Field List

Property

Type

Table Field

Field Type

Note

itemNo

string

Item No.

Code[20]


systemId

string uuid

SystemId

GUID


code

string

Code

Code[10]


qtyPerUnitOfMeasure

Decimal

Qty. per Unit of Measure

Decimal


weight

Decimal

Weight

Decimal


lastModified

date-time utc

SystemModifiedAt

DateTime

Note: The name of this field in business central is “systemmodifedAt” and it can be seen in page inspection in the user interface.

Example

Expand to see the example json

An example of one object in the list:

JSON
  "value": [
        {
            "@odata.etag": "W/\"JzE5OzgxMjM5NjA2OTExMjA2MzA2NTcxOzAwOyc=\"",
            "systemId": "66aed3cc-f9ed-ef11-aac0-c0b6f9b7cac7",
            "itemNo": "SHR001",
            "code": "PALLE",
            "qtyPerUnitOfMeasure": 364.5,
            "weight": 364.5,
            "lastModified": "2025-09-18T14:53:11.993Z"
        },
        {
            "@odata.etag": "W/\"JzE5OzI2NzMwODM3OTc2ODYwNjI1MzExOzAwOyc=\"",
            "systemId": "3202589f-1c8f-f011-b419-002248dc725a",
            "itemNo": "SHR001",
            "code": "KG",
            "qtyPerUnitOfMeasure": 1,
            "weight": 1,
            "lastModified": "2025-09-11T14:40:57.7Z"
        }