Zum Inhalt

itemAttributeTranslation resource type

Represents an item attribute translation 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 ItemAttributeTranslation ItemAttributeTranslation Gets an ItemAttributeTranslation object.
DELETE ItemAttributeTranslation none Deletes an ItemAttributeTranslation object.
POST ItemAttributeTranslation ItemAttributeTranslation Creates an ItemAttributeTranslation object.
PATCH ItemAttributeTranslation ItemAttributeTranslation Updates an ItemAttributeTranslation object.

Properties

Property Type Description
🔑 id GUID The unique ID of the ItemAttributeTranslation. Non-editable.
attributeId Integer The integer id of the item attribute translation. Non-editable.
languageCode string Specifies the language code of the item attribute translation
name string Specifies the name of the item attribute translation

See Also

GET ItemAttributeTranslation
DELETE ItemAttributeTranslation
POST ItemAttributeTranslation
PATCH ItemAttributeTranslation