ItemAttributeValueMapping resource type
Represents an ItemAttributeValueMapping in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description |
|---|---|---|
| GET ItemAttributeValueMapping | ItemAttributeValueMapping | Gets an ItemAttributeValueMapping object. |
Properties
| Property | Type | Description | Max Length |
|---|---|---|---|
| 🔑 id | GUID | The unique ID of the ItemAttributeValueMapping. Non-editable. | |
| itemAttributeID | String | Specifies the item Attribute ID of the item attribute value mapping | |
| itemAttributeValueID | String | Specifies the item Attribute Value ID of the item attribute value mapping | |
| name | String | Specifies the name of the item attribute value mapping | |
| value | String | Specifies the value of the item attribute value mapping | |
| unitOfMeasure | string | Specifies the unit of measure of the attribute |