Class ByProjectKeyInventoryByIDPostString

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<ByProjectKeyInventoryByIDPostString,InventoryEntry>
com.commercetools.api.client.ByProjectKeyInventoryByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyInventoryByIDPostString>, Deprecatable200Trait<ByProjectKeyInventoryByIDPostString>, ErrorableTrait<ByProjectKeyInventoryByIDPostString>, ExpandableTrait<ByProjectKeyInventoryByIDPostString>, 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("")
            .execute()