UnitOfMeasureLite¶
Example Json Object
1{
2 "id": 10000198,
3 "displayId": "MPA",
4 "status": {
5 "name": "ACTIVE",
6 "captionKey": "enum.objectStatus.active",
7 "active": true,
8 "caption": "Active"
9 },
10 "name": "Megapascal",
11 "erpSystemId": 10000001
12}
📄 Description: Lightweight representation of a Unit of Measure used in contracts, lease components, and other objects.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier of the unit of measure. |
displayId |
string |
false |
none |
Short display identifier (code) for the unit of measure. |
status |
false |
none |
Represents the object status with localized captions and activity state. |
|
name |
string |
false |
none |
Full descriptive name of the unit of measure. |
erpSystemId |
integer(int64) |
false |
none |
Identifier of the ERP system associated with this unit of measure. |