This method allows to delete all service times from services此方法允许从服务中删除所有服务时间.
Parameters参数
Returns an object containing the IDs of the affected services under the serviceids
property.返回一个包含serviceids
属性下受影响的服务ID的对象.
Examples范例
Deleting service times from an service从服务中删除服务时间
Request请求:
- {
- "jsonrpc": "2.0",
- "result": {
- "serviceids": [
- ]
- },
- "id": 1
- }
Source源码
CService::delete() in frontends/php/include/classes/api/services/CService.php.