Breadcrumbs

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

Type

Format

Description


1

systemId

string

uuid

SystemId

Record ID

2

itemNo

string

max 20

Item No.

primary key

Mandatory

3

code

string

max 10

Code

primary key

Mandatory

4

qtyPerUnitOfMeasure

number


Qty. per Unit of Measure

Mandatory

5

weight

number


Weight


6

lastModified

string

date-time

SystemModifiedAt

non-editable

Example Object

JSON
{
    "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"
}