kustomer-client
    Preparing search index...

    Type Alias CreateTrackingIdentityData

    type CreateTrackingIdentityData = {
        body?: {
            birthdayAt?: string;
            company?: string;
            custom?: { [key: string]: never };
            email?: string;
            externalId?: string;
            gender?: "m" | "f";
            locale?: string;
            location?: {
                address?: string | null;
                address2?: string | null;
                address3?: string | null;
                areaCode?: string | null;
                cityName?: string | null;
                countryCode?: string | null;
                countryName?: string | null;
                latitude?: number | null;
                longitude?: number | null;
                name?: string | null;
                regionCode?: string | null;
                regionName?: string | null;
                type?: "home" | "work" | "other";
                zipCode?: string | null;
            };
            name?: string;
            phone?: string;
            remember?: boolean;
            sessionId?: string;
            signedUpAt?: string;
            tags?: string[];
            timeZone?: string;
            trackingId?: string;
            username?: string;
        };
        path?: never;
        query?: never;
        url: "/tracking/identity";
    }
    Index

    Properties

    Properties

    body?: {
        birthdayAt?: string;
        company?: string;
        custom?: { [key: string]: never };
        email?: string;
        externalId?: string;
        gender?: "m" | "f";
        locale?: string;
        location?: {
            address?: string | null;
            address2?: string | null;
            address3?: string | null;
            areaCode?: string | null;
            cityName?: string | null;
            countryCode?: string | null;
            countryName?: string | null;
            latitude?: number | null;
            longitude?: number | null;
            name?: string | null;
            regionCode?: string | null;
            regionName?: string | null;
            type?: "home" | "work" | "other";
            zipCode?: string | null;
        };
        name?: string;
        phone?: string;
        remember?: boolean;
        sessionId?: string;
        signedUpAt?: string;
        tags?: string[];
        timeZone?: string;
        trackingId?: string;
        username?: string;
    }
    path?: never
    query?: never
    url: "/tracking/identity"