Rest Model for object property categories
| name | data type | description |
|---|---|---|
| id | number | Internal ID of the object property category |
| globalId | string | Global ID |
| name | string | Name in the current language |
Example
{
"id" : 12345,
"globalId" : "...",
"name" : "..."
}