kustomer-client
    Preparing search index...

    Type Alias BulkBatchUpdateKObjectsData

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

    Properties

    Properties

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

    Type declaration

    • name: string

      Klass name of KObjects (custom objects).

    query?: { ids?: string }

    Type declaration

    • Optionalids?: string

      Comma-separated list of unique KObject IDs.

    url: "/klasses/{name}/bulk"