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 |
|
string |
10 |
Code |
primary key Mandatory |
|
3 |
|
string |
50 |
|
optional |
|
4 |
|
enum |
|
Options: blank, Hold, "QA Hold", "QA Lock", "Customs Hold" |
optional |
|
5 |
|
boolean |
|
|
optional |
|
6 |
|
boolean |
|
|
optional |
|
7 |
|
boolean |
|
|
optional |
|
8 |
|
boolean |
|
Qty. per Unit of Measure |
optional |
|
9 |
|
boolean |
|
Weight |
optional |
|
10 |
|
date-time utc |
|
SystemModifiedAt |
non-editable |
Example Object
{
"@odata.etag": "W/\"JzE5OzM5NTQ0NjEwODI1NTIyMjI2ODkxOzAwOyc=\"",
"systemId": "b5e1c045-612a-f011-b020-f11f8541a8f7",
"code": "WEEK-1",
"description": "Week 1, 2025",
"defaultLotHoldStatus": " ",
"productConsumptionAllowed": false,
"productProductionAllowed": false,
"rawMatConsumptionAllowed": true,
"wipConsumptionAllowed": true,
"wipProductionAllowed": false,
"lastModified": "2025-05-06T10:03:06.387Z"
}