Skip to main content
Skip table of contents

API - Item Units

Overview

The list page that contains the item units of measure codes.

Endpoint name

itemUnits

Source table

Item Unit of Measure

Fixed view

No filter

Requests allowed

GET, POST, PATCH, DELETE

Primary key

itemNo, code

Record ID

systemId

Procedures

Data

Field List

Property

Description

Type

Data Type in BC

systemId

SystemId

string uuid

GUID

RECORD ID

itemNo

Item No.

string

Code[20]

MANDATORY

code

Code

string

Code[10]

MANDATORY

qtyPerUnitOfMeasure

Qty. per Unit of Measure

Decimal

Decimal

MANDATORY

weight

Weight

Decimal

Decimal

lastModified

SystemModifiedAt

date-time utc

DateTime

NON-EDITABLE

Example

Expand to see the example json

An example of one object :

JSON
{
    "@odata.etag": "W/\"JzIwOzEyODc0Mjk1MTcwNzIwNTY4MTgxMTswMDsn\"",
    "id": "cd7e1ad7-9ea1-ef11-b017-aa2d6f3d6955",
    "itemNo": "0900",
    "code": "BOX",
    "qtyPerUnit": 10,
    "qtyRoundingPrecision": 0,
    "height": 0,
    "width": 0,
    "length": 0,
    "lastModifiedDateTime": "2024-11-13T09:13:54.54Z"
}


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.