Create Unit of Measure
Create a new unit of measure.
post
Body
namestringOptional
descriptionstringOptional
Responses
201
Created
application/json
400
Bad Request
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-08-22T00:09:30.900Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-22T00:09:30.900Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"description": "text",
"name": "text",
"statistics": {
"itemCount": 1
}
}
Last updated
Was this helpful?