Overview
The list page that contains the Processing Stages.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
|
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
Code |
|
Record ID |
|
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Max Len |
Description |
|
|
|
string (UUID) |
|
System ID. This is really not needed because the |
non-editable |
|
|
string |
20 |
The unique id of this entry. |
Record ID primary key |
|
|
string |
100 |
The description of this item category. |
mandatory |
|
|
string |
20 |
If this is a child categories, this is the parent category code. |
optional |
|
|
enum |
|
Options:
|
optional |
|
|
boolean |
|
Tells if this category has children or not. |
non-editable |
|
|
integer |
|
|
non-editable |
|
|
integer |
|
An integer that controls the presentation within BC. |
non-editable |
|
|
string (datetime) |
|
|
non-editable |
Example Object
An example of one object :
{
"@odata.etag": "W/\"JzE5OzMyODI2NzAwMjMyMjI0Mzk3OTgxOzAwOyc=\"",
"code": "FISH-PROD",
"systemId": "33434031-7a14-f011-b01f-bdbc04fc3978",
"description": "Finished fish products",
"parentCategory": "FISH",
"wisefishUsage": " ",
"hasChildren": false,
"indentation": 1,
"presentationOrder": 7500,
"lastModified": "2025-04-08T13:05:52.293Z"
}