Unit of Measure

Unit of Measure object

The Unit of Measure element allows Operations Associates to add and manage units of measure, along with assigning each unit type a unique Unit Type ID. The Unit of Measure Module will allow Vendors options of available unit types.

FieldTypeDescription

id

string

Primary unit of measure identifier.

Example: "UNT-7362"

href

string

Relative reference to object on API (always/units-of-measure/{id}).

Example: "/v1/units-of-measure/UNT-7362"

audit

AuditObject

Audit object with possible entries: created, updated, activated, terminated, according to lifecycle of the object. Possible audit events: created, updated.

description

string

Description of unit of measure.

Example: "A person who utilises the service"

name

string

Name of unit of measure.

Example: "User"

Example

{
  "id": "UNT-7362",
  "href": "/v1/units-of-measure/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

SoftwareOne is a trademark of SoftwareOne, Inc. "The Software Licensing Experts" is a service mark of SoftwareOne, Inc. VAR assist is a trademark of SoftwareOne, Inc. "It pays to partner" is a service mark of SoftwareOne, Incorporated.