Search Results for

    Show / Hide Table of Contents

    Method UpdateStatisticCounterConfiguration

    UpdateStatisticCounterConfiguration(String, StatisticCounterConfigurationContract)

    Update statistic counter configuration

    Declaration
    void UpdateStatisticCounterConfiguration(string connectionId, StatisticCounterConfigurationContract configuration)
    Parameters
    Type Name Description
    System.String connectionId

    The connection id to identify your connection. See also ConnectionId

    StatisticCounterConfigurationContract configuration

    Configuration parameter of statistic counter

    Remarks
    Examples

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

    Example for update statistic counter configuration.

    {
       "connectionId": "f2178c68-e6c5-46a8-8dc1-d26ac99f287a",
       "configuration": {
         "CounterName": "AssignProcess",
         "Id": 0,
         "UserScope": "All",
         "CounterInterval": "Hourly" }
    }

    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

    Only CounterInterval: 'Hourly' and UserScope: 'All' configurable. (10182)

    Back to top Copyright © Kendox