Search Results for

    Show / Hide Table of Contents

    Method UndoCheckOutProcess

    UndoCheckOutProcess(String, String)

    Release reservation on a process

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

    Example for release reservation on a process.

    {
       "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

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

    Back to top Copyright © Kendox