category¶
Represents a product category.
Schema¶
| Field | Type | Read-only | Description |
|---|---|---|---|
id |
integer | — | Internal category ID |
category_code |
string (max 40) | — | Unique category code |
description |
string (max 40) | — | Category description |
obs |
string | — | Observations / notes |
available_for_customers |
boolean | — | Category is available in customer documents |
available_for_suppliers |
boolean | — | Category is available in supplier documents |
disabled |
boolean | — | Marks the category as inactive |
created |
string (date) | ✓ | Record creation date |
updated |
string (date) | ✓ | Record last updated date |
Example¶
{
"id": 5,
"category_code": "HARDWARE",
"description": "Hardware Components",
"available_for_customers": true
}