Class ByProjectKeyTaxCategoriesKeyByKeyPost

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



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