itemAttribute resource type
Represents an item attribute 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 Item Attribute | Item Attribute | Gets an Item Attribute object. |
| POST Item Attribute | Item Attribute | Creates an Item Attribute object. |
Navigation
| Navigation | Return Type | Description |
|---|---|---|
| itemAttributeValuesWebCon | itemAttributeValuesWebCon | Gets the itemAttributeValue of the item attribute. |
| itemAttributeTranslationsWebCon | itemAttributeTranslationsWebCon | Gets the itemAttributeTranslations of the item attribute |
Properties
| Property | Type | Description |
|---|---|---|
| 🔑 id | GUID | The unique ID of the Item Attribute. Non-editable. |
| attributeId | string | Specifies the id of the attribute |
| name | string | Specifies the name of the attribute |
| unitOfMeasure | string | Specifies the unit of measure of the attribute |