Class ByProjectKeyInStoreKeyByStoreKeyMePostString

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

public class ByProjectKeyInStoreKeyByStoreKeyMePostString extends StringBodyApiMethod<ByProjectKeyInStoreKeyByStoreKeyMePostString,Customer>


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