Skip to main content

HolderTypeView

Holder type information

organizationCodestringrequired

Organization code

Example: ORG123
codestringrequired

Code of the holder type

Example: BUILDING
typestringrequired

Type category

Example: ASSET
naturestring | nullnullable

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

Example: PHYSICAL
equipmentDestinationstring | nullnullable

Equipment destination classification

Example: WALL
names object[]required

Localized names for this holder type

  • Array [
  • singularstringrequired

    Singular form of the name

    Example: Building
    pluralstringrequired

    Plural form of the name

    Example: Buildings
    languagestringrequired

    Language code

    Example: en
  • ]
  • numberOfAssetsint32nullable

    Number of assets of this holder type

    Example: 42
    importErrors object
    oneOf
    duplicatesint32required

    Number of duplicate entries

    Example: 0
    othersint32required

    Number of other errors

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