itemUnitOfMeasure resource type
Represents an item unit of measure in Business Central. Item units of measure define how an item can be measured and stored, including conversion factors between different units.
Availability Information
This endpoint is only available if KatarGo is installed.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET itemUnitOfMeasure | itemUnitOfMeasure | Gets an itemUnitOfMeasure object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the itemUnitOfMeasure. Non-editable. | |
| itemNo | string | Specifies the number of the item. | 20 |
| code | string | Specifies the code of the unit of measure. | 10 |
| description | string | Specifies the description of the unit of measure. | 50 |
| basePriceUnit | boolean | Specifies if this unit of measure is the base price unit for the item. | |
| bulkItemShipment | boolean | Specifies if this unit of measure is used for bulk item shipments. | |
| cubage | decimal | Specifies the cubage (volume) of the item in this unit of measure. | |
| geogroupLogistics | string | Specifies the logistics geo group code for this unit of measure. | 50 |
| weight | decimal | Specifies the net weight of the item in this unit of measure. | |
| grossWeight | decimal | Specifies the gross weight of the item in this unit of measure. | |
| height | decimal | Specifies the height of the item in this unit of measure. | |
| length | decimal | Specifies the length of the item in this unit of measure. | |
| width | decimal | Specifies the width of the item in this unit of measure. | |
| priceUnit | decimal | Specifies the price unit quantity for this unit of measure. | |
| qtyRoundingPrecision | decimal | Specifies the quantity rounding precision for this unit of measure. | |
| qtyPerUnitOfMeasure | decimal | Specifies the quantity per unit of measure (conversion factor to base unit). | |
| systemModifiedAt | datetime | The last datetime the item unit of measure was modified. Read-Only. | |
| systemCreatedAt | datetime | The datetime when the item unit of measure was created. Read-Only. |