This method allows to delete all service times from services. 此方法允许从服务中删除所有服务时间。

    Parameters 参数

    (object) Returns an object containing the IDs of the affected services under the serviceids property. 返回一个对象,该对象包含在serviceids属性中受影响服务的ID。

    Examples 范例

    Deleting service times from an service 从服务中删除服务时间

    Request 请求:

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

    Source 源码

    CService::delete() in frontends/php/include/classes/api/services/CService.php. CService::delete()方法可在frontends/php/include/classes/api/services/CService.php中参考。