Datenstruktur Kontakt - alle Felder

Das Kontaktobjekt besitzt folgende Struktur.

{
    u8sFound: {type: 'string'},
    u8sDatabaseName: {type: 'string'},
    u8sEntryIDDB: {type: 'string'},
    u8sEntryIDStore: {type: 'string'},
    u8sEntryID: {type: 'string'},
    u8sCtiServerUserName: {type: 'string'},
    u8sDisplayName: {type: 'string'},
    u8sFirstName: {type: 'string'},
    u8sLastName: {type: 'string'},
    u8sJobTitle: {type: 'string'},
    u8sCompany: {type: 'string'},
    u8sDepartment: {type: 'string'},
    u8sOfficeRoomNumber: {type: 'string'},
    u8sCustomerID: {type: 'string'},
    u8sBusinessAddressStreet: {type: 'string'},
    u8sBusinessAddressPostalCode: {type: 'string'},
    u8sBusinessAddressCity: {type: 'string'},
    u8sBusinessAddressState: {type: 'string'},
    u8sBusinessAddressCountry: {type: 'string'},
    u8sPrivateAddressStreet: {type: 'string'},
    u8sPrivateAddressPostalCode: {type: 'string'},
    u8sPrivateAddressCity: {type: 'string'},
    u8sPrivateAddressState: {type: 'string'},
    u8sPrivateAddressCountry: {type: 'string'},
    u8sOtherAddressStreet: {type: 'string'},
    u8sOtherAddressPostalCode: {type: 'string'},
    u8sOtherAddressCity: {type: 'string'},
    u8sOtherAddressState: {type: 'string'},
    u8sOtherAddressCountry: {type: 'string'},
    u8sEMail: {type: 'string'},
    u8sEMail2: {type: 'string'},
    u8sEMail3: {type: 'string'},
    u8sSIPAddress: {type: 'string'},
    u8sWebPageURL: {type: 'string'},
    u8sPhoneBusiness: {type: 'string'},
    u8sPhoneBusiness2: {type: 'string'},
    u8sCompanyMainTelephoneNumber: {type: 'string'},
    u8sAssistantTelephoneNumber: {type: 'string'},
    u8sPhoneHome: {type: 'string'},
    u8sPhoneHome2: {type: 'string'},
    u8sPrimaryTelephoneNumber: {type: 'string'},
    u8sPhoneMobile: {type: 'string'},
    u8sCarTelephoneNumber: {type: 'string'},
    u8sRadioTelephoneNumber: {type: 'string'},
    u8sPagerTelephoneNumber: {type: 'string'},
    u8sOtherTelephoneNumber: {type: 'string'},
    u8sCallbackTelephoneNumber: {type: 'string'},
    u8sISDNTelephoneNumber: {type: 'string'},
    u8sTTYTTDTelephoneNumber: {type: 'string'},
    u8sFaxBusiness: {type: 'string'},
    u8sFaxHome: {type: 'string'},
    u8sBody: {type: 'string'},
    u8sDirectWebLink: {type: 'string'},
    bValid: {type: 'boolean'},
    iPrivateContact: {type: 'number'},
    iCtiServerUser: {type: 'number'},
    optionalParams: {type: 'object'}
}