Units
Queryable, Introduced in version 2.18
GET https://localhost:8001/sv/001.1/api/v1/Common/Units
Represents a quantity unit.
GUID
c666b903-0599-4082-b7f2-2cffa4d7ea82
Required permission
Show units
Properties
| Name | Type | Summary | Introduced in |
|---|---|---|---|
| Id | Int64 | The business key identifier of the unit. |
|
| Code | String | The translatable code of the unit. |
|
| Description | String | The translated description of the unit. |
|
| Number | Int64 | The unit number. |
Example
{
"Id": 0,
"Code": null,
"Description": null,
"Number": 0
}