Class ByProjectKeyCustomersPasswordResetPostString

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

Resetting the password of the Customer produces the CustomerPasswordUpdated Message with reset=true.



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