Class ByProjectKeyOrdersEditsByIDPostString

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



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