kustomer-client
    Preparing search index...

    Type Alias CreateTrackingIdentityResponses

    type CreateTrackingIdentityResponses = {
        "201": {
            data: {
                attributes: {
                    createdAt: string;
                    email: string;
                    status: string;
                    statusAt: string;
                    trackingId: string;
                    updatedAt: string;
                };
                id: string;
                links: { self: string };
                relationships: {
                    customer: {
                        data: { id: string; type: string };
                        links: { self: string };
                    };
                    org: { data: { id: string; type: string }; links: { self: string } };
                };
                type: string;
            };
        };
    }
    Index

    Properties

    Properties

    "201": {
        data: {
            attributes: {
                createdAt: string;
                email: string;
                status: string;
                statusAt: string;
                trackingId: string;
                updatedAt: string;
            };
            id: string;
            links: { self: string };
            relationships: {
                customer: {
                    data: { id: string; type: string };
                    links: { self: string };
                };
                org: { data: { id: string; type: string }; links: { self: string } };
            };
            type: string;
        };
    }

    Created