Skip to main content
Skip table of contents

EP API - Processing Methods

Overview

The list page that contains the Processing Method table.

Endpoint name

processingMethods

Source table in Wisefish

WiFi Processing Method

Fixed view

No filter

Editable

No data modification possible.

Procedures

There are no procedures on this endpoint.

Data

Field List

Property

Type

Table Field

Field Type

Notes

systemId

string

SystemId

GUID

code

string

Code

Code[10]

description

string

Description

Text[50]

mainProcessingMethod

string

Main Processing Method

Code[10]

handlingInstructions

string

Handling Instructions

Option

,Chilled, Frozen

temperature

string

Temperature

Text[10]

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/\"JzE5OzcwNTAxMzIwNTEyMzczODc1NTcxOzAwOyc=\"",
            "systemId": "d2563614-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "GU",
            "description": "Gutted",
            "mainProcessingMethod": "",
            "handlingInstructions": " ",
            "temperature": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },
        {
            "@odata.etag": "W/\"JzE5OzMzNDcyMDk4NjEyNjc3NzM5NTExOzAwOyc=\"",
            "systemId": "d3563614-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "HG",
            "description": "Headed / Gutted",
            "mainProcessingMethod": "",
            "handlingInstructions": " ",
            "temperature": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },
        {
            "@odata.etag": "W/\"JzE3OzE0NTgwMjAzMjA2MzU5NDg1MTswMDsn\"",
            "systemId": "d4563614-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "HOG",
            "description": "Head-On / Gutted",
            "mainProcessingMethod": "",
            "handlingInstructions": " ",
            "temperature": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },
        {
            "@odata.etag": "W/\"JzE5OzYzMjc3NzA2MjIzNTQ1ODA3NDcxOzAwOyc=\"",
            "systemId": "d5563614-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "IQF",
            "description": "IQF",
            "mainProcessingMethod": "",
            "handlingInstructions": " ",
            "temperature": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },
        {
            "@odata.etag": "W/\"JzE5OzEyMDY5MjU0MDM4OTQ5MzM4NzkxOzAwOyc=\"",
            "systemId": "d6563614-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "MINCE",
            "description": "Mince",
            "mainProcessingMethod": "",
            "handlingInstructions": " ",
            "temperature": "",
            "lastModified": "0001-01-01T00:00:00Z"
        },
        {
            "@odata.etag": "W/\"JzE5OzMyNDA4MTYyMTc4MzExMzExMzcxOzAwOyc=\"",
            "systemId": "d7563614-faed-ef11-aac0-c0b6f9b7cac7",
            "code": "OC",
            "description": "Offcut",
            "mainProcessingMethod": "",
            "handlingInstructions": " ",
            "temperature": "",
            "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.