For the complete documentation index, see llms.txt. This page is also available as Markdown.

Unit of Measure

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:

Field
Type
Description

id

string

(Read-only) A primary unit of measure identifier.

audit

object

(Read-only) Represents the audit object.

description

string

A description of the unit of measure.

name

string

(Read-only) The name of the unit of measure.

Example

UNIT OF MEASURE OBJECT
{
  "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?