Class ByProjectKeyOrdersOrderNumberByOrderNumberPost

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<ByProjectKeyOrdersOrderNumberByOrderNumberPost,Order,OrderUpdate>
com.commercetools.api.client.ByProjectKeyOrdersOrderNumberByOrderNumberPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, Deprecatable200Trait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, ErrorableTrait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, ExpandableTrait<ByProjectKeyOrdersOrderNumberByOrderNumberPost>, io.vrap.rmf.base.client.ClientRequestCommand<Order>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Order>, io.vrap.rmf.base.client.RequestCommand<Order>



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