Class ByProjectKeyTaxCategoriesPostString

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



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