UnitOfMeasureClassesinterclassConversions
The Unit of Measure Interclass Conversions resource gets the interclass conversion rate for an item between two unit of measure classes.
Columns
| Name | Type | Description |
| UnitOfMeasureClassesClassId | String | UnitOfMeasureClassesClassId of UnitOfMeasureClassesinterclassConversions |
| InterclassConversionId | String | The value that uniquely identifies the unit of measure interclass conversion. It is a value that the application generates when it creates an interclass conversion. This attribute is required. |
| InventoryItemId | String | The value that uniquely identifies the inventory item that the interclass conversion is being defined for. Either this attribute or ItemNumber is required. |
| FromUOMClassId | String | The value that uniquely identifies the unit of measure class. This attribute always references the parent resource instance. For a specific inventory item, interclass conversions are always between two classes, from one class to another class. When creating new interclass conversions, the FromUOMCode and FromUOMClassId attributes are not required. |
| FromUOMCode | String | The user-supplied short code that identifies the base unit of measure of a class. This attribute always references the parent resource instance. For a specific inventory item, interclass conversions are always between two classes, from one class to another class. When creating new interclass conversions, the FromUOMCode and FromUOMClassId attributes are not required. |
| ToUOMClassId | String | The value that uniquely identifies the unit of measure class. For a specific inventory item, interclass conversions are always between two classes, from one class to another class. When creating new interclass conversions, either the ToUOMCode or the ToUOMClassId attribute is required. |
| ToUOMCode | String | The user-supplied short code that identifies the base unit of measure of a class. For a specific inventory item, interclass conversions are always between two classes, from one class to another class. When creating new interclass conversions, either the ToUOMCode or the ToUOMClassId attribute is required. |
| InterclassConversion | String | The rate of conversion between the FromUOMClass and the ToUOMClass, for the specified inventory item. This attribute is required. |
| InterclassConversionEndDate | Date | The date when the unit of measure interclass conversion is no longer available. |
| ItemNumber | String | The alphanumeric name that uniquely identifies the item that the interclass conversion is being defined for. Either this attribute or InventoryItemId is required. |
| CreatedBy | String | CreatedBy of UnitOfMeasureClassesinterclassConversions |
| CreationDate | Datetime | CreationDate of UnitOfMeasureClassesinterclassConversions |
| LastUpdateDate | Datetime | LastUpdateDate of UnitOfMeasureClassesinterclassConversions |
| LastUpdatedBy | String | LastUpdatedBy of UnitOfMeasureClassesinterclassConversions |