Class ByProjectKeyTypesByIDPostString

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



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