Class ByProjectKeyTaxCategoriesKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyTaxCategoriesKeyByKeyPostString,TaxCategory>
com.commercetools.api.client.ByProjectKeyTaxCategoriesKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTaxCategoriesKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyTaxCategoriesKeyByKeyPostString>, ErrorableTrait<ByProjectKeyTaxCategoriesKeyByKeyPostString>, ExpandableTrait<ByProjectKeyTaxCategoriesKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<TaxCategory>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<TaxCategory>, io.vrap.rmf.base.client.RequestCommand<TaxCategory>



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