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?
Created
Bad Request
Last 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-02-07T01:59:32.692Z",
"by": {}
},
"updated": {
"at": "2026-02-07T01:59:32.692Z",
"by": {}
}
},
"$meta": {
"omitted": [
"text"
]
},
"description": "text",
"name": "text",
"statistics": {
"itemCount": 1
}
}