Skip to main content

HolderTypeView

Holder type information

organizationCodestring

Organization code

Default value: ##default
Example: ORG123
codestring

Code of the holder type

Default value: ##default
Example: BUILDING
typestring

Type category

Default value: ##default
Example: ASSET
naturestring

Nature of the holder type (PHYSICAL, LOGICAL, PROPERTY_DYNAMIC)

Default value: ##default
Example: PHYSICAL
names object[]

Localized names for this holder type

  • Array [
  • singularstring

    Singular form of the name

    Default value: ##default
    Example: Building
    pluralstring

    Plural form of the name

    Default value: ##default
    Example: Buildings
    languagestring

    Language code

    Default value: ##default
    Example: en
  • ]
  • numberOfAssetsinteger<int32>

    Number of assets of this holder type

    Default value: ##default
    Example: 42
    importErrors object

    Information about import errors

    duplicatesinteger<int32>

    Number of duplicate entries

    Default value: ##default
    Example: 0
    othersinteger<int32>

    Number of other errors

    Default value: ##default
    Example: 0
    HolderTypeView
    {
    "organizationCode": "ORG123",
    "code": "BUILDING",
    "type": "ASSET",
    "nature": "PHYSICAL",
    "names": [
    {
    "singular": "Building",
    "plural": "Buildings",
    "language": "en"
    }
    ],
    "numberOfAssets": 42,
    "importErrors": {
    "duplicates": 0,
    "others": 0
    }
    }