| Field | Type | Required | Description | Example |
|---|---|---|---|---|
id |
Optional<String> | ➖ | The unique identifier for the tracking category. | 123456 |
code |
JsonNullable<String> | ➖ | The code of the tracking category. | 100 |
name |
JsonNullable<String> | ➖ | The name of the tracking category. | New York |
parentId |
Optional<String> | ➖ | The unique identifier for the parent tracking category. | 123456 |
parentName |
JsonNullable<String> | ➖ | The name of the parent tracking category. | New York |