resendEntry( formId: string, entryId: number ): Promise<any> {
        return this.reqPost(this.getEntryEndpoint( formId, entryId ) );
    }