Class ByProjectKeyTaxCategoriesPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyTaxCategoriesPost,TaxCategory,TaxCategoryDraft>
com.commercetools.api.client.ByProjectKeyTaxCategoriesPost
All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyTaxCategoriesPost>, ErrorableTrait<ByProjectKeyTaxCategoriesPost>, ExpandableTrait<ByProjectKeyTaxCategoriesPost>, io.vrap.rmf.base.client.ClientRequestCommand<TaxCategory>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<TaxCategory>



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