Breadcrumbs

API - Processing Stages


Overview

The list page that contains the Processing Stages.

Endpoint name

processingStages

Source table

WiFi Processing Stage

Fixed view


Requests allowed

GET, POST, PATCH, DELETE

Primary key

Stage

Record ID

stage

Procedures

None


Data

Field List

Property

Type

Format

Description


systemId

string

uuid



stage

string 

max 20

The unique id of this entry.

Record ID

primary key

description

string

max 50



excludeFromNAVInvPosting

boolean




variantCodeForWIPPosting

string

max 10



lastModified

string

date-time




Example Object

An example of one object :

JSON
{
    "stage": "PRODUCTION",
    "systemId": "8d4cd55e-b7a5-ef11-b017-bd6349c859ee",
    "description": "Production",
    "excludeFromNAVInvPosting": false,
    "variantCodeForWIPPosting": "SV-0001",
    "lastModified": "2025-02-04T10:54:13.567Z"
}