kustomer-client
    Preparing search index...

    Type Alias GetCompaniesData

    type GetCompaniesData = {
        body?: never;
        path?: never;
        query?: { externalId?: string; filter?: string };
        url: "/companies";
    }
    Index

    Properties

    Properties

    body?: never
    path?: never
    query?: { externalId?: string; filter?: string }

    Type declaration

    • OptionalexternalId?: string

      Unique external ID of the company

    • Optionalfilter?: string

      Company name to use as a filter

    url: "/companies"