Overview
The list page that contains the Raw Material Official Reporting Codes
|
Endpoint name |
|
|
Source table in Wisefish |
|
|
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 |
|
|
string uuid |
SystemId |
GUID |
|
|
|
string |
Code |
Code[10] |
|
|
|
string |
Description |
Text[50] |
|
|
|
string |
Latin Description |
Text[50] |
|
|
|
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
Shows latin description of items
{
"@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"
},