Class ByProjectKeyTaxCategoriesPostString

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<ByProjectKeyTaxCategoriesPostString,TaxCategory>
com.commercetools.api.client.ByProjectKeyTaxCategoriesPostString
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyTaxCategoriesPostString>, ErrorableTrait<ByProjectKeyTaxCategoriesPostString>, ExpandableTrait<ByProjectKeyTaxCategoriesPostString>, io.vrap.rmf.base.client.ClientRequestCommand<TaxCategory>, io.vrap.rmf.base.client.RequestCommand<TaxCategory>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.tax_category.TaxCategory>> result = apiRoot
            .withProjectKey("{projectKey}")
            .taxCategories()
            .post("")
            .execute()