Search Results for

    Show / Hide Table of Contents

    Method UndoCheckOutProcesses

    UndoCheckOutProcesses(String, List<String>)

    Release reservation on a list of processes

    Declaration
    List<string> UndoCheckOutProcesses(string connectionId, List<string> processIds)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

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

    The list of process ids.

    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Examples

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

    Example for release reservation on a list of processes.

    {
       "connectionId": "831ff0cd-6a36-4831-ae98-c66f54e8079b",
       "processIds": ["7f319f71-74db-e911-a946-00155d290a08", "ad24ab77-74db-e911-a946-00155d290a08"]
    }

    Response:

    { 
        "UndoCheckOutProcessesResult": ["7f319f71-74db-e911-a946-00155d290a08", "ad24ab77-74db-e911-a946-00155d290a08"]
    }
    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)

    Back to top Copyright © Kendox