Class ByProjectKeyCustomersEmailTokenPost

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

Produces the CustomerEmailTokenCreated Message.



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