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

Max Len

Description


systemId

string (UUID)




stage

string 

20

The unique id of this entry.

Record ID

primary key

description

string

50



excludeFromNAVInvPosting

boolean




variantCodeForWIPPosting

string

10



lastModified

string (datetime)





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"
}