Search Results for

    Show / Hide Table of Contents

    Method AddDocumentsToProcess

    AddDocumentsToProcess(String, String, List<String>)

    Add documents to a process

    Declaration
    void AddDocumentsToProcess(string connectionId, string processId, List<string> documentIds)
    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

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

    The document id. See also Id

    Examples

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

    Example for Add documents to a process

    {
        "connectionId": "dc183362-b1fc-4cf6-888a-0caed3ef2507",
        "processId": "73adc4c7-0353-ea11-9feb-00155d058e00",
        "documentIds": [
            "fe9d9241-6d4d-ea11-9fe8-00155d058e00",
            "5b43dd94-d64c-ea11-9fe7-00155d058e00",
            "74adc589-ee47-ea11-9fe3-00155d058e00"
        ]
    }

    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

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

    ServiceException

    Operation {operationName} not allowed. Missing AccessOperationId {operationId}. (10114)

    ServiceException

    No document found for documentId {documentId}

    ServiceException

    Not enough rights ({accessOperationName}, {accessOperationId}) (10071)

    Back to top Copyright © Kendox