Overview
The list page that contains the Processing Stages.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
|
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
Stage |
|
Record ID |
stage |
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|
string (UUID) |
|
|
|
|
|
string |
20 |
The unique id of this entry. |
Record ID primary key |
|
|
string |
50 |
|
|
|
|
boolean |
|
|
|
|
|
string |
10 |
|
|
|
|
string (datetime) |
|
|
|
Example Object
An example of one object :
{
"stage": "PRODUCTION",
"systemId": "8d4cd55e-b7a5-ef11-b017-bd6349c859ee",
"description": "Production",
"excludeFromNAVInvPosting": false,
"variantCodeForWIPPosting": "SV-0001",
"lastModified": "2025-02-04T10:54:13.567Z"
}