HolderTypeView
Holder type information
organizationCodestringrequired
Organization code
Example:
ORG123codestringrequired
Code of the holder type
Example:
BUILDINGtypestringrequired
Type category
Example:
ASSETnaturestring | nullnullable
Nature of the holder type (PHYSICAL, LOGICAL, PROPERTY_DYNAMIC)
Example:
PHYSICALequipmentDestinationstring | nullnullable
Equipment destination classification
Example:
WALLnames object[]required
Localized names for this holder type
Array [
singularstringrequired
Singular form of the name
Example:
Buildingpluralstringrequired
Plural form of the name
Example:
Buildingslanguagestringrequired
Language code
Example:
en]
numberOfAssetsint32nullable
Number of assets of this holder type
Example:
42importErrors object
oneOf
- ImportErrors
- null
duplicatesint32required
Number of duplicate entries
Example:
0othersint32required
Number of other errors
Example:
0HolderTypeView
{
"organizationCode": "ORG123",
"code": "BUILDING",
"type": "ASSET",
"nature": "PHYSICAL",
"equipmentDestination": "WALL",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
],
"numberOfAssets": 42,
"importErrors": {
"duplicates": 0,
"others": 0
}
}