Class ByProjectKeyCustomersByIDPost

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



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