Unit of Measure
Last updated
Was this helpful?
The Unit of Measure object allows SoftwareOne associates to add and manage units of measure and assign a unique ID to each unit type. Vendors can also access the available unit types.
This object contains the following attributes:
id
string
(Read-only) A primary unit of measure identifier.
description
string
A description of the unit of measure.
name
string
(Read-only) The name of the unit of measure.
{
"id": "UNT-7362",
"audit": {
"created": {
"at": "<dateTime>",
"by": {
"id": "<string>"
}
},
"updated": {
"at": "<dateTime>",
"by": {
"id": "<string>"
}
}
},
"description": "A person who utilizes the service",
"name": "User"
}Last updated
Was this helpful?
Was this helpful?