Class ByProjectKeyMePostString

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

public class ByProjectKeyMePostString extends StringBodyApiMethod<ByProjectKeyMePostString,Customer> implements ErrorableTrait<ByProjectKeyMePostString>


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