CodBi
    Preparing search index...

    Questo Element-Placeholder recupera l'ID di un contatto in base al nome e al cognome (indipendentemente dall'ordine). Se sono presenti più contatti con lo stesso nome e cognome verrà restituito solo il primo risultato.

    Parametro segnaposto:

    • 1st: il nome e il cognome separati da uno spazio (senza distinzione tra maiuscole e minuscole).

    • risolve A uno dei due Array <{ anrede: string; nomevor: stringa; nachname: stringa; funzione: stringa; stellenbezeichnung: stringa; e-mail: stringa; sito web: stringa; zimmer: stringa; behoerdeId: numero; behoerdeBezeichnung: stringa; gebaeudeId: numero; gebaeudeBezeichnung: stringa; ansprechpartnerId: numero; apTelefonLandvorwahl: stringa; apTelefonOrtsvorwahl: stringa; apTelefonAnlage: stringa; apTelefonDurchwahl: stringa; apEmail: stringa;>}.

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

    Autore iniziale: Callari, Salvatore (Callari@WaXCode.net) Manutentore: Callari, Salvatore (Callari@WaXCode.net)

    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.