@theredspace/spp-client
    Preparing search index...

    Interface Contact

    A person contact within the system. Supports Add, Read, Modify, Upsert, Delete.

    interface Contact {
        created: string;
        customerid?: string;
        email?: string;
        first_name: string;
        id: string;
        last_name: string;
        phone?: string;
        updated: string;
    }
    Index

    Properties

    created: string
    customerid?: string
    email?: string
    first_name: string
    id: string
    last_name: string
    phone?: string
    updated: string