Class ByProjectKeyProductTypesByIDPostString

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



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_type.ProductType>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productTypes()
            .withId("{ID}")
            .post("")
            .execute()