Class ByProjectKeyTaxCategoriesPost

All Implemented Interfaces:
Deprecatable201Trait<ByProjectKeyTaxCategoriesPost>, ErrorableTrait<ByProjectKeyTaxCategoriesPost>, ExpandableTrait<ByProjectKeyTaxCategoriesPost>, ClientRequestCommand<TaxCategory>, CreateHttpRequestCommand, HttpRequestCommand<TaxCategory>, RequestCommand<TaxCategory>



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