HolderTypeView
Holder type information
Organization code
ORG123Code of the holder type
BUILDINGType category
ASSETNature of the holder type (PHYSICAL, LOGICAL, PROPERTY_DYNAMIC)
PHYSICALEquipment destination classification
WALLnames object[]required
Localized names for this holder type
Singular form of the name
BuildingPlural form of the name
BuildingsLanguage code
enNumber of assets of this holder type. Asynchronous: refreshed by a background job, may lag behind asset changes by ~10 minutes
42Whether at least one non-deleted asset of this type or of any of its subtypes exists. Live check, only returned when withHasAssets=true and the holder super type is ASSET. Unlike numberOfAssets (asynchronous and direct assets only), this includes subtype assets: a parent type reports true when only its subtypes hold assets
trueimportErrors object
Information about import errors
- ImportErrors
- null
Information about import errors
Number of duplicate entries
0Number of other errors
0Codes of properties recommended for this holder type
["PROP_AREA","PROP_HEIGHT"]Codes of properties mandatory for this holder type
["PROP_REFERENCE"]{
"organizationCode": "ORG123",
"code": "BUILDING",
"type": "ASSET",
"nature": "PHYSICAL",
"equipmentDestination": "WALL",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
],
"numberOfAssets": 42,
"hasAssets": true,
"importErrors": {
"duplicates": 0,
"others": 0
},
"recommendedPropertyCodes": [
"PROP_AREA",
"PROP_HEIGHT"
],
"mandatoryPropertyCodes": [
"PROP_REFERENCE"
]
}