Class ByProjectKeyCustomersPasswordTokenPostString

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



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