Class ByProjectKeyShoppingListsByIDPostString

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<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyShoppingListsByIDPostString,ShoppingList>
com.commercetools.api.client.ByProjectKeyShoppingListsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyShoppingListsByIDPostString>, Deprecatable200Trait<ByProjectKeyShoppingListsByIDPostString>, ErrorableTrait<ByProjectKeyShoppingListsByIDPostString>, ExpandableTrait<ByProjectKeyShoppingListsByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<ShoppingList>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<ShoppingList>, io.vrap.rmf.base.client.RequestCommand<ShoppingList>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.shopping_list.ShoppingList>> result = apiRoot
            .withProjectKey("{projectKey}")
            .shoppingLists()
            .withId("{ID}")
            .post("")
            .execute()