Class ByProjectKeyCustomersKeyByKeyPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<ByProjectKeyCustomersKeyByKeyPost,Customer,CustomerUpdate>
com.commercetools.api.client.ByProjectKeyCustomersKeyByKeyPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyCustomersKeyByKeyPost>, Deprecatable200Trait<ByProjectKeyCustomersKeyByKeyPost>, ErrorableTrait<ByProjectKeyCustomersKeyByKeyPost>, ExpandableTrait<ByProjectKeyCustomersKeyByKeyPost>, io.vrap.rmf.base.client.ClientRequestCommand<Customer>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Customer>, io.vrap.rmf.base.client.RequestCommand<Customer>



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