CodBi
    Preparing search index...

    This Element-Placeholder retrieves the ID of a contact by first- & last-name (order insensitive). If there're more than one contact with the same first- & last-name only the first hit will be returned.

    Placeholder Parameter:

    • 1st: The first- and last-name separated by a space (order- & case-insensitive).

    • resolves To either an Array <{ anrede: string; vorname: string; nachname: string; funktion: string; stellenbezeichnung: string; email: string; website: string; zimmer: string; behoerdeId: number; behoerdeBezeichnung: string; gebaeudeId: number; gebaeudeBezeichnung: string; ansprechpartnerId: number; apTelefonLandvorwahl: string; apTelefonOrtsvorwahl: string; apTelefonAnlage: string; apTelefonDurchwahl: string; apEmail: string;>}.

    A CodBiError if no contact with the specified full name wasn't found or if the specified endpoint couldn't be reached.

    Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    buffer:
        | string[]
        | {
            anrede: string;
            ansprechpartnerId: number;
            apEmail: string;
            apTelefonAnlage: string;
            apTelefonDurchwahl: string;
            apTelefonLandvorwahl: string;
            apTelefonOrtsvorwahl: string;
            behoerdeBezeichnung: string;
            behoerdeId: number;
            email: string;
            funktion: string;
            gebaeudeBezeichnung: string;
            gebaeudeId: number;
            nachname: string;
            stellenbezeichnung: string;
            vorname: string;
            website: string;
            zimmer: string;
        }[]

    Buffers the requested directory of authorities.

    Methods

    • Parameters

      • params: unknown[]

        The parameters for that Element-Placeholder (provided by CodBi).

      Returns Promise<
          | string[]
          | {
              anrede: string;
              ansprechpartnerId: number;
              apEmail: string;
              apTelefonAnlage: string;
              apTelefonDurchwahl: string;
              apTelefonLandvorwahl: string;
              apTelefonOrtsvorwahl: string;
              behoerdeBezeichnung: string;
              behoerdeId: number;
              email: string;
              funktion: string;
              gebaeudeBezeichnung: string;
              gebaeudeId: number;
              nachname: string;
              stellenbezeichnung: string;
              vorname: string;
              website: string;
              zimmer: string;
          }[],
      >

      A CodBiError if either no data could be retrieved from the BayVIS-Endpoint.