ItemAttributeValueTranslation resource type
Represents an item attribute value 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 ItemAttributeValueTranslation | ItemAttributeValueTranslation | Gets an ItemAttributeValueTranslation object. |
| DELETE ItemAttributeValueTranslation | none | Deletes an ItemAttributeValueTranslation object. |
| POST ItemAttributeValueTranslation | ItemAttributeValueTranslation | Creates an ItemAttributeValueTranslation object. |
| PATCH ItemAttributeValueTranslation | ItemAttributeValueTranslation | Updates an ItemAttributeValueTranslation object. |
Properties
| Property | Type | Description |
|---|---|---|
| 🔑 id | GUID | The unique ID of the ItemAttributeValueTranslation. Non-editable. |
| languageCode | string | Specifies the language code |
| name | string | Specifies the translation value |
See Also
GET ItemAttributeValueTranslation
DELETE ItemAttributeValueTranslation
POST ItemAttributeValueTranslation
PATCH ItemAttributeValueTranslation