UnitOfMeasureClasses
The Unit of Measure Classes resource gets the classes that organize units of measure.
Columns
| Name | Type | Description |
| ClassCode | String | The user-supplied code that identifies the class. It is a unique value entered by the user. This attribute is required. |
| ClassId [KEY] | String | The value that uniquely identifies the unit of measure class. It is a primary key that the application generates when it creates a class. |
| ClassName | String | The name of the unit of measure class. It is a unique value. This attribute is required. |
| ClassDescription | String | The description of the unit of measure class. |
| EndDate | Date | The date when the unit of measure class no longer supports the creation of new units within it. |
| BaseUnitOfMeasure | String | The name of the base unit of measure for the class. |
| BaseUOMCode | String | The user supplied short code that identifies the base unit of measure for the class. |
| BaseUOMDescription | String | The description of the base unit of measure for the class. |
| LastUpdatedBy | String | LastUpdatedBy of UnitOfMeasureClasses |
| LastUpdateDate | Datetime | LastUpdateDate of UnitOfMeasureClasses |
| CreatedBy | String | CreatedBy of UnitOfMeasureClasses |
| CreationDate | Datetime | CreationDate of UnitOfMeasureClasses |