Class ByProjectKeyOrdersByIDPost

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



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