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

Max Len

Description


1

systemId

string uuid


SystemId

Record ID

2

itemNo

string

20

Item No.

primary key

Mandatory

3

code

string

10

Code

primary key

Mandatory

4

qtyPerUnitOfMeasure

Decimal


Qty. per Unit of Measure

Mandatory

5

weight

Decimal


Weight


6

lastModified

date-time utc


SystemModifiedAt

non-editable

Example 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"
}