kustomer-client
    Preparing search index...

    Type Alias BulkCreateKObjectsData

    type BulkCreateKObjectsData = {
        body?: {
            company?: string;
            createdAt?: string;
            custom?: { [key: string]: never };
            customer?: string;
            data?: { [key: string]: unknown };
            description?: string;
            externalId?: string;
            icon?: string;
            images?: string[];
            importedAt?: string;
            tags?: string[];
            title: string;
        }[];
        path: { name: string };
        query?: never;
        url: "/klasses/{name}/bulk";
    }
    Index

    Properties

    Properties

    body?: {
        company?: string;
        createdAt?: string;
        custom?: { [key: string]: never };
        customer?: string;
        data?: { [key: string]: unknown };
        description?: string;
        externalId?: string;
        icon?: string;
        images?: string[];
        importedAt?: string;
        tags?: string[];
        title: string;
    }[]
    path: { name: string }

    Type declaration

    • name: string

      Klass name of KObjects (custom objects).

    query?: never
    url: "/klasses/{name}/bulk"