Class ByProjectKeyCustomersImportContainersByImportContainerKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyCustomersImportContainersByImportContainerKeyPost,ImportResponse,CustomerImportRequest>
com.commercetools.importapi.client.ByProjectKeyCustomersImportContainersByImportContainerKeyPost
All Implemented Interfaces:
Secured_by_manage_customersTrait<ByProjectKeyCustomersImportContainersByImportContainerKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<ImportResponse>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ImportResponse>, io.vrap.rmf.base.client.RequestCommand<ImportResponse>

public class ByProjectKeyCustomersImportContainersByImportContainerKeyPost extends io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyCustomersImportContainersByImportContainerKeyPost,ImportResponse,CustomerImportRequest> implements Secured_by_manage_customersTrait<ByProjectKeyCustomersImportContainersByImportContainerKeyPost>

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(null)
            .execute()