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 |
None |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|---|---|---|---|---|---|
|
1 |
|
string uuid |
|
SystemId |
Record ID |
|
2 |
sourceType |
enum |
|
Options: Customer, Vendor, Stock Center, Item |
primary key |
|
3 |
|
string |
|
|
primary key |
|
4 |
|
string |
|
|
primary key |
|
5 |
|
string |
|
|
|
|
6 |
|
date |
|
|
|
|
7 |
|
date |
|
|
primary key |
|
8 |
|
string |
|
|
primary key |
|
9 |
|
boolean |
|
|
|
|
10 |
|
string |
|
|
|
|
11 |
|
enum |
|
Options: Always, Sometimes |
|
|
12 |
|
enum |
|
Options: |
optional |
|
13 |
|
date-time utc |
|
SystemModifiedAt |
non-editable |
Example Object
{
"@odata.etag": "W/\"JzIwOzExMzgwMTE0NDk1NTQ4NTU1MTY5MTswMDsn\"",
"sourceType": "Item",
"sourceNo": "70070",
"cpCode": "SSS",
"systemId": "8887ab34-1c67-f011-b024-d4cd9a9e2763",
"description": "",
"validFromDate": "0001-01-01",
"validUntilDate": "2026-12-31",
"customerShipToCode": "",
"displayInInvoice": false,
"licenseNo": "",
"purchasesCertified": "Always",
"type": "ASC",
"lastModified": "2025-07-22T16:52:09.89Z"
}