Перейти до основного вмісту

Unit of Measure API

Overview

The WMS Unit of Measure API is a Business Central API page designed to manage unit of measure data. This API allows external systems to interact with unit of measure records, providing functionality for creating, reading, and updating unit of measure information.

API Details

  • Publisher: smart
  • API Group: wms
  • API Version: v2.0
  • Entity Name: uom
  • Entity Set Name: uoms
  • Source Table: Unit of Measure
  • ODataKeyFields: Code

Fields

The following fields are exposed in the API:

Field NameSource FieldRequiredDescription
CodeUnit of Measure.CodeYesUnique identifier for the unit of measure.
DescriptionUnit of Measure.DescriptionYesDescription of the unit of measure.

Example Usage

Create a New Unit of Measure

POST host/instance/api/smart/wms/v2.0/companies(companyId)/uoms
Content-Type: application/json

{
"Code": "BOX",
"Description": "Box"
}

Retrieve a Unit of Measure

GET host/instance/api/smart/wms/v2.0/companies(companyId)/uoms('BOX')

Update a Unit of Measure

PATCH host/instance/api/smart/wms/v2.0/companies(companyId)/uoms('BOX')
Content-Type: application/json

{
"Description": "Updated Box Description"
}
© 2008 - 2026 SMART business