Search Results for

    Show / Hide Table of Contents

    Method CopyProcessDataToDocuments

    CopyProcessDataToDocuments(String, String)

    Copy process data to documents

    Declaration
    void CopyProcessDataToDocuments(string connectionId, string processId)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    System.String processId

    The process id. See also Id

    Examples

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

    Example for copy process data to documents

    {
       "connectionId": "831ff0cd-6a36-4831-ae98-c66f54e8079b",
       "processId": "18091c86-96df-e911-a949-00155d290a08"
    }

    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

    Document '{documentId}' already checked out for User '{userId}' (10204)

    ServiceException

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

    Back to top Copyright © Kendox