Class ByProjectKeyProductTypesByIDPost

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<ByProjectKeyProductTypesByIDPost,ProductType,ProductTypeUpdate>
com.commercetools.api.client.ByProjectKeyProductTypesByIDPost
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyProductTypesByIDPost>, Deprecatable200Trait<ByProjectKeyProductTypesByIDPost>, ErrorableTrait<ByProjectKeyProductTypesByIDPost>, ExpandableTrait<ByProjectKeyProductTypesByIDPost>, 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(null)
            .execute()