Class ByProjectKeyTaxCategoriesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTaxCategoriesByIDPost>, Deprecatable200Trait<ByProjectKeyTaxCategoriesByIDPost>, ErrorableTrait<ByProjectKeyTaxCategoriesByIDPost>, ExpandableTrait<ByProjectKeyTaxCategoriesByIDPost>, ClientRequestCommand<TaxCategory>, CreateHttpRequestCommand, HttpRequestCommand<TaxCategory>, RequestCommand<TaxCategory>



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