Search Results for

    Show / Hide Table of Contents

    Method StartFileTransactionFileZIP

    StartFileTransactionFileZIP(String, String, String, String)

    Starting a new file transaction for a zip.

    Declaration
    FileTransactionResultContract StartFileTransactionFileZIP(string connectionId, string fileId, string zipFileId, string password)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String fileId

    The file id.

    System.String zipFileId

    The zip id.

    System.String password

    The password from zip.

    Returns
    Type Description
    FileTransactionResultContract

    Return a file id.

    Examples

    POST http://YourServerName/InfoShare/Json/File/StartFileTransactionFileZIP

    Example for start file transaction.

    {
       "connectionId": "bbf760ba-6bdb-45b6-9eec-992669fc7359",
       "fileId": "89dcf0ba-9c19-485b-bc0a-e8b5666866fa",
       "zipFileId":"testZIP/Lieferschein S Gesell Grosskonzert.pdf",
       "password": "testPassword"
    }

    Response:

       {
           "StartFileTransactionFileZIPResult": {
               "AttachmentId": "",
               "DocumentDataId": null,
               "DocumentId": "null",
               "FileId": "89dcf0ba-9c19-485b-bc0a-e8b5666866fa",
               "RenditionId": null,
               "VersionId": null,
               "ZipFileId": "testZIP/Lieferschein S Gesell Grosskonzert.pdf"
           }
       }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

    Password for ZIP file is wrong. (10273)

    ServiceException

    Verification code is needed: Verification code not yet verified (10152)

    Back to top Copyright © Kendox