Class ByProjectKeyCustomersPasswordTokenPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersPasswordTokenPost>, ClientRequestCommand<CustomerToken>, CreateHttpRequestCommand, HttpRequestCommand<CustomerToken>, RequestCommand<CustomerToken>



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