Units 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.

Field
Type
Description

id

string

A primary unit of measure identifier.

Example: UNT-7362

audit

A reference to the Audit object.

description

string

A description of the unit of measure.

Example: A person who utilizes the service.

name

string

The name of the unit of measure.

Example: User

Example

{
  "id": "UNT-7362", 
  "audit": {
    "created": {
      "at": "<dateTime>",
      "by": {
        "id": "<string>"
      }
    },
    "updated": {
      "at": "<dateTime>",
      "by": {
        "id": "<string>"
      }
    }
  },
  "description": "A person who utilises the service",
  "name": "User
}

Last updated

Was this helpful?