Search Results for

    Show / Hide Table of Contents

    Method CopyDocumentsDataToProcess

    CopyDocumentsDataToProcess(String, List<String>, String)

    Copy the properties of a list of documents to a process

    Declaration
    void CopyDocumentsDataToProcess(string connectionId, List<string> documentIds, string processId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.Collections.Generic.List<System.String> documentIds

    The ids of the documents. Id

    System.String processId

    The process id. Id

    Examples

    POST http://YourServerName/InfoShare/Json/Process/CopyDocumentsDataToProcess

    Example for copy documents data to process.

    {
        "connectionId": "5bdaaf45-35bf-4c97-8000-84eb2f604cd2",
        "documentIds": 
        [
            "23782508-98f5-4a55-b10e-3f40dcee6042",
            "4321cad7-ea8c-443b-9baa-a5dbed9bb725"
        ],
        "processId": "cd87bff6-1fdf-eb11-a199-00155d109000"
    }

    Response:

    {}
    Exceptions
    Type Condition
    ServiceException

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

    ServiceException

    No process found for processId {processId} (10015)

    ServiceException

    No document found for documentId {0} (10005)

    ServiceException

    Operation {0} not allowed. Missing AccessOperationId {1}. (10114)

    ServiceException

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

    Back to top Copyright © Kendox