Zum Inhalt

itemTranslation resource type

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

Properties

Property Type Description Max Length
🔑 id GUID The unique ID of the itemTranslation. Non-editable.
itemNo String Specifies the item no. of the item translation 20
languageCode String Specifies the language code of the item translation 10
description String Specifies the description of the item translation 100
description2 String Specifies the 2nd description of the item translation 50
variantCode String Specifies the variant code of the item translation 10

See Also

GET itemTranslation
DELETE itemTranslation
POST itemTranslation
PATCH itemTranslation