Overview
The list page that contains the item units of measure codes.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
No filter |
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
|
|
Record ID |
|
|
Procedures |
|
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string uuid |
|
SystemId |
Record ID |
|
2 |
|
string |
20 |
Item No. |
primary key Mandatory |
|
3 |
|
string |
10 |
Code |
primary key Mandatory |
|
4 |
|
Decimal |
|
Qty. per Unit of Measure |
Mandatory |
|
5 |
|
Decimal |
|
Weight |
|
|
6 |
|
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"
}