Class ByProjectKeyTypesByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyTypesByIDPost>, Deprecatable200Trait<ByProjectKeyTypesByIDPost>, ErrorableTrait<ByProjectKeyTypesByIDPost>, ExpandableTrait<ByProjectKeyTypesByIDPost>, ClientRequestCommand<Type>, CreateHttpRequestCommand, HttpRequestCommand<Type>, RequestCommand<Type>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.type.Type>> result = apiRoot
            .withProjectKey("{projectKey}")
            .types()
            .withId("{ID}")
            .post(null)
            .execute()