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).
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;>}.
Throws
A CodBiError if no contact with the specified full name wasn't found or if the specified endpoint couldn't be reached.
Remarks
Maintainer: Callari, Salvatore (Salvatore.Callari@Ansbach.de)