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 |
20 |
Item No. |
primary key Mandatory |
|
3 |
|
string |
10 |
Code of this variant |
primary key Mandatory |
|
4 |
|
string |
|
Description of this variant |
recommended |
|
5 |
|
string |
10 |
Trade Item unit of measure for this variant. |
Mandatory |
|
6 |
|
string |
10 |
Size Grade |
optional |
|
7 |
|
string |
10 |
Size Grade |
optional |
|
8 |
|
string uuid |
|
The systemId of the Item. This is shown here to make possible to use the standard API for Item. |
non-editable |
|
9 |
|
string |
|
Trade Item Type. Inherited from the Item card. Options: RawMat, WIP and Product |
non-editable |
|
10 |
|
date-time utc |
|
SystemModifiedAt |
non-editable |
Example Object
{
"@odata.etag": "W/\"JzE5OzU2MzExMTA5OTE1NTY5NTIyMjcxOzAwOyc=\"",
"systemId": "824110c9-4c03-f011-b01d-ffa54ac57a8e",
"itemNo": "70070",
"itemId": "e3fe3205-4903-f011-b01d-ffa54ac57a8e",
"code": "SV-0003",
"description": "Size group: Big",
"itemType": "Raw Material",
"tradeItemUnitOfMeasure": "KG",
"qualityGrade": "",
"sizeGrade": "BIG",
"lastModified": "2025-05-06T10:25:34.5Z"
}