Class ByProjectKeyTaxCategoriesByIDPostString

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



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