Search Results for

    Show / Hide Table of Contents

    Method RemoveDocumentsFromProcess

    RemoveDocumentsFromProcess(String, String, List<String>)

    Remove documents from a process

    Declaration
    void RemoveDocumentsFromProcess(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/RemoveDocumentsFromProcess

    Example for Remove documents from a process

    {
        "connectionId": "15f43187-6976-4b70-bcc1-a075ba0cd959",
        "processId": "73adc4c7-0353-ea11-9feb-00155d058e00",
        "documentIds": [
            "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)

    Back to top Copyright © Kendox