unitsOfMeasure resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Represents a unit of measure, which is a standard of measurement of a quantity, in Dynamics 365 Business Central.

Methods

Method Return Type Description
Get unitsOfMeasure unitsOfMeasure Gets a unit of measure object.
Post unitsOfMeasure unitsOfMeasure Creates a unit of measure object.
Patch unitsOfMeasure unitsOfMeasure Updates a unit of measure object.
Delete unitsOfMeasure none Deletes a unit of measure object.

Properties

Property Type Description
id GUID The unique ID of the unitsOfMeasure. Noneditable.
code string Specifies the code for the unit of measure.
displayName string Specifies the unit of measure's display name.
internationalStandardCode string Specifies the unit of measure code expressed according to the UNECE Rec20 standard for electronically ending sales documents.
lastModifiedDateTime datetime The last datetime the unit of measure was modified. Read-Only.

Relationships

None

JSON representation

Here's a JSON representation of the unitsOfMeasure resource.

{
  "id": "GUID",
  "code": "string",
  "displayName": "string",
  "internationalStandardCode": "string",
  "lastModifiedDateTime": "datetime"
}