Class ByProjectKeyExtensionsByIDPost

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyExtensionsByIDPost>, Deprecatable200Trait<ByProjectKeyExtensionsByIDPost>, ErrorableTrait<ByProjectKeyExtensionsByIDPost>, ClientRequestCommand<Extension>, CreateHttpRequestCommand, HttpRequestCommand<Extension>, RequestCommand<Extension>



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