GET api/ical/RemoveTempEventsByIds?recids={recids}&dblinkname={dblinkname}
删除一个或多个模板事件
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| recids |
记录编号,逗号隔开 |
string |
Required |
| dblinkname | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
icalResult| Name | Description | Type | Additional information |
|---|---|---|---|
| error |
错误代码 |
integer |
None. |
| message |
错误信息 |
string |
None. |
| calendargroup |
数据 |
Object |
None. |
| data | Object |
None. |
|
| eventAlertProposal | Object |
None. |
|
| templateEventType | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": 1,
"message": "sample string 2",
"calendargroup": {},
"data": {},
"eventAlertProposal": {},
"templateEventType": {}
}