Overview
The list page that contains the item units of measure codes.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
No filter |
|
Requests allowed |
GET |
|
Primary key |
|
|
Record ID |
|
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Format |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string |
uuid |
SystemId |
Record ID |
|
2 |
|
string |
max 10 |
|
primary key |
|
3 |
|
string |
max 50 |
|
|
|
4 |
|
string |
date |
|
|
|
5 |
|
string |
date |
|
primary key |
|
6 |
|
string |
max 10 |
|
primary key |
|
7 |
|
boolean |
|
|
|
|
8 |
|
string |
max 20 |
|
|
|
9 |
|
string |
enum |
Options: Always, Sometimes |
|
|
10 |
|
string |
enum |
Options: Customer, Vendor, Stock Center, Item |
primary key |
|
11 |
|
string |
max 20 |
|
primary key |
|
12 |
|
string |
enum |
Options: |
optional |
|
13 |
|
string |
date-time |
SystemModifiedAt |
non-editable |
Example Object
{
"systemId": "8887ab34-1c67-f011-b024-d4cd9a9e2763",
"sourceType": "Item",
"sourceNo": "70070",
"cpCode": "SSS",
"description": "",
"validFromDate": "0001-01-01",
"validUntilDate": "2026-12-31",
"customerShipToCode": "",
"displayInInvoice": false,
"licenseNo": "",
"purchasesCertified": "Always",
"type": "ASC",
"lastModified": "2025-07-22T16:52:09.89Z"
}