Class ByProjectKeyTaxCategoriesKeyByKeyPostString

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



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