This method allows to create new service times.

    This method is only available to Admin and Super admin user types. Permissions to call the method can be revoked in user role settings. See for more information.

    Parameters

    The method accepts service times with the .

    (object) Returns an object containing the IDs of the affected services under the serviceids property.

    Examples

    Adding a scheduled downtime

    Request:

    Response:

    1. "jsonrpc": "2.0",
    2. "result": {
    3. "serviceids": [
    4. ]
    5. },
    6. "id": 1

    Source