---
title: "Update a Specific Weight Measure"
slug: "update-a-specific-weight-measure"
updated: 2026-05-26T12:48:31Z
published: 2026-05-26T12:48:45Z
canonical: "developers.cmicglobal.com/update-a-specific-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.

# Update a Specific Weight Measure

Patch/sys-rest-api/rest/1/weightmeasure/T

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='e39bbe03-28e7-49e0-b4d3-2b47708ca795'>application/json</option>
</select>object  Example{
  "WmName": "TestUnit1"
}

Responses200

OK

HeadersContent-TypestringExampleapplication/vnd.oracle.adf.resourceitem+json
<select class='api-response-data' aria-label='Media type'><option value='47c7e34d-7d1e-4306-9246-2d09fec385e3'>application/json</option>
</select>

```json
{
  "WmCode": "T",
  "WmName": "TestUnit1",
  "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
