UnitOfMeasure
Create, update, delete, and query QuickBooks units of measure. QuickBooks requires QBXML version 7.0 or higher to use this table.
Columns
Name | Type | ReadOnly | References | ColumnSize | Description |
ID [KEY] | String | True | 255 |
The unique identifier of the unit of measure. | |
Name | String | False | 31 |
The name of the unit of measure. | |
IsActive | Boolean | False |
Boolean determining if the unit of measure is active. | ||
UnitOfMeasureType | String | False | 1000 |
The type of the unit of measure such as Count. | |
BaseUnit_Name | String | False | 31 |
The name of the base unit of measure. | |
BaseUnit_Abbreviation | String | False | 31 |
The abbreviation for the base unit of measure. | |
RelatedUnitAggregate | String | False | 5000 |
An XML aggregate containing the related units of measure. | |
DefaultUnitAggregate | String | False | 5000 |
An XML aggregate containing the default units of measure. | |
EditSequence | String | True | 16 |
A string indicating the revision of the unit of measure entity. | |
TimeCreated | Datetime | True |
The time the unit of measure entity was created. | ||
TimeModified | Datetime | True |
The last time the unit of measure entity was modified. |