Create Unit of Measure

Create a new unit of measure.

post
Body
all ofOptional
Responses
201

Created

application/json
post
POST /public/v1/catalog/units-of-measure HTTP/1.1
Host: api.s1.today
Content-Type: application/json
Accept: */*
Content-Length: 36

{
  "name": "text",
  "description": "text"
}
{
  "id": "text",
  "audit": {
    "created": {
      "at": "2025-09-12T21:46:52.996Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    },
    "updated": {
      "at": "2025-09-12T21:46:52.996Z",
      "by": {
        "id": "text",
        "name": "text",
        "icon": "text",
        "revision": 1
      }
    }
  },
  "$meta": {
    "omitted": [
      "text"
    ]
  },
  "name": "text",
  "revision": 1,
  "description": "text",
  "statistics": {
    "itemCount": 1
  }
}

Last updated

Was this helpful?