# 日程取消

# host: https://yach-oapi.zhiyinlou.com 正式环境

# host: https://yach-oapi-test.zhiyinlou.com 测试环境

# 概述

名称
地址 /schedule/events/cancel?access_token=ACCESS_TOKEN
请求方式 POST
参数 见【参数】
返回值 见【返回值】

# 参数

参数 参数类型 必须 说明
access_token String 调用接口凭证
agent_id String 通用组件系统的子应用id
biz_id String 业务方唯一ID
timestamp Int 当前时间戳,单位是毫秒,示例:1606709410791
reason String 取消原因
workcode String 日程创建人用户工号

返回值

{
    "code": 200,
    "msg": "",
    "obj": {
        "biz_id": {biz_id},
        "yach_mid": 144090287952801830
    }
}
上次更新: 1/19/2021, 11:34:19 AM
foo