Skip to main content
Skip table of contents

EP API - RM Official Reporting Codes

Overview

The list page that contains the Raw Material Official Reporting Codes

Endpoint name

rmOfficialReportings

Source table in Wisefish

WiFi RM - Official Reporting

Fixed view

Can return all entries in the table.

Editable

No data modification possible.

Procedures

There are no procedures on this endpoint.

Primary key of table

the field “Code” is the primary key.

Data

Field List

Property

Type

Table Field

Field Type

Note

systemId

string uuid

SystemId

GUID

code

string

Code

Code[10]

description

string

Description

Text[50]

latinDescription

string

Latin Description

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

Shows latin description of items

JSON
        {
            "@odata.etag": "W/\"JzE5OzcxMTIwNzMyMjkxOTA2MjY2MzYxOzAwOyc=\"",
            "systemId": "0df9f016-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "021100",
            "description": "COD",
            "latinDescription": "Gadus Morhua",
            "lastModified": "2025-12-31T12:10:59Z"
        },
        {
            "@odata.etag": "W/\"JzIwOzE3NjE5NDgwMDMwODI5MTM1OTI0MTswMDsn\"",
            "systemId": "d0f8f016-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "021200",
            "description": "Haddock",
            "latinDescription": "Melanogrammus aeglefinus",
            "lastModified": "0001-01-01T00:00:00Z"
        },
Expand to see the example json

JSON
 ADD EXAMPLE HERE


JavaScript errors detected

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

If this problem persists, please contact our support.