Create unit of measure
post
Body
namestringOptional
descriptionstringOptional
Responses
201
Created
application/json
400
Bad Request
application/json
post
/public/v1/catalog/units-of-measureLast updated
Was this helpful?
Was this helpful?
POST /public/v1/catalog/units-of-measure HTTP/1.1
Host: api.platform.softwareone.com
Content-Type: application/json
Accept: */*
Content-Length: 36
{
"name": "text",
"description": "text"
}{
"id": "text",
"audit": {
"created": {
"at": "2026-06-11T22:46:07.931Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2026-06-11T22:46:07.931Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"revision": 1,
"description": "text",
"statistics": {
"itemCount": 1
}
}