Class ByProjectKeyCustomersByIDPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomersByIDPostString>, Deprecatable200Trait<ByProjectKeyCustomersByIDPostString>, ErrorableTrait<ByProjectKeyCustomersByIDPostString>, ExpandableTrait<ByProjectKeyCustomersByIDPostString>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>

Simultaneously updating two Customers with the same email address can return a LockedField error.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .withId("{ID}")
            .post("")
            .execute()