Typescript SDK Type Docs
    Preparing search index...

    Interface CustomerImportRequest

    The request body to import Customers. Contains data for Customers to be created or updated in a Project.

    interface CustomerImportRequest {
        resources: CustomerImport[];
        type: "customer";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resources: CustomerImport[]

    The customer import resources of this request.

    type: "customer"

    The resource type that can be imported.