unitOfMeasure resource type
Represents an Unit of Measure in Business Central
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET unitOfMeasure | unitOfMeasure | Gets a unitOfMeasure object. |
| DELETE unitOfMeasure | none | Deletes a unitOfMeasure object. |
| POST unitOfMeasure | unitOfMeasure | Creates a unitOfMeasure object. |
| PATCH unitOfMeasure | unitOfMeasure | Updates a unitOfMeasure object. |
Navigation
| Navigation | Return Type | Description |
|---|---|---|
| unitOfMeasureTranslationsWebCon | unitOfMeasureTranslationsWebCon | Gets the unitOfMeasureTranslations of the unit of measure |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the unit of measure. Non-editable. | |
| code | string | The code of the unit of measure. | 10 |
| displayName | string | Specifies the unit of measure's name. This name will appear on all sales documents for the unit of measure. | 50 |
| internationalStandardCode | string | Specifies the unit of measure code expressed according to the UNECE Rec20 standard in connection with electronic sending of sales documents. | 10 |
| symbol | string | Specifies a graphical representation of the unit of measure. | 10 |
| lastModifiedDateTime | datetime | The last datetime the unit of measure was modified. Read-Only. |
See Also
GET unitOfMeasure
DELETE unitOfMeasure
POST unitOfMeasure
PATCH unitOfMeasure