Type alias HighSystemsRequestFinalizeFileUpload

HighSystemsRequestFinalizeFileUpload: HighSystemsRequest & {
    appid: any;
    fieldid: any;
    filename: any;
    recordid: any;
    size: any;
    tableid: any;
    tmpLocation: any;
}

Type declaration

  • appid: any

    Target Application ID

  • fieldid: any

    Target Field ID

  • filename: any

    The filename of the file to upload

  • recordid: any

    Target Record ID

  • size: any

    Size of the file to upload

  • tableid: any

    Target Table ID

  • tmpLocation: any

    Temporary location of the file to finalize

Generated using TypeDoc