Class ByProjectKeyInventoryByIDPost

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



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