Search Results for

    Show / Hide Table of Contents

    Method UpdateAdvancedProcessStore

    UpdateAdvancedProcessStore(String, AdvancedProcessStoreContract)

    Update the advanced process store

    Declaration
    void UpdateAdvancedProcessStore(string connectionId, AdvancedProcessStoreContract advancedProcessStore)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    AdvancedProcessStoreContract advancedProcessStore

    Advanced process store to update

    Examples

    POST http://YourServerName/InfoShare/Json/Common/UpdateAdvancedProcessStore

    Example for update the advanced process store.

    {
       "connectionId": "ea19eaca-e97c-4329-a8a6-2db790a52c1f"
       "advancedProcessStore": {
         "ProcessSecurityAdditionalRights": ["aabf9e5d-fee0-e911-a94b-00155d290a08","19c39e5d-fee0-e911-a94b-00155d290a08"...]
    }

    Response:

    { }
    Exceptions
    Type Condition
    ServiceException

    The connection id {connectionId} isn't valid or has expired (10008)

    ServiceException

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

    ServiceException

    You need "Access to scheme" access right (01002060-38a7-11d8-a902-0050bf427e8f)

    ServiceException

    Value ({additionalRight}) at index [{index}] is invalid. {message} Parameter name: advancedProcessStore.ProcessSecurityAdditionalRights (10174)

    Back to top Copyright © Kendox