Class ByProjectKeyCustomersPasswordPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersPasswordPost>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>

Changing the password produces the CustomerPasswordUpdated Message with reset=false.



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