Class ByProjectKeyCustomersImportContainersByImportContainerKeyPostString

All Implemented Interfaces:
Secured_by_manage_customersTrait<ByProjectKeyCustomersImportContainersByImportContainerKeyPostString>, ClientRequestCommand<ImportResponse>, CreateHttpRequestCommand, HttpRequestCommand<ImportResponse>, RequestCommand<ImportResponse>

Creates a request for creating new Customers or updating existing ones.



   CompletableFuture<ApiHttpResponse<com.commercetools.importapi.models.importrequests.ImportResponse>> result = apiRoot
            .withProjectKeyValue("{projectKey}")
            .customers()
            .importContainers()
            .withImportContainerKeyValue("{importContainerKey}")
            .post("")
            .execute()