Skip to main content
Skip table of contents

EP API - Item Translations

Overview

The list page that contains the Item Translations

Endpoint name

itemsTranslations

Source table in Wisefish

Item Translation

Fixed view

Can return all entries in the Item Translation table. This is a standard table in BC, not a Wisefish table.

Editable

No data modification possible.

Procedures

There are no procedures on this endpoint.

Primary key of table

“Item No.”,”Language Code”,”Variant Code”

Data

Field List

Property

Type

Table Field

Field Type

Note

systemId

string uuid

SystemId

GUID

itemNo

string

Item No.

Code[20]

languageCode

string

Language Code

Code[10]

variantCode

string

Variant Code

Code[10]

Variant codes can for example represent size grades and/or quality grades.

description

string

Description

Text[50]

description2

string

Description 2

Text[50]

lastModified

date-time utc

SystemModifiedAt

DateTime

Note: The name of this field in business central is “systemmodifedAt” and it can be seen in page inspection in the user interface.

Example

Expand to see the example json

An example of one object in the list:

JSON
        {
            "@odata.etag": "W/\"JzE4OzcxNDc5NTIxMTIwMDczMzA1MTE7MDA7Jw==\"",
            "systemId": "fdf714cc-f9ed-ef11-aac0-c0b6f9b7cac7",
            "itemNo": "BITER",
            "languageCode": "ENU",
            "description": "Coldwater Prawns, cooked & peeled, IQF, 100-150 pcs/lb, 8-12% glaze. CPN Lady 10 x 1kg",
            "description2": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },
        {
            "@odata.etag": "W/\"JzIwOzE0NTA0NDQwNTczMTAxOTQyOTczMTswMDsn\"",
            "systemId": "fef714cc-f9ed-ef11-aac0-c0b6f9b7cac7",
            "itemNo": "BITER",
            "languageCode": "LAT",
            "description": "PANDALUS BOREALIS",
            "description2": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.