POST api/ical/ChangeBookEvents
Request Information
URI Parameters
None.
Body Parameters
Collection of ChangeBookEventData| Name | Description | Type | Additional information |
|---|---|---|---|
| bookdefid |
预定日历编号 |
integer |
None. |
| recid |
预定日历预定事件编号 |
integer |
None. |
| bookEvent |
新的预定事件 |
ICalEventOccurence |
None. |
| datafield | string |
None. |
|
| dblinkname | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"bookdefid": 1,
"recid": 2,
"bookEvent": {
"occur_id": 1,
"ICalTempEventsId": "sample string 2",
"occur_event_category": 3,
"category_name": "sample string 4",
"occur_event_id": 5,
"sourceactivityId": 6,
"occur_begin": "2025-12-06T12:07:42.2420367+08:00",
"occur_end": "2025-12-06T12:07:42.2420367+08:00",
"event_begin": "2025-12-06T12:07:42.2420367+08:00",
"event_end": "2025-12-06T12:07:42.2420367+08:00",
"event_title": "sample string 11",
"event_time": "sample string 12",
"event_endtime": "sample string 13",
"event_hostheadurl": "sample string 14",
"event_image": "sample string 15",
"event_desc": "sample string 16",
"event_short": "sample string 17",
"startdate": "sample string 18",
"endtime": "sample string 19",
"record": {
"System.Object": {}
},
"formdata": {
"System.Object": {}
},
"event_isauto": "sample string 20",
"bookUserCode": "sample string 21",
"bookUserId": "sample string 22",
"dblinkname": "sample string 23",
"action": "sample string 24",
"grouplistOfBookOccurences": {},
"TimeRangeID": 26,
"bookDefid": 27,
"servicetypeid": 28,
"icalalarms": [
{
"Description": "sample string 1",
"Summary": "sample string 2",
"triggerTime": "2025-12-06T12:07:42.2420367+08:00"
},
{
"Description": "sample string 1",
"Summary": "sample string 2",
"triggerTime": "2025-12-06T12:07:42.2420367+08:00"
}
]
},
"datafield": "sample string 3",
"dblinkname": "sample string 4"
},
{
"bookdefid": 1,
"recid": 2,
"bookEvent": {
"occur_id": 1,
"ICalTempEventsId": "sample string 2",
"occur_event_category": 3,
"category_name": "sample string 4",
"occur_event_id": 5,
"sourceactivityId": 6,
"occur_begin": "2025-12-06T12:07:42.2420367+08:00",
"occur_end": "2025-12-06T12:07:42.2420367+08:00",
"event_begin": "2025-12-06T12:07:42.2420367+08:00",
"event_end": "2025-12-06T12:07:42.2420367+08:00",
"event_title": "sample string 11",
"event_time": "sample string 12",
"event_endtime": "sample string 13",
"event_hostheadurl": "sample string 14",
"event_image": "sample string 15",
"event_desc": "sample string 16",
"event_short": "sample string 17",
"startdate": "sample string 18",
"endtime": "sample string 19",
"record": {
"System.Object": {}
},
"formdata": {
"System.Object": {}
},
"event_isauto": "sample string 20",
"bookUserCode": "sample string 21",
"bookUserId": "sample string 22",
"dblinkname": "sample string 23",
"action": "sample string 24",
"grouplistOfBookOccurences": {},
"TimeRangeID": 26,
"bookDefid": 27,
"servicetypeid": 28,
"icalalarms": [
{
"Description": "sample string 1",
"Summary": "sample string 2",
"triggerTime": "2025-12-06T12:07:42.2420367+08:00"
},
{
"Description": "sample string 1",
"Summary": "sample string 2",
"triggerTime": "2025-12-06T12:07:42.2420367+08:00"
}
]
},
"datafield": "sample string 3",
"dblinkname": "sample string 4"
}
]
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
result| Name | Description | Type | Additional information |
|---|---|---|---|
| error |
错误代码 |
integer |
None. |
| message |
错误信息 |
string |
None. |
| data |
数据 |
Object |
None. |
| stacktrace |
详细错误信息 |
string |
None. |
| otherdata |
其他返回数据 |
Object |
None. |
| LastError | string |
None. |
|
| IsComplete | boolean |
None. |
|
| total | integer |
None. |
|
| index | integer |
None. |
|
| IsTerminate | boolean |
None. |
|
| taskgroupid | integer |
None. |
|
| taskid | integer |
None. |
|
| msg | string |
None. |
|
| status | integer |
None. |
|
| serverTime | date |
None. |
|
| lockdata | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"error": 1,
"message": "sample string 2",
"data": {},
"stacktrace": "sample string 4",
"otherdata": {},
"LastError": "sample string 6",
"IsComplete": true,
"total": 8,
"index": 9,
"IsTerminate": true,
"taskgroupid": 11,
"taskid": 12,
"msg": "sample string 13",
"status": 14,
"serverTime": "2025-12-06T12:07:42.2430133+08:00",
"lockdata": {}
}