Overview
The list page that contains the Item Categories.
|
Endpoint name |
|
|
Source table |
|
|
Fixed view |
|
|
Requests allowed |
GET, POST, PATCH, DELETE |
|
Primary key |
Code |
|
Record ID |
|
|
Procedures |
None |
Data
Field List
|
Property |
Type |
Format |
Description |
|
|
|
string (UUID) |
uuid |
System ID. This is really not needed because the |
non-editable |
|
|
string |
max 20 |
The unique id of this entry. |
Record ID primary key |
|
|
string |
max 100 |
The description of this item category. |
mandatory |
|
|
string |
max 20 |
If this is a child categories, this is the parent category code. |
optional |
|
|
string |
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 |
date-time |
|
non-editable |
Example Object
An example of one object :
{
"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"
}