Zum Inhalt

ItemAttributeValue resource type

Represents an item attribute value 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 ItemAttributeValue ItemAttributeValue Gets an ItemAttributeValue object.
DELETE ItemAttributeValue none Deletes an ItemAttributeValue object.
POST ItemAttributeValue ItemAttributeValue Creates an ItemAttributeValue object.
PATCH ItemAttributeValue ItemAttributeValue Updates an ItemAttributeValue object.
Navigation Return Type Description
itemAttrValueTranslationsWebCon itemAttrValueTranslationsWebCon Gets the itemAttributeValueTranslation of the item attribute value.

Properties

Property Type Description
🔑 id GUID The unique ID of the ItemAttributeValue. Non-editable.
actualID string Specifies the id of the attribute value
value string Specifies the value of the attribute value
blocked boolean Specifies whether the attribute values is blocked
attributeValueID string Specifies the id of the parent attribute

See Also

GET ItemAttributeValue
DELETE ItemAttributeValue
POST ItemAttributeValue
PATCH ItemAttributeValue