Circle V2 API Docs
    Preparing search index...

    Type Alias CreateContactParams

    type CreateContactParams = {
        contactType: string;
        createdBy: string;
        fieldValues?: { fieldId: string; value: string }[];
        orgId: EntityId;
    }
    Index

    Properties

    contactType: string
    createdBy: string
    fieldValues?: { fieldId: string; value: string }[]
    orgId: EntityId