---
title: "Create a Weight Measure"
slug: "create-a-weight-measure"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/create-a-weight-measure"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://developers.cmicglobal.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Weight Measure

Post/sys-rest-api/rest/1/weightmeasure

## Create Weight Measures

UI Location: System Data - Global Tables - Weight Measure

### 

SecurityHTTPType basic

Basic authentication

Header parametersContent-TypestringExampleapplication/vnd.oracle.adf.resourceItem+json

Body parameters<select class='api-response-data' aria-label='Media type'><option value='c24ab80c-e916-44a8-ae81-10ddcd503e9e'>application/json</option>
</select>object  Example{
  "WmCode": "T",
  "WmName": "Test Unit"
}WmCodestring    Required

Code

💻 UI Fieldname: Code

Max length2
WmNamestring    

Name

💻 UI Fieldname: Name

Max length10

Responses201

Created

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='32886f63-250e-43d7-9592-cf0574ccbb08'>application/json</option>
</select>

```json
{
  "WmCode": "T",
  "WmName": "Test Unit",
  "links": [
    {
      "rel": "self",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/weightmeasure/T",
      "name": "weightmeasure",
      "kind": "item"
    },
    {
      "rel": "canonical",
      "href": "http://mobtest.cmiccloudr12.com:80/cmictestrti/sys-rest-api/rest/1/weightmeasure/T",
      "name": "weightmeasure",
      "kind": "item"
    }
  ]
}
```

object
