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

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

Properties

Properties

resources: CustomerImport[]

The customer import resources of this request.

type: "customer"