HolderTypeView
Holder type information
organizationCodestring
Organization code
Default value:
##defaultExample:
ORG123codestring
Code of the holder type
Default value:
##defaultExample:
BUILDINGtypestring
Type category
Default value:
##defaultExample:
ASSETnaturestring
Nature of the holder type (PHYSICAL, LOGICAL, PROPERTY_DYNAMIC)
Default value:
##defaultExample:
PHYSICALnames object[]
Localized names for this holder type
Array [
singularstring
Singular form of the name
Default value:
##defaultExample:
Buildingpluralstring
Plural form of the name
Default value:
##defaultExample:
Buildingslanguagestring
Language code
Default value:
##defaultExample:
en]
numberOfAssetsinteger<int32>
Number of assets of this holder type
Default value:
##defaultExample:
42importErrors object
Information about import errors
duplicatesinteger<int32>
Number of duplicate entries
Default value:
##defaultExample:
0othersinteger<int32>
Number of other errors
Default value:
##defaultExample:
0HolderTypeView
{
"organizationCode": "ORG123",
"code": "BUILDING",
"type": "ASSET",
"nature": "PHYSICAL",
"names": [
{
"singular": "Building",
"plural": "Buildings",
"language": "en"
}
],
"numberOfAssets": 42,
"importErrors": {
"duplicates": 0,
"others": 0
}
}